Path: blob/trunk/third_party/closure/goog/css/dimensionpicker.css
4509 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*/1011@provide 'goog.css.dimensionpicker';1213.goog-dimension-picker {14font-size: 18px;15padding: 4px;16}1718.goog-dimension-picker div {19position: relative;20}2122.goog-dimension-picker div.goog-dimension-picker-highlighted {23/* Client apps must provide the URL at which they serve the image. */24/* background: url(dimension-highlighted.png); */25left: 0;26overflow: hidden;27position: absolute;28top: 0;29}3031.goog-dimension-picker-unhighlighted {32/* Client apps must provide the URL at which they serve the image. */33/* background: url(dimension-unhighlighted.png); */34}3536.goog-dimension-picker-status {37font-size: 10pt;38text-align: center;39}4041.goog-dimension-picker div.goog-dimension-picker-mousecatcher {42left: 0;43position: absolute !important;44top: 0;45}464748