From a182b1c190020f1204cd0cb3918c5d1e9d2ce8c4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 29 Aug 2013 00:19:42 +0200 Subject: Browse sheets (refs #1219) --- ishtar_common/static/media/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ishtar_common/static/media') diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index a957e0794..f622fcb0d 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -372,6 +372,19 @@ table.confirm tr.spacer td:last-child{ border-radius:8px; } +.previous_page, .next_page{ + position:absolute; + top:1px; +} + +.previous_page{ + left:135px; +} + +.next_page{ + right:135px; +} + .dashboard > div, .dashboard h3{ width:760px; -- cgit v1.2.3