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/icon/collapse.gif | Bin 0 -> 185 bytes admin/template/goto/icon/collapse.png | Bin 3599 -> 0 bytes admin/template/goto/icon/expand.gif | Bin 0 -> 305 bytes admin/template/goto/icon/expand.png | Bin 159 -> 0 bytes admin/template/goto/theme/roma/theme.css | 6 +++--- 5 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 admin/template/goto/icon/collapse.gif delete mode 100644 admin/template/goto/icon/collapse.png create mode 100644 admin/template/goto/icon/expand.gif delete mode 100644 admin/template/goto/icon/expand.png (limited to 'admin') diff --git a/admin/template/goto/icon/collapse.gif b/admin/template/goto/icon/collapse.gif new file mode 100644 index 000000000..94615bfad Binary files /dev/null and b/admin/template/goto/icon/collapse.gif differ diff --git a/admin/template/goto/icon/collapse.png b/admin/template/goto/icon/collapse.png deleted file mode 100644 index a2566d534..000000000 Binary files a/admin/template/goto/icon/collapse.png and /dev/null differ diff --git a/admin/template/goto/icon/expand.gif b/admin/template/goto/icon/expand.gif new file mode 100644 index 000000000..b5ce6bc9a Binary files /dev/null and b/admin/template/goto/icon/expand.gif differ diff --git a/admin/template/goto/icon/expand.png b/admin/template/goto/icon/expand.png deleted file mode 100644 index d4aa7b76b..000000000 Binary files a/admin/template/goto/icon/expand.png and /dev/null differ 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