/** vim: ts=4:sw=4:nu:fdc=4:nospell
 *
 * Ext.ux.grid.RowActions.css
 *
 * Style sheets for Grid RowActions Plugin
 *
 * @author   Ing. Jozef Sakilos
 * @date     27. March 2008
 * @verson   $Id: Ext.ux.grid.RowActions.css 753 2009-10-28 02:17:34Z jozo $
 *
 * @license Ext.ux.grid.RowActions.css is licensed under the terms of
 * the Open Source LGPL 3.0 license.  Commercial use is permitted to the extent
 * that the code/component(s) do NOT become part of another Open Source or Commercially
 * licensed development library or toolkit without explicit permission.
 *
 * License details: http://www.gnu.org/licenses/lgpl.html
 */

/* styles for rows */
.ux-row-action-item {
  background-repeat: no-repeat;
  cursor:            pointer;
  /* margin:            1px 3px 0 -2px; */
  height:            16px;
  width:             16px;
  margin:            -4px 3px 0 -2px;  /* TODO: These work better for firefox, haven't tested in IE6 yet */
  position:          relative;         /* TODO: Don't wanna mess stuff up right now! */
  top:               2px;              /* TODO: This one too */
  float:             left;             /* So more than 1 button lines up horizontally */
}
.ext-ie6 .ux-row-action-item {
  margin-top: 0px;
}

.ux-row-action-btn-hover {
  background-color: transparent;
  background-image: none;
  border:           0px;
  margin:           -2px 0 -2px 0;
  height:           100%;
  width:            100%;
}
.ux-row-action-btn-hover-item {
  float:  left;                 /* So more than 1 button lines up horizontally */
  margin: -2px 0px -2px -2px;
  height: 100%;
  width:  100%;
}
.ext-ie6 .ux-row-action-btn-hover-item {
  margin-left: -1px;
}

.ux-row-action-btn-show-item {
  float: left;                  /* So more than 1 button lines up horizontally */
  margin: -3px 3px -3px -1px;
}

/* styles for groups */
.x-grid-group-hd div {
	position:relative;
	height:16px;
}
.ux-grow-action-item {
	min-width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-position: 0 50% ! important;
	margin: 0 0 0 4px;
	padding: 0 ! important;
	cursor:pointer;
	float:left;
}
.ext-ie .ux-grow-action-item {
	width:16px;
}
.ux-action-right {
	float:right;
	margin: 0 3px 0 2px;
	padding: 0 ! important;
}
.ux-grow-action-text {
	padding: 0 ! important;
	margin:0 ! important;
	background:transparent none ! important;
	float:left;
}

/* eof */
