Changeset 2607


Ignore:
Timestamp:
Sep 27, 2008, 3:32:31 AM (16 years ago)
Author:
rvelices
Message:
  • 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
Location:
trunk
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/default-colors.css

    r2526 r2607  
    11/* $Id$ */
    22
    3 /* others */
    4 
    5 #imageToolBar * {
    6         background: inherit;
    7 }
    83
    94/* So that non-links are slightly greyed out */
     
    3429}
    3530
    36 /* rate buttons displayed like links */
    37 INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rateButtonStarEmpty {
    38   color:inherit;
    39   background-color:transparent; /* Konqueror doesn't accept transparent here */
    40 }
    41 
    4231.errors { /* Errors display */
    4332  color: red;
     
    4736  margin: 5px;
    4837  border: 1px solid red;
    49   background-image: url(icon/admin/errors.png);
     38  background-image: url(icon/errors.png);
    5039  background-repeat: no-repeat;
    5140  background-position: top right;
     
    6049  color: #002000;
    6150  background-color: #98fb98; /* palegreen */
    62   background-image: url(icon/admin/infos.png);
     51  background-image: url(icon/infos.png);
    6352  background-repeat: no-repeat;
    6453  background-position: top right;
  • trunk/admin/template/goto/fix-ie5-ie6.css

    r2526 r2607  
    22/* Issues in IE from 5 to 6 only not to be used with IE7                      */
    33
    4 @import "thumbnails-fix-ie5-ie6.css";
    54
    65/* to avoid vanishing objects in IE6 */
  • trunk/admin/template/goto/footer.tpl

    r2606 r2607  
    3737</div> <!-- the_page -->
    3838
    39 <!-- Begin of JS -->
    4039{literal}
    4140<script type="text/javascript">
     
    4847</script>
    4948{/literal}
    50 <!-- End of JS -->
    5149
    5250</body>
  • trunk/admin/template/goto/header.tpl

    r2606 r2607  
    2020  <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/fix-ie5-ie6.css">
    2121<![endif]-->
    22 <link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}template/{$themeconf.template}/print.css">
    2322<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/default-colors.css">
    2423<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/theme/{$themeconf.theme}/theme.css">
     
    4241
    4342{if not empty($head_elements)}
    44   {foreach from=$head_elements item=elt}{$elt}{/foreach}
     43{foreach from=$head_elements item=elt}
     44{$elt}
     45{/foreach}
    4546{/if}
    4647
Note: See TracChangeset for help on using the changeset viewer.