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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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}
Note: See TracChangeset for help on using the changeset viewer.