From 3b1c2ce0012eab78482e9695bb7f1ca60feca050 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 19 Jul 2012 01:43:23 -0700 Subject: the main slider sort of works for testing now --- view/contact_slider.tpl | 2 +- view/main_slider.tpl | 10 +++++++--- view/theme/duepuntozero/style.css | 9 +++++++++ 3 files changed, 17 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/contact_slider.tpl b/view/contact_slider.tpl index 9b8a52320..1334f58b1 100644 --- a/view/contact_slider.tpl +++ b/view/contact_slider.tpl @@ -1,4 +1,4 @@ -
+
diff --git a/view/main_slider.tpl b/view/main_slider.tpl index 8792fe1dc..bc9a60ed1 100644 --- a/view/main_slider.tpl +++ b/view/main_slider.tpl @@ -1,10 +1,14 @@ -
+
+
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 1be81d738..30f92dd85 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -3273,3 +3273,12 @@ ul.menu-popup { #datebrowse-sidebar select { margin-left: 25px; } + +#main-slider { + float: left; +} +#slider-refresh { + float: right; + margin-right: 25px; + margin-top: 7px; +} -- cgit v1.2.3