diff options
author | friendica <info@friendica.com> | 2012-07-19 03:59:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-19 03:59:32 -0700 |
commit | 6402fa11703b094426ed99f53f04ad8e9fbbbf90 (patch) | |
tree | caa21005805845e356d575b8fec026c1a7dfc513 /view/theme/duepuntozero | |
parent | 3b1c2ce0012eab78482e9695bb7f1ca60feca050 (diff) | |
download | volse-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/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/nav.tpl | 2 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 35 |
2 files changed, 30 insertions, 7 deletions
diff --git a/view/theme/duepuntozero/nav.tpl b/view/theme/duepuntozero/nav.tpl index 20b4e923a..3029ce9bd 100644 --- a/view/theme/duepuntozero/nav.tpl +++ b/view/theme/duepuntozero/nav.tpl @@ -44,7 +44,7 @@ {{ if $nav.notifications }} - <a id="nav-notifications-linkmenu" class="nav-commlink" onclick="notify_popup(); return false;" title="$nav.notifications.1">$nav.notifications.1</a> + <a id="nav-notifications-linkmenu" class="nav-commlink fakelink" onclick="notify_popup(); return false;" title="$nav.notifications.1">$nav.notifications.1</a> <span id="notify-update" class="nav-ajax-left"></span> <ul id="nav-notifications-menu" class="menu-popup"> <li id="nav-notifications-see-all"><a href="$nav.notifications.all.0">$nav.notifications.all.1</a></li> diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 30f92dd85..c804c63b5 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -319,9 +319,12 @@ div.wall-item-content-wrapper.shiny { color: #3465a4; text-decoration: none; cursor: pointer; +} +.fakebutton { margin-top: 15px; margin-bottom: 15px; } + .lockview { cursor: pointer; } @@ -2157,6 +2160,8 @@ aside input[type='text'] { text-decoration: underline; cursor: pointer; } + + #settings-default-perms-menu { margin-top: 15px; margin-bottom: 15px; @@ -3274,11 +3279,29 @@ ul.menu-popup { margin-left: 25px; } -#main-slider { - float: left; + +.jslider .jslider-scale ins { + color: #333; + font-size: 12px; + width: 100px; + text-align: center; } -#slider-refresh { - float: right; - margin-right: 25px; - margin-top: 7px; + +.slider { + margin-top: 10px; + margin-bottom: 30px; +} + + +#main-slider { + position: relative; + left: 5%; + width: 90%; } + + +#contact-slider { + position: relative; + left: 5%; + width: 90%; +}
\ No newline at end of file |