diff options
Diffstat (limited to 'admin/template/goto')
-rw-r--r-- | admin/template/goto/icon/collapse.gif | bin | 0 -> 185 bytes | |||
-rw-r--r-- | admin/template/goto/icon/collapse.png | bin | 3599 -> 0 bytes | |||
-rw-r--r-- | admin/template/goto/icon/expand.gif | bin | 0 -> 305 bytes | |||
-rw-r--r-- | admin/template/goto/icon/expand.png | bin | 159 -> 0 bytes | |||
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 6 |
5 files changed, 3 insertions, 3 deletions
diff --git a/admin/template/goto/icon/collapse.gif b/admin/template/goto/icon/collapse.gif Binary files differnew file mode 100644 index 000000000..94615bfad --- /dev/null +++ b/admin/template/goto/icon/collapse.gif diff --git a/admin/template/goto/icon/collapse.png b/admin/template/goto/icon/collapse.png Binary files differdeleted file mode 100644 index a2566d534..000000000 --- a/admin/template/goto/icon/collapse.png +++ /dev/null diff --git a/admin/template/goto/icon/expand.gif b/admin/template/goto/icon/expand.gif Binary files differnew file mode 100644 index 000000000..b5ce6bc9a --- /dev/null +++ b/admin/template/goto/icon/expand.gif diff --git a/admin/template/goto/icon/expand.png b/admin/template/goto/icon/expand.png Binary files differdeleted file mode 100644 index d4aa7b76b..000000000 --- a/admin/template/goto/icon/expand.png +++ /dev/null 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; } |