Commit fdab671433c7337e912c57e19afa981304b112e4
1 parent
e3f9e14d
Exists in
page_catalog
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
38 additions
and
58 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 | #catalog-filter{ | 7 | #catalog-filter{ |
8 | display: none; | 8 | display: none; |
9 | } | 9 | } |
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 | 10 | ||
17 | .action-search-software_infos .main-content { | 11 | .action-search-software_infos .main-content { |
18 | border: none; | 12 | border: none; |
19 | box-shadow: none; | 13 | box-shadow: none; |
20 | } | 14 | } |
15 | + | ||
21 | .action-search-software_infos input[type="checkbox"]{ | 16 | .action-search-software_infos input[type="checkbox"]{ |
22 | vertical-align:sub; | 17 | vertical-align:sub; |
23 | } | 18 | } |
24 | 19 | ||
25 | -.action-search-software_infos #content #main-content-wrapper-8 { | 20 | +.action-search-software_infos #content { |
26 | padding:0px !important; | 21 | padding:0px !important; |
27 | margin-top: 10px; | 22 | margin-top: 10px; |
28 | } | 23 | } |
@@ -40,18 +35,8 @@ | @@ -40,18 +35,8 @@ | ||
40 | font-size: 35px !important; | 35 | font-size: 35px !important; |
41 | font-variant: normal; | 36 | font-variant: normal; |
42 | } | 37 | } |
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 | 38 | ||
53 | -.action-search-software_infos #main-content-wrapper-8 .search-form{ | ||
54 | - margin-top:-10px; | 39 | +.action-search-software_infos .search-form { |
55 | background-color: #eee; /*#f1f1f1;*/ | 40 | background-color: #eee; /*#f1f1f1;*/ |
56 | } | 41 | } |
57 | 42 | ||
@@ -63,17 +48,18 @@ | @@ -63,17 +48,18 @@ | ||
63 | margin-top:28px; | 48 | margin-top:28px; |
64 | } | 49 | } |
65 | 50 | ||
66 | -.action-search-software_infos .search-form h3{ | 51 | +.action-search-software_infos #software-search-container .search-form h3{ |
67 | padding:16px 0 10px 14px; | 52 | padding:16px 0 10px 14px; |
68 | font-family:"open_sansregular", Arial, Helvetica, sans-serif; | 53 | font-family:"open_sansregular", Arial, Helvetica, sans-serif; |
69 | - margin:0 !important; | 54 | + margin:0; |
70 | font-weight:bold; | 55 | font-weight:bold; |
71 | - font-size: 15px !important; | 56 | + font-size: 15px; |
72 | } | 57 | } |
73 | 58 | ||
74 | .search-form #search-subheader{ | 59 | .search-form #search-subheader{ |
75 | padding-left: 14px; | 60 | padding-left: 14px; |
76 | } | 61 | } |
62 | + | ||
77 | .search-form #search-header #search-filters{ | 63 | .search-form #search-header #search-filters{ |
78 | float: left !important; | 64 | float: left !important; |
79 | padding-left: 14px; | 65 | padding-left: 14px; |
@@ -87,6 +73,7 @@ | @@ -87,6 +73,7 @@ | ||
87 | .search-form #search-subheader{ | 73 | .search-form #search-subheader{ |
88 | padding-left: 14px; | 74 | padding-left: 14px; |
89 | } | 75 | } |
76 | + | ||
90 | .search-form #search-header #search-filters{ | 77 | .search-form #search-header #search-filters{ |
91 | float: left !important; | 78 | float: left !important; |
92 | padding-left: 14px; | 79 | padding-left: 14px; |
@@ -100,8 +87,8 @@ | @@ -100,8 +87,8 @@ | ||
100 | border-bottom: 1px solid #ccc !important; | 87 | border-bottom: 1px solid #ccc !important; |
101 | } | 88 | } |
102 | 89 | ||
103 | -#search-input { | ||
104 | - width:95% !important; | 90 | +.action-search-software_infos #search-input { |
91 | + width:96%; | ||
105 | font-size:110%; | 92 | font-size:110%; |
106 | margin: 4px 0px 0px 13px; | 93 | margin: 4px 0px 0px 13px; |
107 | border-radius: 4px; | 94 | border-radius: 4px; |
@@ -147,10 +134,6 @@ | @@ -147,10 +134,6 @@ | ||
147 | padding:0px; | 134 | padding:0px; |
148 | } | 135 | } |
149 | 136 | ||
150 | -.action-search-software_infos .icon-search{ | ||
151 | - background-image:none !important; | ||
152 | -} | ||
153 | - | ||
154 | .action-search-software_infos #filter-option-catalog-software:hover { | 137 | .action-search-software_infos #filter-option-catalog-software:hover { |
155 | background-color: #c7c7c7; | 138 | background-color: #c7c7c7; |
156 | } | 139 | } |
@@ -213,9 +196,15 @@ | @@ -213,9 +196,15 @@ | ||
213 | border:none; | 196 | border:none; |
214 | } | 197 | } |
215 | 198 | ||
216 | -.action-search-software_infos #filter-catalog-software #filter-categories-option h4 { | ||
217 | - color: black !important; | ||
218 | - margin: 5px 0 10px 5px; | 199 | +.action-search-software_infos #group-categories #group-catalog-01 { |
200 | + float: left; | ||
201 | + width: 50%; | ||
202 | +} | ||
203 | + | ||
204 | +.action-search-software_infos #filter-catalog-software #filter-categories-catalog h4 { | ||
205 | + color: black; | ||
206 | + margin: 5px 0 10px 5px; | ||
207 | + background: transparent; | ||
219 | } | 208 | } |
220 | 209 | ||
221 | .project-software{ | 210 | .project-software{ |
@@ -231,21 +220,13 @@ | @@ -231,21 +220,13 @@ | ||
231 | font-family:Arial; | 220 | font-family:Arial; |
232 | font-size: 14px; | 221 | font-size: 14px; |
233 | } | 222 | } |
223 | + | ||
234 | .action-search-software_infos #group-categories label span { | 224 | .action-search-software_infos #group-categories label span { |
235 | font-family:Arial; | 225 | font-family:Arial; |
236 | font-size: 14px; | 226 | font-size: 14px; |
237 | } | 227 | } |
238 | 228 | ||
239 | -.action-search-software_infos #group-categories br { | ||
240 | - display:inline; | ||
241 | -} | ||
242 | - | ||
243 | -.project-software span{ | ||
244 | - margin-left: 5px; | ||
245 | - color:transparent; | ||
246 | -} | ||
247 | -.project-software span:before { | ||
248 | - content:"?"; | 229 | +.project-software span { |
249 | border-radius: 50%; | 230 | border-radius: 50%; |
250 | font-size: 16px; | 231 | font-size: 16px; |
251 | padding: 2px 6px; | 232 | padding: 2px 6px; |
@@ -263,9 +244,10 @@ | @@ -263,9 +244,10 @@ | ||
263 | padding: 0; | 244 | padding: 0; |
264 | } | 245 | } |
265 | 246 | ||
266 | -.action-search-software_infos .only-one-result-box .search-enterprise-item { | 247 | +.action-search-software_infos .only-one-result-box .search-software-item { |
267 | padding: 29px 0 31px 0 !important; | 248 | padding: 29px 0 31px 0 !important; |
268 | background: #ffffff; | 249 | background: #ffffff; |
250 | + border-bottom: 1px solid #d7d7d7; | ||
269 | } | 251 | } |
270 | 252 | ||
271 | .action-search-software_infos .search-results-innerbox { | 253 | .action-search-software_infos .search-results-innerbox { |
@@ -286,13 +268,14 @@ | @@ -286,13 +268,14 @@ | ||
286 | float:left; | 268 | float:left; |
287 | } | 269 | } |
288 | 270 | ||
289 | -.action-search-software_infos .search-enterprise-item-column-left{ | 271 | +.action-search-software_infos .search-software-item-column-left{ |
290 | border-right: 1px dotted #ccc; | 272 | border-right: 1px dotted #ccc; |
291 | width: 130px; | 273 | width: 130px; |
292 | height: 130px; | 274 | height: 130px; |
275 | + float: left; | ||
293 | } | 276 | } |
294 | 277 | ||
295 | -.action-search-software_infos .search-enterprise-item-column-right{ | 278 | +.action-search-software_infos .search-software-item-column-right{ |
296 | width:60%; /*440px;*/ | 279 | width:60%; /*440px;*/ |
297 | float:left; | 280 | float:left; |
298 | margin-left: 130px; | 281 | margin-left: 130px; |
@@ -311,11 +294,7 @@ | @@ -311,11 +294,7 @@ | ||
311 | border: none; | 294 | border: none; |
312 | } | 295 | } |
313 | 296 | ||
314 | -.action-search-software_infos .org { | ||
315 | - display:none !important; | ||
316 | -} | ||
317 | - | ||
318 | -.action-search-software_infos .search-enterprise-item-column-left .vcard img { | 297 | +.action-search-software_infos .search-software-item-column-left .vcard img { |
319 | max-width: 90px; | 298 | max-width: 90px; |
320 | height: auto; | 299 | height: auto; |
321 | margin-left:170px; | 300 | margin-left:170px; |
@@ -350,36 +329,37 @@ | @@ -350,36 +329,37 @@ | ||
350 | float: left; | 329 | float: left; |
351 | } | 330 | } |
352 | 331 | ||
353 | -.action-search-software_infos .search-enterprise-item .search-enterprise-item-column-right { | 332 | +.action-search-software_infos .search-software-item .search-software-item-column-right { |
354 | font-size: 15px; | 333 | font-size: 15px; |
355 | padding: 0 0 0 8px; | 334 | padding: 0 0 0 8px; |
356 | font-family: Arial; | 335 | font-family: Arial; |
357 | } | 336 | } |
358 | 337 | ||
359 | -.action-search-software_infos .search-enterprise-item-column-right .search-community-content-block { | 338 | +.action-search-software_infos .search-software-item-column-right .search-software-content-block { |
360 | } | 339 | } |
361 | -.action-search-software_infos .search-enterprise-item-column-right .search-community-content-block h4 a { | 340 | +.action-search-software_infos .search-software-item-column-right .search-software-content-block h4 a { |
362 | color:#172938 !important; | 341 | color:#172938 !important; |
363 | font-size:19px !important; | 342 | font-size:19px !important; |
364 | } | 343 | } |
365 | -.action-search-software_infos .search-enterprise-item-column-right span b{ | 344 | +.action-search-software_infos .search-software-item-column-right span b{ |
366 | font-weight: normal; | 345 | font-weight: normal; |
367 | font-size: 13px; | 346 | font-size: 13px; |
368 | } | 347 | } |
369 | 348 | ||
370 | -.action-search-software_infos .search-enterprise-item-column-right span b:last-child { | 349 | +.action-search-software_infos .search-software-item-column-right span b:last-child { |
371 | float: left; | 350 | float: left; |
372 | } | 351 | } |
373 | 352 | ||
374 | -.action-search-software_infos .search-community-content-block #categories-list{ | 353 | +.action-search-software_infos .search-software-content-block #categories-list{ |
375 | margin-top:30px; | 354 | margin-top:30px; |
376 | margin-bottom: 10px; | 355 | margin-bottom: 10px; |
377 | } | 356 | } |
378 | -.action-search-software_infos .search-community-content-block #categories-list li a{ | 357 | + |
358 | +.action-search-software_infos .search-software-content-block #categories-list li a{ | ||
379 | color:#2B65cd; | 359 | color:#2B65cd; |
380 | } | 360 | } |
381 | 361 | ||
382 | -.action-search-software_infos .search-community-content-block #categories-list li{ | 362 | +.action-search-software_infos .search-software-content-block #categories-list li{ |
383 | text-decoration: underline; | 363 | text-decoration: underline; |
384 | font-size: 13px; | 364 | font-size: 13px; |
385 | color:#2B65cd; | 365 | color:#2B65cd; |