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

com.sencha.gxt.theme.base.client.field.ErrorTip.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/
 */
.heading {
  font: bold 11px tahoma, arial, helvetica, sans-serif;
  color: #444;
}

.text {
  font: 11px tahoma, arial, helvetica, sans-serif;
  color: #444;
  padding-left: 0px;
}

@sprite .textWrap {
  gwt-image: 'errorIcon';
  width: auto;
  height: auto;
  background-position: -1 4px;
  padding-left: 20px; 
}

@if user.agent ie6 {
  .textWrap {
    padding-bottom: 5px;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy