diff options
author | Thomas Willingham <founder@kakste.com> | 2013-01-06 13:23:16 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-01-06 13:23:16 +0000 |
commit | 61b8ea9e1af74e2056e18b02c170a899de9abd1b (patch) | |
tree | c3b6384b19401085fca3138781b49cf7149123b2 /view/theme | |
parent | 7cd014e93ce1ebb2fded0bdcc093b982dd9ce57b (diff) | |
download | volse-hubzilla-61b8ea9e1af74e2056e18b02c170a899de9abd1b.tar.gz volse-hubzilla-61b8ea9e1af74e2056e18b02c170a899de9abd1b.tar.bz2 volse-hubzilla-61b8ea9e1af74e2056e18b02c170a899de9abd1b.zip |
Fix slider in Redbasic
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f600f5272..1d191b4a7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3526,6 +3526,7 @@ div.jGrowl div.info { } + .jslider .jslider-scale ins { color: #333; font-size: 12px; @@ -3533,10 +3534,13 @@ div.jGrowl div.info { text-align: center; } +/* +Leave this here for now just in case, but this is what's breaking the slider + .jslider .jslider-bg, .jslider .jslider-pointer { background: url("../img/slider.png") !important; -} +}*/ .slider { margin-top: 10px; |