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

com.sencha.gxt.theme.base.client.panel.ContentPanel.css Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
/**
 * Sencha GXT 3.0.1 - Sencha for GWT
 * Copyright(c) 2007-2012, Sencha, Inc.
 * [email protected]
 *
 * http://www.sencha.com/products/gxt/license/
 */
.panel {
  border-style: solid;
  border-width: 0;
  outline: 0 none;
}

.noHeader {
  border-top-width: 1px; 
}

.header {
  position: relative;
}

@if user.agent ie6 {
  .header {
    zoom: 1;
  }
}

.body {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 0 none;
  overflow: hidden;
  position: relative;
}

.footer {
  position: relative; 
}
.bodyWrap {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy