aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/slackr
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-19 03:59:32 -0700
committerfriendica <info@friendica.com>2012-07-19 03:59:32 -0700
commit6402fa11703b094426ed99f53f04ad8e9fbbbf90 (patch)
treecaa21005805845e356d575b8fec026c1a7dfc513 /view/theme/slackr
parent3b1c2ce0012eab78482e9695bb7f1ca60feca050 (diff)
downloadvolse-hubzilla-6402fa11703b094426ed99f53f04ad8e9fbbbf90.tar.gz
volse-hubzilla-6402fa11703b094426ed99f53f04ad8e9fbbbf90.tar.bz2
volse-hubzilla-6402fa11703b094426ed99f53f04ad8e9fbbbf90.zip
dynamic load on slider change + delay to settle
Diffstat (limited to 'view/theme/slackr')
-rw-r--r--view/theme/slackr/style.css21
1 files changed, 19 insertions, 2 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css
index 3040775ec..9f10ee540 100644
--- a/view/theme/slackr/style.css
+++ b/view/theme/slackr/style.css
@@ -220,6 +220,8 @@ nav #site-location {
-o-transform: rotate(4deg);
}
+
+/*
.jslider .jslider-scale ins {
color: #333;
font-size: 12px;
@@ -227,7 +229,22 @@ nav #site-location {
text-align: center;
}
-#slider {
+.slider {
margin-top: 10px;
margin-bottom: 15px;
-} \ No newline at end of file
+ height: 32px;
+}
+
+#main-slider {
+ position: relative;
+ left: 10%;
+ width: 90%;
+}
+
+#contact-slider {
+ position: relative;
+ left: 10%;
+ width: 90%;
+
+}
+*/ \ No newline at end of file