diff options
author | Simon <simon@kisikew.org> | 2012-06-23 10:36:52 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-06-23 10:36:52 -0700 |
commit | f6b7b99d16b3b8f10ccc2f5f1cdc756047846910 (patch) | |
tree | 7be3f51ae1b656a67b6046a0f044e9cfea8a68a7 /view/theme/dispy/dark/style.less | |
parent | 7a346bc7560c068e084155c98108b404eafc78b2 (diff) | |
parent | 3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5 (diff) | |
download | volse-hubzilla-f6b7b99d16b3b8f10ccc2f5f1cdc756047846910.tar.gz volse-hubzilla-f6b7b99d16b3b8f10ccc2f5f1cdc756047846910.tar.bz2 volse-hubzilla-f6b7b99d16b3b8f10ccc2f5f1cdc756047846910.zip |
Merge pull request #353 from simonlnu/master
jquery update; templates
Diffstat (limited to 'view/theme/dispy/dark/style.less')
-rw-r--r-- | view/theme/dispy/dark/style.less | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less index e3966683b..1c2dc0665 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -2373,7 +2373,7 @@ div { } /* was tired of having no way of moving it around, so * here's a little 'hook' to do so */ -.delete-checked { +#item-delete-selected { position: absolute; left: 35px; margin-top: 20px; @@ -2382,6 +2382,9 @@ div { float: left; margin-right: 5px; } +#item-delete-selected-desc { + font-size: smaller; +} .fc-state-highlight { background: @main_colour; color: @bg_colour; |