diff options
author | friendica <info@friendica.com> | 2013-03-05 19:03:22 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-05 19:03:22 -0800 |
commit | 1b41ce8fa7854ce31e9b5b6581fc32c9c896d9d5 (patch) | |
tree | 50fe14ab886e1b6119098c2d0907bf93d5812d55 /library/jslider | |
parent | 1ad80b450829429845ef93f89186ed1bc5ab83ba (diff) | |
download | volse-hubzilla-1b41ce8fa7854ce31e9b5b6581fc32c9c896d9d5.tar.gz volse-hubzilla-1b41ce8fa7854ce31e9b5b6581fc32c9c896d9d5.tar.bz2 volse-hubzilla-1b41ce8fa7854ce31e9b5b6581fc32c9c896d9d5.zip |
tweaks
Diffstat (limited to 'library/jslider')
-rw-r--r-- | library/jslider/css/jslider.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/jslider/css/jslider.css b/library/jslider/css/jslider.css index 588d3b4f8..fe943dc0a 100644 --- a/library/jslider/css/jslider.css +++ b/library/jslider/css/jslider.css @@ -23,7 +23,7 @@ .jslider .jslider-label { font-size: 9px; line-height: 12px; color: black; opacity: 0.4; white-space: nowrap; padding: 0px 2px; position: absolute; top: -18px; left: 0px; } .jslider .jslider-label-to { left: auto; right: 0; } - .jslider .jslider-value { font-size: 9px; white-space: nowrap; padding: 1px 2px 0; position: absolute; top: -19px; left: 20%; background: white; line-height: 12px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } + .jslider .jslider-value { font-size: 9px; white-space: nowrap; padding: 1px 2px 0; position: absolute; top: -19px; left: 20%; line-height: 12px; } .jslider .jslider-value-to { left: 80%; } .jslider .jslider-label small, |