All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sencha.gxt.theme.base.client.frame.NestedDivFrame.css Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
/**
 * Sencha GXT 3.0.0 - Sencha for GWT
 * Copyright(c) 2007-2012, Sencha, Inc.
 * [email protected]
 *
 * http://www.sencha.com/products/gxt/license/
 */
.contentArea {
  position: relative;
  outline: none;
}

@sprite .content {
  gwt-image: 'background';
  overflow: visible;
  height: auto;
  width: auto;
}

@sprite .topLeft {
  gwt-image: 'topLeftBorder';
  padding-left: value('topLeftBorder.getWidth', 'px');
  zoom:1;
  width: auto;
  height: auto;
}

@sprite .top {
  gwt-image: 'topBorder';
  width: auto;
}

@sprite .topRight {
  gwt-image: 'topRightBorder';
  background-position: right 0;
  zoom:1;
  padding-right: value('topRightBorder.getWidth', 'px');
  width: auto;
}

@sprite .bottomLeft {
  gwt-image: 'bottomLeftBorder';
  width: auto;
  background-position: 0 bottom;
  padding-left: value('bottomLeftBorder.getWidth', 'px');
  zoom: 1;
  line-height: 1px;
  font-size: 1px;
}

@sprite .bottom {
  gwt-image: 'bottomBorder';
  background-position: 0 bottom;
  zoom: 1;
  width: auto;
  overflow: visible;
  height: value('bottomBorder.getHeight', 'px');
  line-height: 1px;
  font-size: 1px;
}

@sprite .bottomRight {
  gwt-image: 'bottomRightBorder';
  background-position: right bottom;
  padding-right: value('bottomRightBorder.getWidth', 'px');
  zoom:1;
  width: auto;
  height: auto;
  line-height: 1px;
  font-size: 1px;
}

@sprite .left {
  gwt-image: 'leftBorder';
  padding-left: value('bottomLeftBorder.getWidth', 'px');
  zoom:1;
  overflow: visible;
  height: auto;
  width: auto;
}

@sprite .right {
  gwt-image: 'rightBorder';
  background-position: right 0;
  padding-right: value('rightBorder.getWidth', 'px');
  overflow: visible;
  width: auto;
  height: auto;
}

.bodyWrap {}
.over {}
.pressed {}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy