diff options
author | friendica <info@friendica.com> | 2012-07-13 07:09:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-13 07:09:29 -0700 |
commit | a20a6377277a985fa596b0ea460d91b97f79b4a5 (patch) | |
tree | 1878d488143e2f0d698dc42ae924ab7be93ffb54 /view/theme/slackr | |
parent | 599f3d29610b2cc509ab51df0f42d154dd70278d (diff) | |
download | volse-hubzilla-a20a6377277a985fa596b0ea460d91b97f79b4a5.tar.gz volse-hubzilla-a20a6377277a985fa596b0ea460d91b97f79b4a5.tar.bz2 volse-hubzilla-a20a6377277a985fa596b0ea460d91b97f79b4a5.zip |
merge upstream, slider work, refactor ping module, language selection work
Diffstat (limited to 'view/theme/slackr')
-rw-r--r-- | view/theme/slackr/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index df9b67ef0..3040775ec 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -220,3 +220,14 @@ nav #site-location { -o-transform: rotate(4deg); } +.jslider .jslider-scale ins { + color: #333; + font-size: 12px; + width: 100px; + text-align: center; +} + +#slider { + margin-top: 10px; + margin-bottom: 15px; +}
\ No newline at end of file |