Commit 0f7b903124eb5f9d28eeb765af875dad82aed626
1 parent
f6a18bdd
Exists in
master
and in
79 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,11 +9,11 @@ | ||
9 | color: #2B65cd !important; | 9 | color: #2B65cd !important; |
10 | text-transform: uppercase; | 10 | text-transform: uppercase; |
11 | font-size: 16px !important; | 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 | border-bottom:none !important; | 13 | border-bottom:none !important; |
16 | background-color:#eee; | 14 | background-color:#eee; |
15 | + /*padding-left: 0.8em !important;*/ | ||
16 | + /*margin-left: 0px;*/ | ||
17 | } | 17 | } |
18 | 18 | ||
19 | .action-search-software_infos #main-content-wrapper-8 .search-form{ | 19 | .action-search-software_infos #main-content-wrapper-8 .search-form{ |
@@ -21,6 +21,10 @@ | @@ -21,6 +21,10 @@ | ||
21 | background-color: #eee; /*#f1f1f1;*/ | 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 | .action-search-software_infos .search-results-header { | 28 | .action-search-software_infos .search-results-header { |
25 | border-bottom: 1px solid #ccc !important; | 29 | border-bottom: 1px solid #ccc !important; |
26 | } | 30 | } |
@@ -51,12 +55,12 @@ | @@ -51,12 +55,12 @@ | ||
51 | width: 87px; | 55 | width: 87px; |
52 | margin-bottom: 14px; | 56 | margin-bottom: 14px; |
53 | margin-left: 32px; | 57 | margin-left: 32px; |
54 | - /*color:#ffffff;*/ | ||
55 | - /*background-color:#4562b1;*/ | ||
56 | text-transform: uppercase; | 58 | text-transform: uppercase; |
57 | font-weight: bold; | 59 | font-weight: bold; |
58 | /*border: 1px solid #4562b1;*/ | 60 | /*border: 1px solid #4562b1;*/ |
59 | /*padding:0px;*/ | 61 | /*padding:0px;*/ |
62 | + /*color:#ffffff;*/ | ||
63 | + /*background-color:#4562b1;*/ | ||
60 | } | 64 | } |
61 | .action-search-software_infos #content input.button{ | 65 | .action-search-software_infos #content input.button{ |
62 | background-color:#2B65cd; | 66 | background-color:#2B65cd; |
@@ -81,8 +85,10 @@ | @@ -81,8 +85,10 @@ | ||
81 | } | 85 | } |
82 | 86 | ||
83 | .action-search-software_infos .only-one-result-box .search-enterprise-item { | 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 | background: #ffffff; | 90 | background: #ffffff; |
91 | + /*padding: 50px 0 !important;*/ | ||
86 | } | 92 | } |
87 | 93 | ||
88 | .action-search-software_infos .search-results-innerbox { | 94 | .action-search-software_infos .search-results-innerbox { |
@@ -118,7 +124,13 @@ | @@ -118,7 +124,13 @@ | ||
118 | } | 124 | } |
119 | 125 | ||
120 | .action-search-software_infos .search-enterprise-item-column-right{ | 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 | .action-search-software_infos .common-profile-list-block .vcard { | 136 | .action-search-software_infos .common-profile-list-block .vcard { |