aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2009-01-02 19:43:04 +0000
committerplegall <plg@piwigo.org>2009-01-02 19:43:04 +0000
commitdcfa79065bdaa8255b75f52b42bad144eab0aea6 (patch)
tree5f45300b962ed141608de68485a63c92bd83d974 /admin/template
parentf38d06af1e6b550c9dfb7ce95f61338eccbab107 (diff)
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
Diffstat (limited to 'admin/template')
-rw-r--r--admin/template/goto/icon/collapse.gifbin185 -> 185 bytes
-rw-r--r--admin/template/goto/icon/expand.gifbin305 -> 305 bytes
-rw-r--r--admin/template/goto/theme/roma/theme.css6
3 files changed, 3 insertions, 3 deletions
diff --git a/admin/template/goto/icon/collapse.gif b/admin/template/goto/icon/collapse.gif
index a5854d466..94615bfad 100644
--- a/admin/template/goto/icon/collapse.gif
+++ b/admin/template/goto/icon/collapse.gif
Binary files differ
diff --git a/admin/template/goto/icon/expand.gif b/admin/template/goto/icon/expand.gif
index 44957d9a1..b5ce6bc9a 100644
--- a/admin/template/goto/icon/expand.gif
+++ b/admin/template/goto/icon/expand.gif
Binary files differ
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css
index c5a6bfdef..5be9064fc 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -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);}