aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2008-12-31 00:35:56 +0000
committerplegall <plg@piwigo.org>2008-12-31 00:35:56 +0000
commit33a145d825e232e983a69ce7641e49dcfaad0659 (patch)
tree62ef01a2f40da621e11b231b7c60890391aba0b6 /admin
parent7a75e9cfb39737492b2ba41260da19ae01851d7b (diff)
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
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/icon/collapse.gifbin0 -> 185 bytes
-rw-r--r--admin/template/goto/icon/collapse.pngbin3599 -> 0 bytes
-rw-r--r--admin/template/goto/icon/expand.gifbin0 -> 305 bytes
-rw-r--r--admin/template/goto/icon/expand.pngbin159 -> 0 bytes
-rw-r--r--admin/template/goto/theme/roma/theme.css6
5 files changed, 3 insertions, 3 deletions
diff --git a/admin/template/goto/icon/collapse.gif b/admin/template/goto/icon/collapse.gif
new file mode 100644
index 000000000..94615bfad
--- /dev/null
+++ b/admin/template/goto/icon/collapse.gif
Binary files differ
diff --git a/admin/template/goto/icon/collapse.png b/admin/template/goto/icon/collapse.png
deleted file mode 100644
index a2566d534..000000000
--- a/admin/template/goto/icon/collapse.png
+++ /dev/null
Binary files differ
diff --git a/admin/template/goto/icon/expand.gif b/admin/template/goto/icon/expand.gif
new file mode 100644
index 000000000..b5ce6bc9a
--- /dev/null
+++ b/admin/template/goto/icon/expand.gif
Binary files differ
diff --git a/admin/template/goto/icon/expand.png b/admin/template/goto/icon/expand.png
deleted file mode 100644
index d4aa7b76b..000000000
--- a/admin/template/goto/icon/expand.png
+++ /dev/null
Binary files 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; }