aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r--themes/default/theme.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css
index 3a19b081a..1c7b075bb 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -356,14 +356,21 @@ TD.calDayHead {
border: 0;
}
+#imageInfos {
+ position:relative;
+ min-height:110px;
+}
+
#linkPrev {
- float: left;
+ position:absolute;
+ left:0;
margin-right: 10px;
margin-left: 5px;
}
#linkNext {
- float: right;
+ position:absolute;
+ right:0;
margin-right: 5px;
margin-left: 10px;
}