diff options
author | nikrou <nikrou@piwigo.org> | 2009-06-23 13:44:58 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2009-06-23 13:44:58 +0000 |
commit | 9245227e7095ce46272df8ff2990586e43a915c8 (patch) | |
tree | 468819f8b412c91e26512e99a4aa2653566919fc /template/yoga/theme/Sylvia | |
parent | 5b524425892c99aed47fce58023e1f66300d516e (diff) |
Feature 1026 : Modify / delete comments for users
+ update config table content
+ minor modification of Sylvia theme
+ need refactoring
git-svn-id: http://piwigo.org/svn/trunk@3445 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/Sylvia')
-rw-r--r-- | template/yoga/theme/Sylvia/icon/edit.png | bin | 0 -> 970 bytes | |||
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 8 |
2 files changed, 1 insertions, 7 deletions
diff --git a/template/yoga/theme/Sylvia/icon/edit.png b/template/yoga/theme/Sylvia/icon/edit.png Binary files differnew file mode 100644 index 000000000..9c755cda1 --- /dev/null +++ b/template/yoga/theme/Sylvia/icon/edit.png diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index bf884feb8..b4182391e 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -1,12 +1,6 @@ .content div.thumbnailCategory div.illustration { width:165px !important; /* Usable range 162px-360px , optimal : Thumbnail width + 40px */ } -.content div.thumbnailCategory { - height: 180px !important; /* Usable range 172px-250px , optimal : Thumbnail height + 30px */ -} -.content div.thumbnailCategory div.description .text { - height: 130px !important; /* -42px than previous one */ -} #comments div.thumbnailCategory div.illustration { width:220px !important; /* Usable range 219px-360px , optimal : Thumbnail width + 95px */ } @@ -221,7 +215,7 @@ BODY { background:transparent url(images/cat_top-right.gif) no-repeat scroll right top; margin: 0; padding:15px 10px 3px 0; - overflow: hidden !important; + overflow-x: hidden !important; } .content .thumbnailCategory div.description .text { display:block; |