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

There is a newer version: 3.1.1
Show newest version
/**
 * Sencha GXT 3.1.0-beta - Sencha for GWT
 * Copyright(c) 2007-2014, Sencha, Inc.
 * [email protected]
 *
 * http://www.sencha.com/products/gxt/license/
 */
.tip {
  padding: 2px;
  font-size: 12px;
}

.tools {
  float: right;
}

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

.text {
  color: #444444;
  font: 11px tahoma, arial, helvetica, sans-serif;
}

.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;
}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy