Sha256: ad8cc5932df6e0463b0707d4ca836cd39d1c050366765e542d5702af014545b6
Contents?: true
Size: 666 Bytes
Versions: 25
Compression:
Stored size: 666 Bytes
Contents
/* Fix for Ext's EditableItem render problem (from http://www.extjs.com/forum/showthread.php?p=290267#post290267) */ /*.x-menu div.x-menu-item .x-menu-item-icon { left: 0px; margin-top: 0px !important; position:relative; background-position:center center; } .ext-ie .x-menu-item-icon { left: -24px; } .ext-strict .x-menu-item-icon { left: 3px; } .ext-ie6 .x-menu-item-icon { left: -24px; } */ /* write accordion header in bold */ .x-accordion-hd { font-weight:bold; } /* highilght new records in grid */ .grid-dirty-record { background: #fdd; } /* StatusBar - fixing forgotten "!important" */ .x-statusbar .x-status-busy { padding-left: 25px !important; }
Version data entries
25 entries across 25 versions & 1 rubygems