diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-06-23 13:33:58 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-06-23 13:33:58 -0400 |
commit | 3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5 (patch) | |
tree | 7be3f51ae1b656a67b6046a0f044e9cfea8a68a7 /view/theme/dispy/dark | |
parent | 7a346bc7560c068e084155c98108b404eafc78b2 (diff) | |
download | volse-hubzilla-3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5.tar.gz volse-hubzilla-3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5.tar.bz2 volse-hubzilla-3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5.zip |
update jquery to 1.7.2; fix some dispy templates to be more in sync with view/
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/dark')
-rw-r--r-- | view/theme/dispy/dark/style.css | 3 | ||||
-rw-r--r-- | view/theme/dispy/dark/style.less | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/view/theme/dispy/dark/style.css b/view/theme/dispy/dark/style.css index 327b053ab..bf23cf625 100644 --- a/view/theme/dispy/dark/style.css +++ b/view/theme/dispy/dark/style.css @@ -391,8 +391,9 @@ div[id$="wrapper"]{height:100%;}div[id$="wrapper"] br{clear:left;} .item-select{opacity:0.1;margin:5px 0 0 6px !important;}.item-select:hover{opacity:1;} .checkeditem{opacity:1;} #item-delete-selected{margin-top:30px;} -.delete-checked{position:absolute;left:35px;margin-top:20px;} +#item-delete-selected{position:absolute;left:35px;margin-top:20px;} #item-delete-selected-icon{float:left;margin-right:5px;} +#item-delete-selected-desc{font-size:smaller;} .fc-state-highlight{background:#eeeecc;color:#2e2f2e;} .directory-item{float:left;margin:0 5px 4px 0;padding:3px;width:180px;height:250px;position:relative;} #group-sidebar{margin-bottom:10px;} 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; |