Commit cbb758acf5cedd8bce9e9d6e84d51035643e133b

Authored by Melissa Wen
Committed by Álvaro Fernando Matos de Souza
1 parent 46efc5e7

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,18 +310,22 @@
310 height: 100px; 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 display: inline-block; 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 line-height: 22px; 324 line-height: 22px;
320 - padding: 0px 7px; 325 + padding: 0px;
321 color: #4A4A4A; 326 color: #4A4A4A;
322 font-size: 20px; 327 font-size: 20px;
323 text-transform: lowercase; 328 text-transform: lowercase;
324 - min-width: 190px;  
325 border-spacing: 20px; 329 border-spacing: 20px;
326 } 330 }
327 331
@@ -413,7 +417,7 @@ font-size: 10px; @@ -413,7 +417,7 @@ font-size: 10px;
413 font-size: 13px; 417 font-size: 13px;
414 } 418 }
415 419
416 -/*Contact new form*/ 420 +/* Contact new form*/
417 421
418 .action-contact-new #content .main-block form input[type="text"] { 422 .action-contact-new #content .main-block form input[type="text"] {
419 display: block; 423 display: block;