Changeset 13020


Ignore:
Timestamp:
Feb 2, 2012, 9:47:12 PM (12 years ago)
Author:
plg
Message:

feature 2561: move some CSS rules from cat_modify.tpl to theme.css

Location:
trunk/admin/themes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/cat_modify.tpl

    r13013 r13020  
    1010  <table style="width:100%">
    1111    <tr>
    12       <td style="width:1%;padding-right:10px;text-align:center;">
     12      <td id="albumThumbnail">
    1313{if isset($representant) }
    1414  {if isset($representant.picture) }
    15         <a href="{$representant.picture.URL}"><img src="{$representant.picture.SRC}" alt="" style="border:2px solid #ddd"></a>
     15        <a href="{$representant.picture.URL}"><img src="{$representant.picture.SRC}" alt=""></a>
    1616  {else}
    1717        <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_representant_random.png" alt="{'Random photo'|@translate}">
     
    2828      </td>
    2929
    30       <td style="vertical-align:top;border-left:2px solid #ddd;padding-left:10px;">
     30      <td id="albumLinks">
    3131<p>{$INTRO}</p>
    3232<ul style="padding-left:15px;">
  • trunk/admin/themes/default/theme.css

    r13013 r13020  
    10371037
    10381038#debug { margin-left: 227px; font-size:12px; }
     1039
     1040/* Album Properties */
     1041#albumThumbnail {
     1042  width:1%;
     1043  padding-right:10px;
     1044  text-align:center;
     1045}
     1046
     1047#albumThumbnail img {
     1048  border:2px solid #ddd;
     1049}
     1050
     1051#albumLinks {
     1052  vertical-align:top;
     1053  border-left:2px solid #ddd;
     1054  padding-left:10px;
     1055}
  • trunk/admin/themes/roma/theme.css

    r12670 r13020  
    254254
    255255#progressbar {border:1px solid #666; background-color:#666;}
     256
     257/* Album Properties */
     258#albumThumbnail img, #albumLinks {
     259  border-color:#333;
     260}
Note: See TracChangeset for help on using the changeset viewer.