Commit 0f7b903124eb5f9d28eeb765af875dad82aed626
1 parent
f6a18bdd
Exists in
master
and in
12 other branches
Adjustments measures page software catalog search
Showing
1 changed file
with
19 additions
and
7 deletions
Show diff stats
page-catalog-software.css
... | ... | @@ -9,11 +9,11 @@ |
9 | 9 | color: #2B65cd !important; |
10 | 10 | text-transform: uppercase; |
11 | 11 | font-size: 16px !important; |
12 | - /*padding-left: 0.8em !important;*/ | |
13 | - padding: 15px 0px 15px 15px; | |
14 | - /*margin-left: 0px;*/ | |
12 | + padding: 15px 0px 10px 15px; | |
15 | 13 | border-bottom:none !important; |
16 | 14 | background-color:#eee; |
15 | + /*padding-left: 0.8em !important;*/ | |
16 | + /*margin-left: 0px;*/ | |
17 | 17 | } |
18 | 18 | |
19 | 19 | .action-search-software_infos #main-content-wrapper-8 .search-form{ |
... | ... | @@ -21,6 +21,10 @@ |
21 | 21 | background-color: #eee; /*#f1f1f1;*/ |
22 | 22 | } |
23 | 23 | |
24 | +.action-search-software_infos .map-or-list-search-results{ | |
25 | + margin-top:20px; | |
26 | +} | |
27 | + | |
24 | 28 | .action-search-software_infos .search-results-header { |
25 | 29 | border-bottom: 1px solid #ccc !important; |
26 | 30 | } |
... | ... | @@ -51,12 +55,12 @@ |
51 | 55 | width: 87px; |
52 | 56 | margin-bottom: 14px; |
53 | 57 | margin-left: 32px; |
54 | - /*color:#ffffff;*/ | |
55 | - /*background-color:#4562b1;*/ | |
56 | 58 | text-transform: uppercase; |
57 | 59 | font-weight: bold; |
58 | 60 | /*border: 1px solid #4562b1;*/ |
59 | 61 | /*padding:0px;*/ |
62 | + /*color:#ffffff;*/ | |
63 | + /*background-color:#4562b1;*/ | |
60 | 64 | } |
61 | 65 | .action-search-software_infos #content input.button{ |
62 | 66 | background-color:#2B65cd; |
... | ... | @@ -81,8 +85,10 @@ |
81 | 85 | } |
82 | 86 | |
83 | 87 | .action-search-software_infos .only-one-result-box .search-enterprise-item { |
84 | - padding: 50px 0 !important; | |
88 | + padding-top:35px !important; | |
89 | + padding-bottom: 35px !important; | |
85 | 90 | background: #ffffff; |
91 | + /*padding: 50px 0 !important;*/ | |
86 | 92 | } |
87 | 93 | |
88 | 94 | .action-search-software_infos .search-results-innerbox { |
... | ... | @@ -118,7 +124,13 @@ |
118 | 124 | } |
119 | 125 | |
120 | 126 | .action-search-software_infos .search-enterprise-item-column-right{ |
121 | - width:70%; /*440px;*/ | |
127 | + width:60%; /*440px;*/ | |
128 | + float:left; | |
129 | + margin-left: 130px; | |
130 | + /*text-align: justify;*/ | |
131 | +} | |
132 | +#content .vcard a:hover{ | |
133 | + color:#2C66CE; | |
122 | 134 | } |
123 | 135 | |
124 | 136 | .action-search-software_infos .common-profile-list-block .vcard { | ... | ... |