Commit 5ee7de5ad2b96194b2de2439cb1a8a88063b1afa

Authored by Álvaro Fernando Matos de Souza
1 parent 0e5dfcaa

Fixing style of Environment Settings - #807

Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com>
src/noosfero-spb/noosfero-spb-theme/css/administration-panel.css
... ... @@ -588,6 +588,7 @@
588 588 font-size: 13px;
589 589 }
590 590  
  591 +.action-admin_panel-site_info #content .main-content input[type="text"],
591 592 .action-profile_editor-edit_software_community #content .main-content #profile-data input[type="text"],
592 593 .action-profile_editor-edit #content .main-content #profile-data input[type="text"],
593 594 .controller-maps.action-maps-edit_location #content .main-content form input[type="text"]{
... ... @@ -801,7 +802,7 @@
801 802 padding-top: 8px;
802 803 }
803 804  
804   -/* New Category form */
  805 +/* New Category form and Environment Settings */
805 806  
806 807 .action-categories-edit #content .main-block form input[type="text"],
807 808 .action-categories-new #content .main-block form input[type="text"] {
... ... @@ -834,6 +835,8 @@
834 835 font-size: 14px;
835 836 }
836 837  
  838 +.action-admin_panel-site_info #content .main-content form label,
  839 +.action-admin_panel-site_info #content .main-content form .formlabel,
837 840 .action-categories-edit #content .main-content form .formlabel,
838 841 .action-categories-new #content .main-content form .formlabel,
839 842 .action-categories-edit #content .main-content form label.formlabel.mandatory,
... ... @@ -845,6 +848,7 @@
845 848 font-weight: 300;
846 849 }
847 850  
  851 +.action-admin_panel-site_info .required-field label.formlabel:after,
848 852 .action-categories-edit .required-field label.formlabel:after,
849 853 .action-categories-new .required-field label.formlabel:after {
850 854 color: red;
... ... @@ -886,3 +890,11 @@
886 890 border: 1px solid #FF0366;
887 891 box-shadow: none;
888 892 }
  893 +
  894 +.action-admin_panel-site_info #content .main-content form select {
  895 + width: 419px;
  896 +}
  897 +
  898 +.action-admin_panel-site_info #content .main-content #signup-welcome-text input[type="text"] {
  899 + max-width: 862px;
  900 +}
... ...