aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-10 14:44:59 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-10 14:44:59 +0200
commiteaf2c769be6f1a052994ac6f9f5b5a5221596b12 (patch)
tree608403633579a094c90a92cb1dd1beafe4f2fcb9 /tpl/css
parentce4a1dcc193d3124fc51c4942137621d3d806a19 (diff)
parent2230a38cd678259947ccaffecee579604822d1cf (diff)
downloadwallabag-eaf2c769be6f1a052994ac6f9f5b5a5221596b12.tar.gz
wallabag-eaf2c769be6f1a052994ac6f9f5b5a5221596b12.tar.zst
wallabag-eaf2c769be6f1a052994ac6f9f5b5a5221596b12.zip
Merge branch 'dev' of https://github.com/inthepoche/poche into dev
Diffstat (limited to 'tpl/css')
-rw-r--r--tpl/css/style.css30
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}