diff --git a/src/noosfero-spb-theme/css/edition-pages.css b/src/noosfero-spb-theme/css/edition-pages.css index 21adfc4..49322c8 100644 --- a/src/noosfero-spb-theme/css/edition-pages.css +++ b/src/noosfero-spb-theme/css/edition-pages.css @@ -310,18 +310,22 @@ height: 100px; } -.action-software_communities_plugin_myprofile-new_software #content #software-hostname { - float: left; +.action-software_communities_plugin_myprofile-new_software #software-name-field span{ display: inline-block; - vertical-align: middle; - background: #EEE; - border: 1px solid #CFCFCF; + min-width: 0; + width: auto; +} + +.action-software_communities_plugin_myprofile-new_software #software-name-field span #community-identifier{ + width: auto; +} + +.action-software_communities_plugin_myprofile-new_software #content #software-hostname { line-height: 22px; - padding: 0px 7px; + padding: 0px; color: #4A4A4A; font-size: 20px; text-transform: lowercase; - min-width: 190px; border-spacing: 20px; } @@ -413,7 +417,7 @@ font-size: 10px; font-size: 13px; } -/*Contact new form*/ +/* Contact new form*/ .action-contact-new #content .main-block form input[type="text"] { display: block; -- libgit2 0.21.2