diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-22 21:49:34 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-22 21:49:34 +0000 |
commit | cde8cefaf2f13b8b56f3ac264758f62335ef27f3 (patch) | |
tree | ab61a86ce8b003ad9255551fc2dd2ef7cbac4c68 /template/yoga | |
parent | aa41a468e53655e186ea667631466bff65cc42fc (diff) |
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
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/icon/remove_s.png | bin | 0 -> 451 bytes | |||
-rw-r--r-- | template/yoga/theme/Sylvia/images/cat_bottom-right.gif | bin | 884 -> 1414 bytes | |||
-rw-r--r-- | template/yoga/theme/Sylvia/images/cat_top-right.gif | bin | 1504 -> 2152 bytes | |||
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 4 |
4 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/icon/remove_s.png b/template/yoga/icon/remove_s.png Binary files differnew file mode 100644 index 000000000..c78c38f17 --- /dev/null +++ b/template/yoga/icon/remove_s.png diff --git a/template/yoga/theme/Sylvia/images/cat_bottom-right.gif b/template/yoga/theme/Sylvia/images/cat_bottom-right.gif Binary files differindex 5cd1a1f20..0cae7172d 100644 --- a/template/yoga/theme/Sylvia/images/cat_bottom-right.gif +++ b/template/yoga/theme/Sylvia/images/cat_bottom-right.gif diff --git a/template/yoga/theme/Sylvia/images/cat_top-right.gif b/template/yoga/theme/Sylvia/images/cat_top-right.gif Binary files differindex 058fa5317..44b61eb1f 100644 --- a/template/yoga/theme/Sylvia/images/cat_top-right.gif +++ b/template/yoga/theme/Sylvia/images/cat_top-right.gif 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; } |