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/dark/style.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'view/theme/dispy/dark/style.less') 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; -- cgit v1.2.3 From 2ed3af55a821f99732950e3ba2c43f7ba816d5bc Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Mon, 25 Jun 2012 17:17:06 -0400 Subject: fix delete thingy, and minor clean up Signed-off-by: Simon L'nu --- view/theme/dispy/dark/style.less | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'view/theme/dispy/dark/style.less') diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less index 1c2dc0665..5e6883964 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -325,6 +325,7 @@ h6 { } #item-delete-selected-desc { float: left; + font-size: smaller; margin-right: 5px; &:hover { text-decoration: underline; @@ -1533,10 +1534,6 @@ nav #nav-notifications-linkmenu { } } } -#item-delete-selected { - overflow: auto; - width: 100%; -} #connect-services-header, #extra-help-header { margin: 1.5em 0 0 0; @@ -2370,20 +2367,14 @@ div { } #item-delete-selected { margin-top: 30px; -} -/* was tired of having no way of moving it around, so -* here's a little 'hook' to do so */ -#item-delete-selected { position: absolute; left: 35px; - margin-top: 20px; + width: 15em; + overflow: auto; } #item-delete-selected-icon { float: left; - margin-right: 5px; -} -#item-delete-selected-desc { - font-size: smaller; + margin: 11px 5px; } .fc-state-highlight { background: @main_colour; -- cgit v1.2.3 From eb6bf7e7fad9877e25eda1cbf4f6d0044b984341 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Mon, 25 Jun 2012 18:42:18 -0400 Subject: fix margin of wall-item-body Signed-off-by: Simon L'nu --- view/theme/dispy/dark/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/dispy/dark/style.less') diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less index 5e6883964..32b9aa4b3 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -1429,7 +1429,7 @@ nav #nav-notifications-linkmenu { margin-bottom: 1.4em; } .wall-item-body { - margin: 15px 10px 10px 0px; + margin: 1em; text-align: left; overflow-x: auto; } -- cgit v1.2.3 From ecf9ad9a082e12e3f77469ef2c16b1898a39c47c Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Thu, 28 Jun 2012 12:15:32 -0400 Subject: fix item-delete-selected* css Signed-off-by: Simon L'nu --- view/theme/dispy/dark/style.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'view/theme/dispy/dark/style.less') diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less index 32b9aa4b3..60b49865e 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -325,7 +325,7 @@ h6 { } #item-delete-selected-desc { float: left; - font-size: smaller; + font-size: x-small; margin-right: 5px; &:hover { text-decoration: underline; @@ -2366,9 +2366,9 @@ div { opacity: 1; } #item-delete-selected { - margin-top: 30px; - position: absolute; - left: 35px; + margin: 3em 5px; + position: relative; + left: 4em; width: 15em; overflow: auto; } -- cgit v1.2.3