Commit cbb758acf5cedd8bce9e9d6e84d51035643e133b
Committed by
Álvaro Fernando Matos de Souza
1 parent
46efc5e7
Exists in
master_with_pkg_fixes
and in
2 other branches
fix new software page - domain field
Showing
1 changed file
with
12 additions
and
8 deletions
Show diff stats
src/noosfero-spb-theme/css/edition-pages.css
| ... | ... | @@ -310,18 +310,22 @@ |
| 310 | 310 | height: 100px; |
| 311 | 311 | } |
| 312 | 312 | |
| 313 | -.action-software_communities_plugin_myprofile-new_software #content #software-hostname { | |
| 314 | - float: left; | |
| 313 | +.action-software_communities_plugin_myprofile-new_software #software-name-field span{ | |
| 315 | 314 | display: inline-block; |
| 316 | - vertical-align: middle; | |
| 317 | - background: #EEE; | |
| 318 | - border: 1px solid #CFCFCF; | |
| 315 | + min-width: 0; | |
| 316 | + width: auto; | |
| 317 | +} | |
| 318 | + | |
| 319 | +.action-software_communities_plugin_myprofile-new_software #software-name-field span #community-identifier{ | |
| 320 | + width: auto; | |
| 321 | +} | |
| 322 | + | |
| 323 | +.action-software_communities_plugin_myprofile-new_software #content #software-hostname { | |
| 319 | 324 | line-height: 22px; |
| 320 | - padding: 0px 7px; | |
| 325 | + padding: 0px; | |
| 321 | 326 | color: #4A4A4A; |
| 322 | 327 | font-size: 20px; |
| 323 | 328 | text-transform: lowercase; |
| 324 | - min-width: 190px; | |
| 325 | 329 | border-spacing: 20px; |
| 326 | 330 | } |
| 327 | 331 | |
| ... | ... | @@ -413,7 +417,7 @@ font-size: 10px; |
| 413 | 417 | font-size: 13px; |
| 414 | 418 | } |
| 415 | 419 | |
| 416 | -/*Contact new form*/ | |
| 420 | +/* Contact new form*/ | |
| 417 | 421 | |
| 418 | 422 | .action-contact-new #content .main-block form input[type="text"] { |
| 419 | 423 | display: block; | ... | ... |