/* * GxUI Library 2.0.1 * Copyright (c) 2009, Artech * All rights reserved. * * GxUI Library is freely distributable under the terms of the BSD license. * */ .x-grid-checkheader { height: 14px; background-image: url('resources/images/unchecked.gif'); background-position: 50% -2px; background-repeat: no-repeat; background-color: transparent; } .x-grid-checkheader-checked { background-image: url('resources/images/checked.gif'); } .x-grid-checkheader-editor .x-form-cb-wrap { text-align: center; }