Commit e514fa508a8ace172abb9f3293d489d513909461

Authored by Arthur Sturzbecher
1 parent a3208198

Fixing classes in page catalog

some css classes were changed in software communities definitions, in
order to keep the catalog page correct, some css rules had to be changed.

Signed-off-by: ArthurJahn <stutrzbecher@gmail.com>
Showing 1 changed file with 8 additions and 14 deletions   Show diff stats
page-catalog-software.css
1 1 /*controller-search action-search-software_infos template-default webkit*/
2 2  
3   -.action-search-software_infos br {
4   - display:none;
  3 +.action-search-software_infos .org {
  4 + display:none !important;
5 5 }
6 6  
7 7 .action-search-software_infos .org {
... ... @@ -16,6 +16,7 @@
16 16 border: none;
17 17 box-shadow: none;
18 18 }
  19 +
19 20 .action-search-software_infos input[type="checkbox"]{
20 21 vertical-align:sub;
21 22 }
... ... @@ -76,6 +77,7 @@
76 77 .search-form #search-subheader{
77 78 padding-left: 14px;
78 79 }
  80 +
79 81 .search-form #search-header #search-filters{
80 82 float: left !important;
81 83 padding-left: 14px;
... ... @@ -89,8 +91,8 @@
89 91 border-bottom: 1px solid #ccc !important;
90 92 }
91 93  
92   -#search-input {
93   - width:95% !important;
  94 +.action-search-software_infos #search-input {
  95 + width:96%;
94 96 font-size:110%;
95 97 margin: 4px 0px 0px 13px;
96 98 border-radius: 4px;
... ... @@ -222,21 +224,13 @@
222 224 font-family:Arial;
223 225 font-size: 14px;
224 226 }
  227 +
225 228 .action-search-software_infos #group-categories label span {
226 229 font-family:Arial;
227 230 font-size: 14px;
228 231 }
229 232  
230   -.action-search-software_infos #group-categories br {
231   - display:inline;
232   -}
233   -
234   -.project-software span{
235   - margin-left: 5px;
236   - color:transparent;
237   -}
238   -.project-software span:before {
239   - content:"?";
  233 +.project-software span {
240 234 border-radius: 50%;
241 235 font-size: 16px;
242 236 padding: 2px 6px;
... ...