From 3b1d9d969547e08c3a421c7a3b870cfcb45f3bc5 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Sat, 23 Jun 2012 13:33:58 -0400 Subject: update jquery to 1.7.2; fix some dispy templates to be more in sync with view/ Signed-off-by: Simon L'nu --- view/theme/dispy/light/style.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'view/theme/dispy/light/style.less') diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less index b0fab994c..c5624841e 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -2374,7 +2374,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; @@ -2383,6 +2383,9 @@ div { float: left; margin-right: 5px; } +#item-delete-selected-desc { + font-size: smaller; +} .fc-state-highlight { background: @bg_colour; color: @main_colour; -- cgit v1.2.3