diff --git a/public/style.css b/public/style.css index 2341061..5d4c536 100644 --- a/public/style.css +++ b/public/style.css @@ -45,7 +45,7 @@ #profile-data .validated { box-shadow: 0px 0px 7px green; - border-color: rgb(0, 80, 0) + border-color: rgb(0, 80, 0); } #software-name-field { @@ -53,23 +53,13 @@ } #software-hostname { - float: left; - display: inline-block; - background: #EEE; - color: #4A4A4A; padding: 0px 7px; - min-width: 190px; - line-height: 22px; - font-size: 20px; - text-transform: lowercase; - vertical-align: middle; - border-spacing: 20px; - border: 1px solid #CFCFCF; + font-size: 18px; } .mandatory::after { color: red; - content: ' (*)' + content: ' (*)'; } .autocomplete_validation_message { @@ -89,73 +79,25 @@ } #content .softwares-block .block-footer-content a { - position: absolute; - top: 2px; - right: 0px; - font-size: 11px; - color: #000; - text-decoration: none; - padding-right: 15px; -} - -#content .softwares-block .block-footer-content a { background: url(../../../designs/themes/base/imgs/arrow-right-p.png) 100% 50% no-repeat; } +/*FIX-ME: necessary while there is +* not a defined theme style for the +* forms */ .improve_input_size { width: 315px !important; } -.search-community-content-block span { - width: auto; -} - -#catalog-list ul li { - display: inline; - margin-right: 5px; - font-size: 14px; - padding: 5px; -} - -#catalog-list ul li span { - cursor: pointer; - margin-left: 5px; -} - -/* Fix software catalog list bug(it does not happen in fix_for_beta) */ -.search-results-type-software_info .search-profile-item { - width: 100% !important; -} - .software-block { position: relative; float: left; - margin: 0px 10px 10px 0px; - width: 30%; - height: 200px; - word-wrap: break-word; overflow: hidden; } -.software-block-logo { - width: 150px; - height: 150px; - margin: 0px auto; -} - .software-block-content, .software-block-finality { width: 100%; - height: 100%; position: absolute; - top: 0px; - left: 0px; -} - -.software-block-finality { - background-color: #fff; - top: 100%; - display: block; - background-color:rgba(255, 255, 255, 0.9); } /*===== Communities rate hotspot extra fields =====*/ -- libgit2 0.21.2