From 33a145d825e232e983a69ce7641e49dcfaad0659 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 31 Dec 2008 00:35:56 +0000 Subject: 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 --- admin/template/goto/theme/roma/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'admin/template/goto/theme/roma') diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index c189701fd..c5a6bfdef 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -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; } \ No newline at end of file +*+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; } -- cgit v1.2.3