From 9c9a2d731fea9679f65904a3a6b72dd78b4253a4 Mon Sep 17 00:00:00 2001 From: wei <> Date: Mon, 9 Jan 2006 03:40:59 +0000 Subject: Update library --- .../Web/Javascripts/tests/calendar_system.css | 70 ---------------------- 1 file changed, 70 deletions(-) delete mode 100644 framework/Web/Javascripts/tests/calendar_system.css (limited to 'framework/Web/Javascripts/tests/calendar_system.css') diff --git a/framework/Web/Javascripts/tests/calendar_system.css b/framework/Web/Javascripts/tests/calendar_system.css deleted file mode 100644 index a797372e..00000000 --- a/framework/Web/Javascripts/tests/calendar_system.css +++ /dev/null @@ -1,70 +0,0 @@ -div.Prado_Calendar -{ - border: 1px solid WindowText; - position: absolute; - text-align: center; - background-color: Window; - z-index: 1000; - font: small-caption; - font-weight: normal; - width: 20em; -} - -div.Prado_Calendar .calendarHeader -{ - background-color: ActiveCaption; - padding: 1px; - border-bottom: 1px solid WindowText; -} - -div.Prado_Calendar table -{ - width: 100%; -} - -div.Prado_Calendar .date -{ - font-weight: normal; - cursor: pointer; -} - -div.Prado_Calendar .selected -{ - border: 1px solid WindowText; -} - -div.Prado_Calendar .today -{ - font-weight: bold; -} - -div.Prado_Calendar .current -{ - border: 1px dotted WindowText; -} - -div.Prado_Calendar .calendarBody td -{ - padding: 2px 0; -} - -div.Prado_Calendar .hover -{ - background-color: Highlight; - color: HighlightText; -} - -div.Prado_Calendar td.empty -{ - background-color: Window; -} - -div.Prado_Calendar .grid td -{ - width: 14%; -} - -div.Prado_Calendar .grid -{ - border-spacing: 0; -} \ No newline at end of file -- cgit v1.2.3