modification: use Roma compliant icons for expand/collapse actions in

administration instructions. Icons sent by stripy.


git-svn-id: http://piwigo.org/svn/branches/2.0@3034 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2008-12-31 00:35:56 +00:00
parent 7a75e9cfb3
commit 33a145d825
5 changed files with 3 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

+3 -3
View File
@@ -57,8 +57,8 @@ background-repeat:no-repeat; color:#444; cursor:pointer; font-size:110%; overflo
.instructionBlockHeaderCollapsed:hover span, .instructionBlockHeaderExpanded:hover span,
.instructionBlockHeaderCollapsed:focus span, .instructionBlockHeaderExpanded:focus span { border-bottom-color: #111; }
.instructionBlockHeaderCollapsed { background-image: url(../../icon/expand.png);}
.instructionBlockHeaderExpanded { background-image: url(../../icon/collapse.png);}
.instructionBlockHeaderCollapsed { background-image: url(../../icon/expand.gif);}
.instructionBlockHeaderExpanded { background-image: url(../../icon/collapse.gif);}
.instructionBlockContent { padding:0 15px 15px;}
SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666}
@@ -206,4 +206,4 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p
html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
*+html .bigtext { left: 70px; }
*+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; }
*+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; }