1/* 2 * Copyright 2009 The Closure Library Authors. All Rights Reserved. 3 * 4 * Use of this source code is governed by the Apache License, Version 2.0. 5 * See the COPYING file for details. 6 */ 7 8/* 9 * Standard styling for a goog.ui.PopupDatePicker. 10 * 11 * @author [email protected] (Erik Arvidsson) 12 */ 13 14.goog-date-picker { 15 position: absolute; 16} 17 18 19