diff options
author | friendica <info@friendica.com> | 2012-07-19 01:43:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-19 01:43:23 -0700 |
commit | 3b1c2ce0012eab78482e9695bb7f1ca60feca050 (patch) | |
tree | 2df212e5659e8eec4f6ccbd93dda45328fb721df /view/theme | |
parent | f0fd22d01bbf57dd5d50e36f6b1e1a1cc7bd2af5 (diff) | |
download | volse-hubzilla-3b1c2ce0012eab78482e9695bb7f1ca60feca050.tar.gz volse-hubzilla-3b1c2ce0012eab78482e9695bb7f1ca60feca050.tar.bz2 volse-hubzilla-3b1c2ce0012eab78482e9695bb7f1ca60feca050.zip |
the main slider sort of works for testing now
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; +} |