Commit 6177241def64b56761daaa97b48ef96270b9aea3

Authored by Arthur Sturzbecher
1 parent e3f9e14d

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 34 additions and 44 deletions   Show diff stats
page-catalog-software.css
@@ -4,15 +4,13 @@ @@ -4,15 +4,13 @@
4 display:none; 4 display:none;
5 } 5 }
6 6
  7 +.action-search-software_infos .org {
  8 + display:none !important;
  9 +}
  10 +
7 #catalog-filter{ 11 #catalog-filter{
8 display: none; 12 display: none;
9 } 13 }
10 -.action-search-software_infos h1,  
11 -.action-search-software_infos h2,  
12 -.action-search-software_infos h3,  
13 -.action-search-software_infos h4{  
14 - background: transparent !important;  
15 -}  
16 14
17 .action-search-software_infos .main-content { 15 .action-search-software_infos .main-content {
18 border: none; 16 border: none;
@@ -22,7 +20,7 @@ @@ -22,7 +20,7 @@
22 vertical-align:sub; 20 vertical-align:sub;
23 } 21 }
24 22
25 -.action-search-software_infos #content #main-content-wrapper-8 { 23 +.action-search-software_infos #content {
26 padding:0px !important; 24 padding:0px !important;
27 margin-top: 10px; 25 margin-top: 10px;
28 } 26 }
@@ -40,18 +38,8 @@ @@ -40,18 +38,8 @@
40 font-size: 35px !important; 38 font-size: 35px !important;
41 font-variant: normal; 39 font-variant: normal;
42 } 40 }
43 -.action-search-software_infos #content #main-content-wrapper-8 h1{  
44 - border-top: 4px solid #3E67B1 !important;  
45 - color: #2B65cd !important;  
46 - text-transform: uppercase;  
47 - font-size: 16px !important;  
48 - padding: 15px 0px 10px 15px;  
49 - border-bottom:none !important;  
50 - background-color:#eee;  
51 -}  
52 41
53 -.action-search-software_infos #main-content-wrapper-8 .search-form{  
54 - margin-top:-10px; 42 +.action-search-software_infos .search-form {
55 background-color: #eee; /*#f1f1f1;*/ 43 background-color: #eee; /*#f1f1f1;*/
56 } 44 }
57 45
@@ -63,17 +51,18 @@ @@ -63,17 +51,18 @@
63 margin-top:28px; 51 margin-top:28px;
64 } 52 }
65 53
66 -.action-search-software_infos .search-form h3{ 54 +.action-search-software_infos #software-search-container .search-form h3{
67 padding:16px 0 10px 14px; 55 padding:16px 0 10px 14px;
68 font-family:"open_sansregular", Arial, Helvetica, sans-serif; 56 font-family:"open_sansregular", Arial, Helvetica, sans-serif;
69 - margin:0 !important; 57 + margin:0;
70 font-weight:bold; 58 font-weight:bold;
71 - font-size: 15px !important; 59 + font-size: 15px;
72 } 60 }
73 61
74 .search-form #search-subheader{ 62 .search-form #search-subheader{
75 padding-left: 14px; 63 padding-left: 14px;
76 } 64 }
  65 +
77 .search-form #search-header #search-filters{ 66 .search-form #search-header #search-filters{
78 float: left !important; 67 float: left !important;
79 padding-left: 14px; 68 padding-left: 14px;
@@ -147,10 +136,6 @@ @@ -147,10 +136,6 @@
147 padding:0px; 136 padding:0px;
148 } 137 }
149 138
150 -.action-search-software_infos .icon-search{  
151 - background-image:none !important;  
152 -}  
153 -  
154 .action-search-software_infos #filter-option-catalog-software:hover { 139 .action-search-software_infos #filter-option-catalog-software:hover {
155 background-color: #c7c7c7; 140 background-color: #c7c7c7;
156 } 141 }
@@ -213,9 +198,15 @@ @@ -213,9 +198,15 @@
213 border:none; 198 border:none;
214 } 199 }
215 200
216 -.action-search-software_infos #filter-catalog-software #filter-categories-option h4 {  
217 - color: black !important;  
218 - margin: 5px 0 10px 5px; 201 +.action-search-software_infos #group-categories #group-catalog-01 {
  202 + float: left;
  203 + width: 50%;
  204 +}
  205 +
  206 +.action-search-software_infos #filter-catalog-software #filter-categories-catalog h4 {
  207 + color: black;
  208 + margin: 5px 0 10px 5px;
  209 + background: transparent;
