Ignore:
Timestamp:
17 Jan 2010, 17:57:36 (15 years ago)
Author:
uli
Message:

Fix icon vertical alignment in YUI buttons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-importers/src/waeup/browser/static/purple.css

    r4789 r4838  
    1414
    1515/***** Uli Stuff *****/
     16
     17/* Make YUI button icons appear vertically centered... */
     18.yui-skin-sam .yui-button a img {
     19  vertical-align: middle;
     20  margin-right: 3px;
     21  margin-top: -1px;
     22  margin-left: -2px;
     23}
    1624
    1725/* Fix logo image height: as image is taller than h1 text, header area
Note: See TracChangeset for help on using the changeset viewer.