Commit 20bc4be77cc735e7d66a924426830e6b45970f98
1 parent
cca53e16
Exists in
master
and in
2 other branches
fix input size of specification tab on software edition page
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/edition-pages.css
... | ... | @@ -299,6 +299,13 @@ |
299 | 299 | width: 449px; |
300 | 300 | } |
301 | 301 | |
302 | +.action-software_communities_plugin_myprofile-edit_software #content .main-block form table input[type="text"] { | |
303 | + width: 315px; | |
304 | + display: inline-block; | |
305 | + margin-bottom: 5px; | |
306 | + vertical-align: middle; | |
307 | +} | |
308 | + | |
302 | 309 | .action-software_communities_plugin_myprofile-edit_software #content .main-content #basic-info #profile_change_picture input, |
303 | 310 | .action-software_communities_plugin_myprofile-new_software #content .formfield input{ |
304 | 311 | background: none #FFFFFF; | ... | ... |