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 | 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 | #catalog-filter{ |
8 | 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 | 11 | .action-search-software_infos .main-content { |
18 | 12 | border: none; |
19 | 13 | box-shadow: none; |
20 | 14 | } |
15 | + | |
21 | 16 | .action-search-software_infos input[type="checkbox"]{ |
22 | 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 | 21 | padding:0px !important; |
27 | 22 | margin-top: 10px; |
28 | 23 | } |
... | ... | @@ -40,18 +35,8 @@ |
40 | 35 | font-size: 35px !important; |
41 | 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 | 40 | background-color: #eee; /*#f1f1f1;*/ |
56 | 41 | } |
57 | 42 | |
... | ... | @@ -63,17 +48,18 @@ |
63 | 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 | 52 | padding:16px 0 10px 14px; |
68 | 53 | font-family:"open_sansregular", Arial, Helvetica, sans-serif; |
69 | - margin:0 !important; | |
54 | + margin:0; | |
70 | 55 | font-weight:bold; |
71 | - font-size: 15px !important; | |
56 | + font-size: 15px; | |
72 | 57 | } |
73 | 58 | |
74 | 59 | .search-form #search-subheader{ |
75 | 60 | padding-left: 14px; |
76 | 61 | } |
62 | + | |
77 | 63 | .search-form #search-header #search-filters{ |
78 | 64 | float: left !important; |
79 | 65 | padding-left: 14px; |
... | ... | @@ -87,6 +73,7 @@ |
87 | 73 | .search-form #search-subheader{ |
88 | 74 | padding-left: 14px; |
89 | 75 | } |
76 | + | |
90 | 77 | .search-form #search-header #search-filters{ |
91 | 78 | float: left !important; |
92 | 79 | padding-left: 14px; |
... | ... | @@ -100,8 +87,8 @@ |
100 | 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 | 92 | font-size:110%; |
106 | 93 | margin: 4px 0px 0px 13px; |
107 | 94 | border-radius: 4px; |
... | ... | @@ -147,10 +134,6 @@ |
147 | 134 | padding:0px; |
148 | 135 | } |
149 | 136 | |
150 | -.action-search-software_infos .icon-search{ | |
151 | - background-image:none !important; | |
152 | -} | |
153 | - | |
154 | 137 | .action-search-software_infos #filter-option-catalog-software:hover { |
155 | 138 | background-color: #c7c7c7; |
156 | 139 | } |
... | ... | @@ -213,9 +196,15 @@ |
213 | 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 | 210 | .project-software{ |
... | ... | @@ -231,21 +220,13 @@ |
231 | 220 | font-family:Arial; |
232 | 221 | font-size: 14px; |
233 | 222 | } |
223 | + | |
234 | 224 | .action-search-software_infos #group-categories label span { |
235 | 225 | font-family:Arial; |
236 | 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 | 230 | border-radius: 50%; |
250 | 231 | font-size: 16px; |
251 | 232 | padding: 2px 6px; |
... | ... | @@ -263,9 +244,10 @@ |
263 | 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 | 248 | padding: 29px 0 31px 0 !important; |
268 | 249 | background: #ffffff; |
250 | + border-bottom: 1px solid #d7d7d7; | |
269 | 251 | } |
270 | 252 | |
271 | 253 | .action-search-software_infos .search-results-innerbox { |
... | ... | @@ -286,13 +268,14 @@ |
286 | 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 | 272 | border-right: 1px dotted #ccc; |
291 | 273 | width: 130px; |
292 | 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 | 279 | width:60%; /*440px;*/ |
297 | 280 | float:left; |
298 | 281 | margin-left: 130px; |
... | ... | @@ -311,11 +294,7 @@ |
311 | 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 | 298 | max-width: 90px; |
320 | 299 | height: auto; |
321 | 300 | margin-left:170px; |
... | ... | @@ -350,36 +329,37 @@ |
350 | 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 | 333 | font-size: 15px; |
355 | 334 | padding: 0 0 0 8px; |
356 | 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 | 341 | color:#172938 !important; |
363 | 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 | 345 | font-weight: normal; |
367 | 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 | 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 | 354 | margin-top:30px; |
376 | 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 | 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 | 363 | text-decoration: underline; |
384 | 364 | font-size: 13px; |
385 | 365 | color:#2B65cd; | ... | ... |