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 /*controller-search action-search-software_infos template-default webkit*/ 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 .action-search-software_infos .org { 7 .action-search-software_infos .org {
@@ -16,6 +16,7 @@ @@ -16,6 +16,7 @@
16 border: none; 16 border: none;
17 box-shadow: none; 17 box-shadow: none;
18 } 18 }
  19 +
19 .action-search-software_infos input[type="checkbox"]{ 20 .action-search-software_infos input[type="checkbox"]{
20 vertical-align:sub; 21 vertical-align:sub;
21 } 22 }
@@ -76,6 +77,7 @@ @@ -76,6 +77,7 @@
76 .search-form #search-subheader{ 77 .search-form #search-subheader{
77 padding-left: 14px; 78 padding-left: 14px;
78 } 79 }
  80 +
79 .search-form #search-header #search-filters{ 81 .search-form #search-header #search-filters{
80 float: left !important; 82 float: left !important;
81 padding-left: 14px; 83 padding-left: 14px;
@@ -89,8 +91,8 @@ @@ -89,8 +91,8 @@
89 border-bottom: 1px solid #ccc !important; 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 font-size:110%; 96 font-size:110%;
95 margin: 4px 0px 0px 13px; 97 margin: 4px 0px 0px 13px;
96 border-radius: 4px; 98 border-radius: 4px;
@@ -222,21 +224,13 @@ @@ -222,21 +224,13 @@
222 font-family:Arial; 224 font-family:Arial;
223 font-size: 14px; 225 font-size: 14px;
224 } 226 }
  227 +
225 .action-search-software_infos #group-categories label span { 228 .action-search-software_infos #group-categories label span {
226 font-family:Arial; 229 font-family:Arial;
227 font-size: 14px; 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 border-radius: 50%; 234 border-radius: 50%;
241 font-size: 16px; 235 font-size: 16px;
242 padding: 2px 6px; 236 padding: 2px 6px;