diff --git a/admin/template/goto/default-colors.css b/admin/template/goto/default-colors.css index 277454a11..b67d4f5e0 100644 --- a/admin/template/goto/default-colors.css +++ b/admin/template/goto/default-colors.css @@ -1,10 +1,5 @@ /* $Id$ */ -/* others */ - -#imageToolBar * { - background: inherit; -} /* So that non-links are slightly greyed out */ .content .navigationBar { @@ -33,12 +28,6 @@ INPUT.radio, INPUT.checkbox { border: none; /* <= IE6 needs this */ } -/* rate buttons displayed like links */ -INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rateButtonStarEmpty { - color:inherit; - background-color:transparent; /* Konqueror doesn't accept transparent here */ -} - .errors { /* Errors display */ color: red; background-color: #ffe1e1; @@ -46,7 +35,7 @@ INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rate text-align: left; margin: 5px; border: 1px solid red; - background-image: url(icon/admin/errors.png); + background-image: url(icon/errors.png); background-repeat: no-repeat; background-position: top right; padding: 10px 50px 10px 10px; @@ -59,7 +48,7 @@ INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rate text-align: left; color: #002000; background-color: #98fb98; /* palegreen */ - background-image: url(icon/admin/infos.png); + background-image: url(icon/infos.png); background-repeat: no-repeat; background-position: top right; margin: 5px; diff --git a/admin/template/goto/fix-ie5-ie6.css b/admin/template/goto/fix-ie5-ie6.css index 0ff151542..2068fb0cc 100644 --- a/admin/template/goto/fix-ie5-ie6.css +++ b/admin/template/goto/fix-ie5-ie6.css @@ -1,7 +1,6 @@ /* $Id$ */ /* Issues in IE from 5 to 6 only not to be used with IE7 */ -@import "thumbnails-fix-ie5-ie6.css"; /* to avoid vanishing objects in IE6 */ H1, #theHeader { diff --git a/admin/template/goto/footer.tpl b/admin/template/goto/footer.tpl index c8130090e..787bf1f1e 100644 --- a/admin/template/goto/footer.tpl +++ b/admin/template/goto/footer.tpl @@ -36,7 +36,6 @@ {/if} - {literal} {/literal} - \ No newline at end of file diff --git a/admin/template/goto/header.tpl b/admin/template/goto/header.tpl index 0fed4a250..ba45b3be1 100644 --- a/admin/template/goto/header.tpl +++ b/admin/template/goto/header.tpl @@ -19,7 +19,6 @@ - {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js" now=1} {*jQuery is always available by default*} @@ -41,7 +40,9 @@ {if not empty($head_elements)} - {foreach from=$head_elements item=elt}{$elt}{/foreach} +{foreach from=$head_elements item=elt} +{$elt} +{/foreach} {/if} diff --git a/template/yoga/icon/admin/plugin_active.gif b/template/yoga/icon/admin/plugin_active.gif deleted file mode 100644 index fe49227da..000000000 Binary files a/template/yoga/icon/admin/plugin_active.gif and /dev/null differ diff --git a/template/yoga/icon/admin/plugin_inactive.gif b/template/yoga/icon/admin/plugin_inactive.gif deleted file mode 100644 index 19d551865..000000000 Binary files a/template/yoga/icon/admin/plugin_inactive.gif and /dev/null differ