Previous change in defect.
git-svn-id: http://piwigo.org/svn/branches/2.0@2720 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
b8f1c37530
commit
6e9b50b27b
1 changed files with 4 additions and 3 deletions
|
@ -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'); }
|
||||
.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; } /* */
|
Loading…
Reference in a new issue