Changeset 5699


Ignore:
Timestamp:
Apr 7, 2010, 10:48:32 PM (14 years ago)
Author:
plg
Message:

bug 1582: fix help.png position in administration.

better help.png icon for the clear admin theme.

Location:
trunk/admin/themes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/clear/theme.css

    r5697 r5699  
    110110border:0; color:#ccc; font-size:24px; height:30px; left:0; margin:0; padding:10px 0 0; position:absolute;
    111111text-align:center; top:0; width:100%; z-index:99; }
    112 .HelpActions a { border:0; margin:-14px 14px 0 0; position:absolute; right:0; }
    113 .HelpActions li {list-style-image:none; list-style-position:outside;
    114 list-style-type:none; text-align:center; text-indent:0pt; }
    115112#content.content div.comment a.illustration{ margin-right: 30px;}
    116113/* tabsheets are often used in admin  pages => No specific css files */
  • trunk/admin/themes/default/default-layout.css

    r5698 r5699  
    824824#ui-datepicker-div A.ui-datepicker-prev, #ui-datepicker-div A.ui-datepicker-next {background-color:transparent;}
    825825#ui-datepicker-div A.ui-datepicker-prev:hover, #ui-datepicker-div A.ui-datepicker-next:hover {-moz-border-radius:5px;}
     826
     827.HelpActions {
     828  float:right;
     829  margin:0;
     830  padding:0;
     831  padding-top:2px;
     832  padding-left:3px;
     833}
     834
     835.HelpActions a { border:0; margin:0; }
     836.HelpActions a:hover {border:0;}
     837.HelpActions li {list-style-image:none; list-style-position:outside; list-style-type:none; text-align:center; text-indent:0pt; }
  • trunk/admin/themes/roma/theme.css

    r5697 r5699  
    119119border:0; color:#333; font-size:24px; height:30px; left:0; margin:0; padding:10px 0 0; position:absolute;
    120120text-align:center; top:0; width:100%; z-index:99; }
    121 .HelpActions a { border:0; margin:-14px 14px 0 0; position:absolute; right:0; }
    122 .HelpActions li {list-style-image:none; list-style-position:outside;
    123 list-style-type:none; text-align:center; text-indent:0pt; }
    124121#content.content div.comment a.illustration{ margin-right: 30px;}
    125122/* tabsheets are often used in admin  pages => No specific css files */
Note: See TracChangeset for help on using the changeset viewer.