Commit eadc4bff5db9d10c22918047238e4c99723da472

Authored by Melissa Wen
1 parent 6c782735
Exists in pkg_fixes

fix new software page - domain field

Showing 1 changed file with 12 additions and 8 deletions   Show diff stats
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;
... ...