aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-11 20:27:45 +0000
committervdigital <vdigital@piwigo.org>2008-10-11 20:27:45 +0000
commit6e9b50b27b6ae781604cdfbac2c62060cd93aac5 (patch)
tree17d6ea3c858fa61428f4c88de78a1fb26c6e0c07
parentb8f1c3753080886617cc4f3fb52935c483fe7822 (diff)
Previous change in defect.
git-svn-id: http://piwigo.org/svn/branches/2.0@2720 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/yoga/theme/Sylvia/theme.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index e7cedf685..41affedc1 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -58,8 +58,6 @@ 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; }
-
-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;
@@ -100,4 +98,7 @@ A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer;
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
.rateButtonStarFull { background-image: url('icon/rating-stars.gif'); }
-.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); } \ No newline at end of file
+.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); }
+#menubar #mbIdentification fieldset div input[type="text"] { margin: 0 0 3px; width: 174px; display: inline; }
+/* IE6... Hacks: */
+/*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */ \ No newline at end of file