Path: blob/trunk/third_party/closure/goog/css/dimensionpicker.css
2868 views
/*1* Copyright 2008 The Closure Library Authors. All Rights Reserved.2*3* Use of this source code is governed by the Apache License, Version 2.0.4* See the COPYING file for details.5*/67/*8* Styling for dimension pickers rendered by goog.ui.DimensionPickerRenderer.9*10* Author: [email protected] (Robby Walker)11* Author: [email protected] (Abe Fettig)12*/1314.goog-dimension-picker {15font-size: 18px;16padding: 4px;17}1819.goog-dimension-picker div {20position: relative;21}2223.goog-dimension-picker div.goog-dimension-picker-highlighted {24/* Client apps must provide the URL at which they serve the image. */25/* background: url(dimension-highlighted.png); */26left: 0;27overflow: hidden;28position: absolute;29top: 0;30}3132.goog-dimension-picker-unhighlighted {33/* Client apps must provide the URL at which they serve the image. */34/* background: url(dimension-unhighlighted.png); */35}3637.goog-dimension-picker-status {38font-size: 10pt;39text-align: center;40}4142.goog-dimension-picker div.goog-dimension-picker-mousecatcher {43left: 0;44position: absolute !important;45top: 0;46}474849