Commit a142fdb4838662de5f380e48533c111fe5deb1da
Committed by
Arthur Sturzbecher

1 parent
4c2cde21
Exists in
master
and in
7 other branches
custom css page catalog software
Showing
1 changed file
with
54 additions
and
40 deletions
Show diff stats
page-catalog-software.css
@@ -7,13 +7,13 @@ | @@ -7,13 +7,13 @@ | ||
7 | .action-search-software_infos #content #main-content-wrapper-8 h1{ | 7 | .action-search-software_infos #content #main-content-wrapper-8 h1{ |
8 | color: #172838; | 8 | color: #172838; |
9 | text-transform: normal; | 9 | text-transform: normal; |
10 | - font-size: 34px !important; | 10 | + font-variant: normal; |
11 | + font-size: 34px !important; | ||
11 | padding: 0 0 10px 0; | 12 | padding: 0 0 10px 0; |
12 | border-bottom: 1px solid #D7D7D7; | 13 | border-bottom: 1px solid #D7D7D7; |
13 | - background-color:none; | 14 | + background-color: none; |
14 | margin-bottom: 30px; | 15 | margin-bottom: 30px; |
15 | - /*padding-left: 0.8em !important;*/ | ||
16 | - /*margin-left: 0px;*/ | 16 | + font-family: Arial, Helvetica, sans-serif; |
17 | } | 17 | } |
18 | 18 | ||
19 | #main-content-wrapper-8 h2{ | 19 | #main-content-wrapper-8 h2{ |
@@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
25 | } | 25 | } |
26 | 26 | ||
27 | #content .no-boxes #main-content-wrapper-8 { | 27 | #content .no-boxes #main-content-wrapper-8 { |
28 | - padding: 0; | 28 | + padding: 0 !important; |
29 | background: #fff; | 29 | background: #fff; |
30 | } | 30 | } |
31 | 31 | ||
@@ -41,21 +41,26 @@ | @@ -41,21 +41,26 @@ | ||
41 | } | 41 | } |
42 | 42 | ||
43 | .controller-search .search-field .formfield { | 43 | .controller-search .search-field .formfield { |
44 | - width: 100%; | 44 | + width: 100% !important; |
45 | } | 45 | } |
46 | 46 | ||
47 | #search-input{ | 47 | #search-input{ |
48 | - width: 96%; | ||
49 | - font-size: 14px; | ||
50 | - border: 1px solid #D7D7D7; | ||
51 | - padding: 8px 5px; | ||
52 | - margin: 0 15px 3px 15px; | ||
53 | - color: #172938; | 48 | + font-size: 15px !important; |
49 | + margin: 0 15px 3px 15px; | ||
50 | + color: #172938; | ||
51 | + padding: 7px 5px; | ||
52 | + width: 96%; | ||
53 | + border: 1px solid #D7D7D7; | ||
54 | + border-radius: 4px; | ||
54 | } | 55 | } |
55 | 56 | ||
56 | .action-search-software_infos #main-content-wrapper-8 .search-form{ | 57 | .action-search-software_infos #main-content-wrapper-8 .search-form{ |
57 | - margin-top:-10px; | ||
58 | - background-color: #eee; /*#f1f1f1;*/ | 58 | + padding: 0; |
59 | + background-color: #EAEBEE; | ||
60 | +} | ||
61 | + | ||
62 | +.action-search-software_infos #main-content-wrapper-8 .search-form br { | ||
63 | + display: none; | ||
59 | } | 64 | } |
60 | 65 | ||
61 | .search-form{ | 66 | .search-form{ |
@@ -79,13 +84,6 @@ | @@ -79,13 +84,6 @@ | ||
79 | border-bottom: 1px solid #ccc !important; | 84 | border-bottom: 1px solid #ccc !important; |
80 | } | 85 | } |
81 | 86 | ||
82 | -#search-input { | ||
83 | - font-size:110%; | ||
84 | - margin: 0px 0px 15px 15px; | ||
85 | - border-radius: 4px; | ||
86 | - padding: 0.55em; | ||
87 | -} | ||
88 | - | ||
89 | #search-input.blur { | 87 | #search-input.blur { |
90 | font-size:110%; | 88 | font-size:110%; |
91 | font-style: normal; | 89 | font-style: normal; |
@@ -112,7 +110,11 @@ | @@ -112,7 +110,11 @@ | ||
112 | background-color: #ccc; | 110 | background-color: #ccc; |
113 | border-bottom-left-radius: 4px; | 111 | border-bottom-left-radius: 4px; |
114 | border-bottom-right-radius: 4px; | 112 | border-bottom-right-radius: 4px; |
115 | - cursor: pointer; | 113 | + cursor: pointer; |
114 | +} | ||
115 | + | ||
116 | +.controller-search #content .search_form { | ||
117 | + background: #eeeff1; | ||
116 | } | 118 | } |
117 | 119 | ||
118 | .controller-search #content .search_form h4 { | 120 | .controller-search #content .search_form h4 { |
@@ -134,17 +136,32 @@ | @@ -134,17 +136,32 @@ | ||
134 | border-bottom: 1px dotted; | 136 | border-bottom: 1px dotted; |
135 | padding: 8px; | 137 | padding: 8px; |
136 | font-size: 14px; | 138 | font-size: 14px; |
137 | - margin: auto 10px; | 139 | + margin: auto 5px; |
140 | +} | ||
141 | + | ||
142 | +.project-software label input { | ||
143 | + margin-right: 0; | ||
144 | + position: relative; | ||
145 | + top: 2px; | ||
146 | +} | ||
147 | + | ||
148 | +.project-software span { | ||
149 | + display: none; | ||
138 | } | 150 | } |
139 | 151 | ||
140 | #cleanup-filter-catalg{ | 152 | #cleanup-filter-catalg{ |
141 | - background: #3867B7; | ||
142 | - margin: 15px 0 10px 8px; | ||
143 | - color: #fff; | ||
144 | - border-radius: 4px; | ||
145 | - border: 1px solid #2B65CD; | ||
146 | - padding: 5px 15px; | ||
147 | - font-size: 14px; | 153 | + background: #3867B7; |
154 | + margin: 15px 0 10px 8px; | ||
155 | + color: #fff; | ||
156 | + border-radius: 4px; | ||
157 | + border: 1px solid #2B65CD; | ||
158 | + padding: 5px 15px; | ||
159 | + font-size: 14px; | ||
160 | + cursor: pointer; | ||
161 | +} | ||
162 | + | ||
163 | +#cleanup-filter-catalg:hover { | ||
164 | + background: #3867B7; | ||
148 | } | 165 | } |
149 | 166 | ||
150 | #close-filter-catalog{ | 167 | #close-filter-catalog{ |
@@ -157,20 +174,17 @@ | @@ -157,20 +174,17 @@ | ||
157 | text-transform: uppercase; | 174 | text-transform: uppercase; |
158 | padding: 0; | 175 | padding: 0; |
159 | margin: 20px 8px 10px 8px; | 176 | margin: 20px 8px 10px 8px; |
160 | - | ||
161 | } | 177 | } |
162 | 178 | ||
163 | #catalog-display-options { | 179 | #catalog-display-options { |
164 | position: relative; | 180 | position: relative; |
165 | - width: 100%; | ||
166 | - font-size: 14px; | ||
167 | - border-bottom: 1px solid #D7D7D7; | ||
168 | - margin: 20px 0 0px 0; | ||
169 | - height: 30px; | ||
170 | -} | ||
171 | - | ||
172 | -.controller-search .search-field .formfield { | ||
173 | - width: 80%; | 181 | + width: 100%; |
182 | + font-size: 14px; | ||
183 | + border-bottom: 1px solid #D7D7D7; | ||
184 | + margin: 0 0 20px 0; | ||
185 | + padding: 30px 0 0 0; | ||
186 | + height: 30px; | ||
187 | + background: #fff; | ||
174 | } | 188 | } |
175 | 189 | ||
176 | .controller-search #content form input.button.submit { | 190 | .controller-search #content form input.button.submit { |