aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-04 16:33:17 +0000
committervdigital <vdigital@piwigo.org>2008-10-04 16:33:17 +0000
commit7d38fdeec0591ca8930c20f620ded13a8d10bedf (patch)
tree0919a478f7d32bde31ade8ecf56bfc8c7ccc5d5b
parenta97451563437b12de9050e7f37c021b9eaa62d6d (diff)
Comments list is correct (but it needs a hack for IE)
git-svn-id: http://piwigo.org/svn/trunk@2657 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/yoga/comment_list.tpl1
-rw-r--r--template/yoga/theme/Sylvia/icon/validate_s.pngbin0 -> 492 bytes
-rw-r--r--template/yoga/theme/Sylvia/theme.css3
3 files changed, 4 insertions, 0 deletions
diff --git a/template/yoga/comment_list.tpl b/template/yoga/comment_list.tpl
index e891b6d41..d295015ed 100644
--- a/template/yoga/comment_list.tpl
+++ b/template/yoga/comment_list.tpl
@@ -30,6 +30,7 @@
<span class="author">{$comment.AUTHOR}</span> - <span class="date">{$comment.DATE}</span>
<blockquote>{$comment.CONTENT}</blockquote>
</div>
+ <div class="border">{* Sylvia needs that stupid dummy block *}&nbsp;</div>
</div>
{if isset($comment_separator)}
<hr/>
diff --git a/template/yoga/theme/Sylvia/icon/validate_s.png b/template/yoga/theme/Sylvia/icon/validate_s.png
new file mode 100644
index 000000000..adea3d580
--- /dev/null
+++ b/template/yoga/theme/Sylvia/icon/validate_s.png
Binary files differ
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 27fd60c0b..845224609 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -2,6 +2,7 @@
.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 */ }
/* Sylvia Theme is close to the Roma Admin theme */
BODY, H1, H3, DT, INPUT.rateButtonSelected { color:#666; }
@@ -57,6 +58,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.border { background:transparent url(images/cat_bottom-right.gif) no-repeat scroll right bottom;
+height:7px; margin:0; overflow:hidden; padding:0; width:100%; }
#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;