atLoad method now called internally by each widget, no need to call externally. Tweak...
[infodrom/rico3] / ricoClient / css / rico.css
index cfb2d45..53dcd32 100644 (file)
@@ -3,7 +3,15 @@
  */\r
 \r
 body {font-size:100%;}\r
\r
+\r
+/* reset Themeroller font size */ \r
+div.ui-widget {\r
+  font-size: 80%;\r
+}\r
+.ui-dialog {\r
+  width: auto !important;\r
+}\r
+\r
 /* LiveGrid & SimpleGrid */\r
  \r
 .ricoLG_outerDiv {\r
@@ -242,8 +250,8 @@ div.ricoLG_editResponseDiv {
   left:0px;\r
 }\r
 \r
-.ricoLG_editDiv, div.ricoLG_editResponseDiv {\r
-  font-size: 75%;\r
+div.ricoLG_editResponseDiv {\r
+  font-size: 85%;\r
 }\r
 \r
 form .ricoEditLabel sup {\r
@@ -263,7 +271,7 @@ form .ricoEditLabel {
 }\r
 \r
 .ricoLG_editDiv div.ButtonBar {\r
-  padding: 0.3em 0px;\r
+  padding: 0.4em 0px;\r
   margin: 3px;\r
 }\r
 \r
@@ -402,10 +410,6 @@ a.RicoButton {
   white-space: nowrap;\r
 }\r
 \r
-.ui-dialog {\r
-  width: auto !important;\r
-}\r
-\r
 a.RicoButtonAnchorNative {\r
   background-color: #DDD;\r
   border: 1px outset;\r
@@ -510,8 +514,16 @@ td.RicoCalHeading {
   padding: 0px !important;\r
 }\r
 * html td.RicoCalHeading {\r
-  position: relative;\r
+  position: static !important; /* override Themeroller */\r
 }\r
+* html td.RicoCalHeading table {\r
+  float: left;\r
+}\r
+* html td.RicoCalHeading .RicoCloseAnchor {\r
+  position: static;\r
+  float: right;\r
+}\r
+\r
 .ui-datepicker td.RicoCalHeading  table{\r
   width: auto;\r
   margin: 0px 2em !important;\r
@@ -540,11 +552,6 @@ td.RicoCalHeading table a {
   padding: 0px !important;\r
 }\r
 \r
-.ricoCalContainer  .ricoCalToday {\r
-  font-weight:bold;\r
-  background-color: #33FFFF !important;\r
-}\r
-\r
 .ricoCalContainer .ricoSelectedDay {\r
   font-weight:bold;\r
   background-color: #FFFF66 !important;\r
@@ -655,6 +662,10 @@ td.ricoCalToday {
   font-weight:bold;\r
 }\r
 \r
+.ricoCalContainer  .ricoCalToday {\r
+  background-color: #33FFFF !important;\r
+}\r
+\r
 td.ricoCalWeekNum {\r
   background-color: #D4D0C8;\r
   color:black;\r