Sha256: 7f91bb2c6a9cd72c3e2c40e8e5fcba872bd1deaa76aab2728e0b321a2d5a5ffd

Contents?: true

Size: 829 Bytes

Versions: 9

Compression:

Stored size: 829 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;
}

.x-menu-item.nz-tristate-selected {
  background-color: #E6E6E6;
}

.nz-btn-tristate {
  margin-right: 5px;
  border: 1px solid #d8d8d8;
  padding-bottom: 0px;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
netzke-basepack-6.5.0.0 stylesheets/basepack.css
netzke-basepack-6.5.0.0.rc2 stylesheets/basepack.css
netzke-basepack-6.5.0.0.rc1 stylesheets/basepack.css
netzke-basepack-1.0.1.0 stylesheets/basepack.css
netzke-basepack-1.0.0.1 stylesheets/basepack.css
netzke-basepack-1.0.0.0 stylesheets/basepack.css
netzke-basepack-1.0.0.0.pre3 stylesheets/basepack.css
netzke-basepack-1.0.0.0.pre2 stylesheets/basepack.css
netzke-basepack-1.0.0.0.pre stylesheets/basepack.css