summaryrefslogtreecommitdiffstats
path: root/themes/default/stylesheet.css
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-22 07:41:29 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-22 07:41:29 +0000
commitfd60c69466028220a85533ba9e1abededfaf1e95 (patch)
treea955fbd385a0e4cd6f77ebc3c91c98becd1e7371 /themes/default/stylesheet.css
parent2b3367ff7c8670f4781f3fdd73f0676e4fd266b3 (diff)
issue46, some further style improvement
git-svn-id: file:///var/lib/svn/phpfspot/trunk@241 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'themes/default/stylesheet.css')
-rw-r--r--themes/default/stylesheet.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css
index 33ef1bf..2074e21 100644
--- a/themes/default/stylesheet.css
+++ b/themes/default/stylesheet.css
@@ -197,3 +197,12 @@ table.calendar tr td {
visibility: hidden;
z-index: 1000;
}
+
+#slide_navigation {
+ text-align: center;
+ padding: 5px;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+ border: dashed 1px #888888;
+ vertical-align: middle;
+}