Path: blob/trunk/third_party/closure/goog/css/datepicker.css
2868 views
/*1* Copyright 2009 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* Standard styling for a goog.ui.DatePicker.9*10* @author [email protected] (Erik Arvidsson)11*/1213.goog-date-picker,14.goog-date-picker th,15.goog-date-picker td {16font: 13px Arial, sans-serif;17}1819.goog-date-picker {20-moz-user-focus: normal;21-moz-user-select: none;22position: relative;23border: 1px solid #000;24float: left;25padding: 2px;26color: #000;27background: #c3d9ff;28cursor: default;29}3031.goog-date-picker th {32text-align: center;33}3435.goog-date-picker td {36text-align: center;37vertical-align: middle;38padding: 1px 3px;39}404142.goog-date-picker-menu {43position: absolute;44background: threedface;45border: 1px solid gray;46-moz-user-focus: normal;47z-index: 1;48outline: none;49}5051.goog-date-picker-menu ul {52list-style: none;53margin: 0px;54padding: 0px;55}5657.goog-date-picker-menu ul li {58cursor: default;59}6061.goog-date-picker-menu-selected {62background: #ccf;63}6465.goog-date-picker th {66font-size: .9em;67}6869.goog-date-picker td div {70float: left;71}7273.goog-date-picker button {74padding: 0px;75margin: 1px 0;76border: 0;77color: #20c;78font-weight: bold;79background: transparent;80}8182.goog-date-picker-date {83background: #fff;84}8586.goog-date-picker-week,87.goog-date-picker-wday {88padding: 1px 3px;89border: 0;90border-color: #a2bbdd;91border-style: solid;92}9394.goog-date-picker-week {95border-right-width: 1px;96}9798.goog-date-picker-wday {99border-bottom-width: 1px;100}101102.goog-date-picker-head td {103text-align: center;104}105106/** Use td.className instead of !important */107td.goog-date-picker-today-cont {108text-align: center;109}110111/** Use td.className instead of !important */112td.goog-date-picker-none-cont {113text-align: center;114}115116.goog-date-picker-month {117min-width: 11ex;118white-space: nowrap;119}120121.goog-date-picker-year {122min-width: 6ex;123white-space: nowrap;124}125126.goog-date-picker-monthyear {127white-space: nowrap;128}129130.goog-date-picker table {131border-collapse: collapse;132}133134.goog-date-picker-other-month {135color: #888;136}137138.goog-date-picker-wkend-start,139.goog-date-picker-wkend-end {140background: #eee;141}142143/** Use td.className instead of !important */144td.goog-date-picker-selected {145background: #c3d9ff;146}147148.goog-date-picker-today {149background: #9ab;150font-weight: bold !important;151border-color: #246 #9bd #9bd #246;152color: #fff;153}154155156