From cde8cefaf2f13b8b56f3ac264758f62335ef27f3 Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 22 Sep 2008 21:49:34 +0000 Subject: New ranks icon (Which is a manual ordering). remove tags moved to yoga. Half round buttons and fieldset are removed on Stripy request... Permalink order has been reviewed. Bigbutton:hover mistake is repaired. Some compatibility in public interface. git-svn-id: http://piwigo.org/svn/trunk@2570 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/icon/remove_s.png | Bin 0 -> 451 bytes .../yoga/theme/Sylvia/images/cat_bottom-right.gif | Bin 884 -> 1414 bytes template/yoga/theme/Sylvia/images/cat_top-right.gif | Bin 1504 -> 2152 bytes template/yoga/theme/Sylvia/theme.css | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 template/yoga/icon/remove_s.png (limited to 'template/yoga') diff --git a/template/yoga/icon/remove_s.png b/template/yoga/icon/remove_s.png new file mode 100644 index 000000000..c78c38f17 Binary files /dev/null and b/template/yoga/icon/remove_s.png differ diff --git a/template/yoga/theme/Sylvia/images/cat_bottom-right.gif b/template/yoga/theme/Sylvia/images/cat_bottom-right.gif index 5cd1a1f20..0cae7172d 100644 Binary files a/template/yoga/theme/Sylvia/images/cat_bottom-right.gif and b/template/yoga/theme/Sylvia/images/cat_bottom-right.gif differ diff --git a/template/yoga/theme/Sylvia/images/cat_top-right.gif b/template/yoga/theme/Sylvia/images/cat_top-right.gif index 058fa5317..44b61eb1f 100644 Binary files a/template/yoga/theme/Sylvia/images/cat_top-right.gif and b/template/yoga/theme/Sylvia/images/cat_top-right.gif differ diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 75753eec6..8d70d9ecc 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -56,8 +56,8 @@ padding: 0 0 0 10px; margin: 0; } .content .thumbnailCategory div.illustration a { display: block; margin: 0; padding:20px 0 0 8px; } #content .thumbnailCategory div.description { background:transparent url(images/cat_top-right.gif) no-repeat scroll right top; margin: 0; padding:15px 10px 3px 0; overflow: hidden; } -#content .thumbnailCategory div.description .text { margin: 10px 2px 0 0; padding:-10px 0 5px 0; -overflow: auto; overflow-x: hidden; /* Only IE family supports colored scrollbar */ +#content .thumbnailCategory div.description .text { display:block; margin:10px 2px 0 0; +overflow: auto; overflow-x:hidden; padding:0 0 5px; /* Only IE family supports colored scrollbar */ scrollbar-face-color: #222; scrollbar-shadow-color: #444; scrollbar-highlight-color: #000; scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111; scrollbar-arrow-color: #f70; } -- cgit v1.2.3