summaryrefslogtreecommitdiff
path: root/skins/larry/styles.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-01-05 16:28:12 +0000
committerthomascube <thomas@roundcube.net>2012-01-05 16:28:12 +0000
commitbecca08e44a4a639d1aa21e94514dcbe3fb45cfc (patch)
treeefced4688cffd0f0439b76662ad25adfa1144b75 /skins/larry/styles.css
parent7961f8c2c10c1a9f2dbaaaf4611478a13c0d7bb9 (diff)
Correctly align pagenav buttons
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r--skins/larry/styles.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 33e587a1e..edb3077f7 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -262,6 +262,7 @@ input.button:active {
.pagenav a.button {
padding: 1px 3px;
height: 16px;
+ vertical-align: middle;
}
.pagenav a.button span.inner {
@@ -316,6 +317,11 @@ input.button:active {
min-width: 16em;
}
+.pagenavbuttons {
+ position: relative;
+ top: -2px;
+}
+
a.iconbutton {
display: inline-block;
width: 24px;
@@ -858,6 +864,7 @@ table.layout td {
height: 13px;
width: 14px;
text-indent: 1000px;
+ vertical-align: bottom;
overflow: hidden;
background: url(images/buttons.png) -4px -286px no-repeat;
}