219 } 210 }
220 211
221 .project-software{ 212 .project-software{
@@ -263,9 +254,10 @@ @@ -263,9 +254,10 @@
263 padding: 0; 254 padding: 0;
264 } 255 }
265 256
266 -.action-search-software_infos .only-one-result-box .search-enterprise-item { 257 +.action-search-software_infos .only-one-result-box .search-software-item {
267 padding: 29px 0 31px 0 !important; 258 padding: 29px 0 31px 0 !important;
268 background: #ffffff; 259 background: #ffffff;
  260 + border-bottom: 1px solid #d7d7d7;
269 } 261 }
270 262
271 .action-search-software_infos .search-results-innerbox { 263 .action-search-software_infos .search-results-innerbox {
@@ -286,13 +278,14 @@ @@ -286,13 +278,14 @@
286 float:left; 278 float:left;
287 } 279 }
288 280
289 -.action-search-software_infos .search-enterprise-item-column-left{ 281 +.action-search-software_infos .search-software-item-column-left{
290 border-right: 1px dotted #ccc; 282 border-right: 1px dotted #ccc;
291 width: 130px; 283 width: 130px;
292 height: 130px; 284 height: 130px;
  285 + float: left;
293 } 286 }
294 287
295 -.action-search-software_infos .search-enterprise-item-column-right{ 288 +.action-search-software_infos .search-software-item-column-right{
296 width:60%; /*440px;*/ 289 width:60%; /*440px;*/
297 float:left; 290 float:left;
298 margin-left: 130px; 291 margin-left: 130px;
@@ -311,11 +304,7 @@ @@ -311,11 +304,7 @@
311 border: none; 304 border: none;
312 } 305 }
313 306
314 -.action-search-software_infos .org {  
315 - display:none !important;  
316 -}  
317 -  
318 -.action-search-software_infos .search-enterprise-item-column-left .vcard img { 307 +.action-search-software_infos .search-software-item-column-left .vcard img {
319 max-width: 90px; 308 max-width: 90px;
320 height: auto; 309 height: auto;
321 margin-left:170px; 310 margin-left:170px;
@@ -350,36 +339,37 @@ @@ -350,36 +339,37 @@
350 float: left; 339 float: left;
351 } 340 }
352 341
353 -.action-search-software_infos .search-enterprise-item .search-enterprise-item-column-right { 342 +.action-search-software_infos .search-software-item .search-software-item-column-right {
354 font-size: 15px; 343 font-size: 15px;
355 padding: 0 0 0 8px; 344 padding: 0 0 0 8px;
356 font-family: Arial; 345 font-family: Arial;
357 } 346 }
358 347
359 -.action-search-software_infos .search-enterprise-item-column-right .search-community-content-block { 348 +.action-search-software_infos .search-software-item-column-right .search-software-content-block {
360 } 349 }
361 -.action-search-software_infos .search-enterprise-item-column-right .search-community-content-block h4 a { 350 +.action-search-software_infos .search-software-item-column-right .search-software-content-block h4 a {
362 color:#172938 !important; 351 color:#172938 !important;
363 font-size:19px !important; 352 font-size:19px !important;
364 } 353 }
365 -.action-search-software_infos .search-enterprise-item-column-right span b{ 354 +.action-search-software_infos .search-software-item-column-right span b{
366 font-weight: normal; 355 font-weight: normal;
367 font-size: 13px; 356 font-size: 13px;
368 } 357 }
369 358
370 -.action-search-software_infos .search-enterprise-item-column-right span b:last-child { 359 +.action-search-software_infos .search-software-item-column-right span b:last-child {
371 float: left; 360 float: left;
372 } 361 }
373 362
374 -.action-search-software_infos .search-community-content-block #categories-list{ 363 +.action-search-software_infos .search-software-content-block #categories-list{
375 margin-top:30px; 364 margin-top:30px;
376 margin-bottom: 10px; 365 margin-bottom: 10px;
377 } 366 }
378 -.action-search-software_infos .search-community-content-block #categories-list li a{ 367 +
  368 +.action-search-software_infos .search-software-content-block #categories-list li a{
379 color:#2B65cd; 369 color:#2B65cd;
380 } 370 }
381 371
382 -.action-search-software_infos .search-community-content-block #categories-list li{ 372 +.action-search-software_infos .search-software-content-block #categories-list li{
383 text-decoration: underline; 373 text-decoration: underline;
384 font-size: 13px; 374 font-size: 13px;
385 color:#2B65cd; 375 color:#2B65cd;