Changeset 20452 for trunk


Ignore:
Timestamp:
Jan 29, 2013, 7:35:50 PM (11 years ago)
Author:
flop25
Message:

moved inline css in theme.css
removed useless theme conf
ready for rc

Location:
trunk/themes/default
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/comment_list.tpl

    r20212 r20452  
    1111{/if}
    1212{footer_script}var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png";{/footer_script}
    13 <div class="loader" style="display: none; position: fixed; right: 0;bottom: 0;"><img src="{$ROOT_URL}{$themeconf.img_dir}/ajax_loader.gif"></div>
     13<div class="loader"><img src="{$ROOT_URL}{$themeconf.img_dir}/ajax_loader.gif"></div>
    1414<ul class="commentsList">
    1515{foreach from=$comments item=comment name=comment_loop}
  • trunk/themes/default/template/index.tpl

    r20161 r20452  
    172172
    173173{if !empty($THUMBNAILS)}
    174 <div class="loader" style="display: none; position: fixed; right: 0;bottom: 0;"><img src="{$ROOT_URL}{$themeconf.img_dir}/ajax_loader.gif"></div>
     174<div class="loader"><img src="{$ROOT_URL}{$themeconf.img_dir}/ajax_loader.gif"></div>
    175175<ul class="thumbnails" id="thumbnails">
    176176  {$THUMBNAILS}
  • trunk/themes/default/template/mainpage_categories.tpl

    r20336 r20452  
    1111  var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png", max_requests = {$maxRequests};
    1212{/footer_script}
    13 <div class="loader" style="display: none; position: fixed; right: 0;bottom: 0;"><img src="{$ROOT_URL}{$themeconf.img_dir}/ajax_loader.gif"></div>
     13<div class="loader"><img src="{$ROOT_URL}{$themeconf.img_dir}/ajax_loader.gif"></div>
    1414<ul class="thumbnailCategories">
    1515{foreach from=$category_thumbnails item=cat name=cat_loop}
  • trunk/themes/default/theme.css

    r19302 r20452  
    254254}
    255255
     256/* Loader gif new in 2.5 */
     257.loader {
     258  display: none;
     259  position: fixed;
     260  right: 0;
     261  bottom: 0;
     262}
    256263
    257264/* User comments */
  • trunk/themes/default/themeconf.inc.php

    r20161 r20452  
    44  'icon_dir'      => 'themes/default/icon',
    55  'img_dir'      => 'themes/default/images',
    6   'loading_img'      => 'themes/default/images/359_s.png',
    76  'mime_icon_dir' => 'themes/default/icon/mimetypes/',
    87  'local_head'    => 'local_head.tpl',
Note: See TracChangeset for help on using the changeset viewer.