Commit be27649b2a16d05af430d5af0c28df46d40d4011
1 parent
5ee7de5a
Exists in
master
and in
3 other branches
MR suggestions - #807
Showing
2 changed files
with
61 additions
and
2 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/administration-panel.css
| ... | ... | @@ -61,6 +61,10 @@ |
| 61 | 61 | .action-features-manage_fields .main-content .ui-widget-content .ui-state-default #ui-id-2, |
| 62 | 62 | .action-features-manage_fields .main-content .ui-widget-content .ui-state-default #ui-id-3 { |
| 63 | 63 | padding: 6.6px 10px 6.6px 10px !important; |
| 64 | + white-space: normal; | |
| 65 | + word-break: break-word; | |
| 66 | + max-width: 155px; | |
| 67 | + font-size: 12px; | |
| 64 | 68 | } |
| 65 | 69 | |
| 66 | 70 | /* Organizations Settings */ |
| ... | ... | @@ -848,6 +852,11 @@ |
| 848 | 852 | font-weight: 300; |
| 849 | 853 | } |
| 850 | 854 | |
| 855 | +.action-categories-edit #content .main-content form label:nth-child(9), | |
| 856 | +.action-categories-new #content .main-content form label:nth-child(9) { | |
| 857 | + margin-top: 11px; | |
| 858 | +} | |
| 859 | + | |
| 851 | 860 | .action-admin_panel-site_info .required-field label.formlabel:after, |
| 852 | 861 | .action-categories-edit .required-field label.formlabel:after, |
| 853 | 862 | .action-categories-new .required-field label.formlabel:after { |
| ... | ... | @@ -895,6 +904,47 @@ |
| 895 | 904 | width: 419px; |
| 896 | 905 | } |
| 897 | 906 | |
| 907 | +.action-admin_panel-site_info #content .main-content #environment_default_language { | |
| 908 | + margin-bottom: 13px; | |
| 909 | +} | |
| 910 | + | |
| 911 | +.action-admin_panel-site_info #content .main-content table tr td { | |
| 912 | + padding-top: 7px; | |
| 913 | + padding-bottom: 0; | |
| 914 | +} | |
| 915 | + | |
| 898 | 916 | .action-admin_panel-site_info #content .main-content #signup-welcome-text input[type="text"] { |
| 899 | 917 | max-width: 862px; |
| 900 | 918 | } |
| 919 | + | |
| 920 | +.action-admin_panel-site_info #content .main-content .description { | |
| 921 | + max-width: 830px; | |
| 922 | + padding: 15px 20px; | |
| 923 | + margin: 20px 0 30px 0; | |
| 924 | + border: 1px dotted #ccc; | |
| 925 | + border-left: 5px solid #FF0366; | |
| 926 | + border-radius: 3px; | |
| 927 | + display: block; | |
| 928 | + background: #fff; | |
| 929 | + line-height: 20px; | |
| 930 | + font-size: 13px; | |
| 931 | + color: #172738; | |
| 932 | + font-family: "open_sansregular", Arial, Helvetica, sans-serif; | |
| 933 | +} | |
| 934 | + | |
| 935 | +.action-admin_panel-site_info #content .main-content #thanks-for-signing { | |
| 936 | + color: #172738; | |
| 937 | +} | |
| 938 | + | |
| 939 | +.action-admin_panel-site_info #content .main-content #thanks-for-signing h3 { | |
| 940 | + text-align: left; | |
| 941 | + margin-bottom: 37px; | |
| 942 | + font-weight: normal; | |
| 943 | + font-size: 19px; | |
| 944 | + margin-top: 10px; | |
| 945 | +} | |
| 946 | + | |
| 947 | +.action-admin_panel-site_info #content .main-content #thanks-for-signing p:nth-child(5), | |
| 948 | +.action-admin_panel-site_info #content .main-content #thanks-for-signing p:nth-child(10) { | |
| 949 | + margin-bottom: 31px; | |
| 950 | +} | ... | ... |
src/noosfero-spb/noosfero-spb-theme/css/edition-pages.css
| ... | ... | @@ -286,8 +286,17 @@ |
| 286 | 286 | padding: 10px; |
| 287 | 287 | } |
| 288 | 288 | |
| 289 | +.action-software_communities_plugin_myprofile-edit_software #content .main-block form textarea { | |
| 290 | + width: 441px; | |
| 291 | + background: none #FFFFFF; | |
| 292 | + border: 1px solid #CCCCCC; | |
| 293 | + color: #585858; | |
| 294 | + word-wrap: break-word; | |
| 295 | + resize: none; | |
| 296 | +} | |
| 297 | + | |
| 289 | 298 | .action-software_communities_plugin_myprofile-edit_software #content .main-block form input[type="text"] { |
| 290 | - width: 463px; | |
| 299 | + width: 449px; | |
| 291 | 300 | } |
| 292 | 301 | |
| 293 | 302 | .action-software_communities_plugin_myprofile-edit_software #content .main-content #basic-info #profile_change_picture input, |
| ... | ... | @@ -341,7 +350,7 @@ |
| 341 | 350 | .action-software_communities_plugin_myprofile-new_software #content #finality textarea { |
| 342 | 351 | resize: none; |
| 343 | 352 | height: 100px; |
| 344 | - width: 455px; | |
| 353 | + width: 441px; | |
| 345 | 354 | } |
| 346 | 355 | |
| 347 | 356 | .action-software_communities_plugin_myprofile-new_software #software-name-field span{ | ... | ... |