Changeset 25976


Ignore:
Timestamp:
Dec 16, 2013, 9:26:16 PM (10 years ago)
Author:
rvelices
Message:

modus update

Location:
extensions/modus
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/modus/css/picture.css.tpl

    r25794 r25976  
    4444#linkPrev {
    4545        float: left;
    46         margin: 5px 10px 0 5px;
     46        margin: 0 10px 0 5px;
    4747}
    4848
    4949#linkNext {
    5050        float: right;
    51         margin: 5px 5px 0 10px;
    52   text-align: right;
     51        margin: 0 5px 0 10px;
     52        text-align: right;
    5353}
    5454
     
    169169        display: block;
    170170        padding: 0 5px 0 10px;
    171         margin: 0; /*need this for ie7 override in fix-ie7*/
     171        margin: 0;
    172172}
    173173
     
    256256                text-transform: capitalize;
    257257        }
    258 }
    259 
    260 
     258
     259        .imageInfoTable {
     260                padding-top: 5px;
     261                clear: both;
     262        }
     263}
     264
  • extensions/modus/template/header.tpl

    r25794 r25976  
    1818{if empty($smarty.server.HTTP_USER_AGENT) || strpos($smarty.server.HTTP_USER_AGENT, 'MSIE')}
    1919<!--[if lt IE 9]><script type="text/javascript" src="{$ROOT_URL}themes/{$themeconf.id}/html5shiv.js"></script><![endif]-->
    20 <!--[if lt IE 7]><script type="text/javascript" src="{$ROOT_URL}themes/default/js/pngfix.js"></script><![endif]-->
    2120{/if}
    2221<meta name=viewport content="width=device-width,initial-scale=1">
Note: See TracChangeset for help on using the changeset viewer.