modification: based on stripy request (see post:102812), administration
instructions section headers become pink and expand/collapse icons are also pink (merge back 3035). git-svn-id: http://piwigo.org/svn/branches/2.0@3036 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
f38d06af1e
commit
dcfa79065b
3 changed files with 3 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 185 B |
Binary file not shown.
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 305 B |
|
@ -52,10 +52,10 @@ text-transform:none; font-weight:bold; padding-left:20px; width:54%; }
|
|||
.instructions LI { margin-bottom:5px; }
|
||||
.instructionBlock {border: 1px solid #666; margin: 5px; overflow: hidden;}
|
||||
.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {background-color:#111; background-position:15px center;
|
||||
background-repeat:no-repeat; color:#444; cursor:pointer; font-size:110%; overflow:hidden; padding:8px 41px;}
|
||||
.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {border-bottom: 1px solid #444; }
|
||||
background-repeat:no-repeat; color:#ff3363; cursor:pointer; font-size:110%; overflow:hidden; padding:8px 41px;}
|
||||
.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {border-bottom: none; }
|
||||
.instructionBlockHeaderCollapsed:hover span, .instructionBlockHeaderExpanded:hover span,
|
||||
.instructionBlockHeaderCollapsed:focus span, .instructionBlockHeaderExpanded:focus span { border-bottom-color: #111; }
|
||||
.instructionBlockHeaderCollapsed:focus span, .instructionBlockHeaderExpanded:focus span { border-bottom: 1px solid #ff3363; }
|
||||
|
||||
.instructionBlockHeaderCollapsed { background-image: url(../../icon/expand.gif);}
|
||||
.instructionBlockHeaderExpanded { background-image: url(../../icon/collapse.gif);}
|
||||
|
|
Loading…
Reference in a new issue