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

com.sencha.gxt.theme.base.client.tips.TipDefault.css Maven / Gradle / Ivy

/**
 * Ext GWT 3.0.0-beta2 - Ext for GWT
 * Copyright(c) 2007-2011, Sencha, Inc.
 * [email protected]
 *
 * http://sencha.com/license
 */
.tools {
  float: right;
}

.heading {
  color: #444444;
  font: bold 11px tahoma, arial, helvetica, sans-serif;
  display: none;
}

.text {
  color: #444444;
  font: 11px tahoma, arial, helvetica, sans-serif;
  white-space: nowrap;
  padding-left: 2px;
  padding-right: 2px;
}

.anchor {}

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

@sprite .anchorBottom {
  gwt-image: "anchorBottom";
  position: absolute;
}

@sprite .anchorRight {
  gwt-image: "anchorRight";
  position: absolute;
}

@sprite .anchorLeft {
  gwt-image: "anchorLeft";
  position: absolute;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy