mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
- admin remove references to unexisting css (print.css and fix-thumbnailsie56...)
- fix .errors and .infos rules background-image url pointing to non existent image - remove unused plugin_xxxx.gif from public theme git-svn-id: http://piwigo.org/svn/trunk@2607 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
{/if}
|
||||
</div> <!-- the_page -->
|
||||
|
||||
<!-- Begin of JS -->
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
jQuery().ready(function(){
|
||||
@@ -47,7 +46,6 @@
|
||||
});
|
||||
</script>
|
||||
{/literal}
|
||||
<!-- End of JS -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -19,7 +19,6 @@
|
||||
<!--[if lt IE 7]>
|
||||
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/fix-ie5-ie6.css">
|
||||
<![endif]-->
|
||||
<link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}template/{$themeconf.template}/print.css">
|
||||
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/default-colors.css">
|
||||
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/theme/{$themeconf.theme}/theme.css">
|
||||
{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 @@
|
||||
<![endif]-->
|
||||
|
||||
{if not empty($head_elements)}
|
||||
{foreach from=$head_elements item=elt}{$elt}{/foreach}
|
||||
{foreach from=$head_elements item=elt}
|
||||
{$elt}
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user