diff options
Diffstat (limited to 'tpl/css/style.css')
-rw-r--r-- | tpl/css/style.css | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css index d644814d..c056429d 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css | |||
@@ -98,6 +98,10 @@ a, a:hover, a:visited { | |||
98 | #main #content .entrie { | 98 | #main #content .entrie { |
99 | border-bottom: 1px dashed #222; | 99 | border-bottom: 1px dashed #222; |
100 | } | 100 | } |
101 | /* First entry */ | ||
102 | #main #content .results + .entrie { | ||
103 | clear: both; | ||
104 | } | ||
101 | 105 | ||
102 | #main .entrie .tools { | 106 | #main .entrie .tools { |
103 | list-style-type: none; | 107 | list-style-type: none; |
@@ -189,11 +193,22 @@ a, a:hover, a:visited { | |||
189 | } | 193 | } |
190 | 194 | ||
191 | 195 | ||
192 | /* Pagination */ | 196 | .results { |
193 | .pagination { | 197 | overflow: hidden; |
194 | clear: both; | ||
195 | padding-bottom: 20px; | 198 | padding-bottom: 20px; |
196 | padding-top: 10px; | 199 | padding-top: 10px; |
200 | } | ||
201 | |||
202 | .nb-results { | ||
203 | float: left; | ||
204 | font-size: 0.9em; | ||
205 | line-height: 24px; | ||
206 | vertical-align: middle; | ||
207 | } | ||
208 | |||
209 | /* Pagination */ | ||
210 | .pagination { | ||
211 | float: right; | ||
197 | text-align: right; | 212 | text-align: right; |
198 | } | 213 | } |
199 | .pagination a { | 214 | .pagination a { |
@@ -221,12 +236,7 @@ a, a:hover, a:visited { | |||
221 | margin: 2px; | 236 | margin: 2px; |
222 | } | 237 | } |
223 | .pagination .disabled { | 238 | .pagination .disabled { |
224 | border: 1px solid #eee; | 239 | display: none; |
225 | color: #ddd; | ||
226 | margin: 2px; | ||
227 | padding: 4px 8px; | ||
228 | font-size: 11px; | ||
229 | font-weight: bold; | ||
230 | } | 240 | } |
231 | 241 | ||
232 | #bookmarklet { | 242 | #bookmarklet { |
@@ -270,4 +280,4 @@ footer { | |||
270 | opacity:0.8; | 280 | opacity:0.8; |
271 | color:white; | 281 | color:white; |
272 | border-radius: 3px; | 282 | border-radius: 3px; |
273 | } \ No newline at end of file | 283 | } |