Updated LoadRicoClient for asp and php, so all asp and php examples are working again...
[infodrom/rico3] / ricoClient / css / rico.css
index 53dcd32..a47efe4 100644 (file)
@@ -2,8 +2,6 @@
  *Rico stylesheet\r
  */\r
 \r
-body {font-size:100%;}\r
-\r
 /* reset Themeroller font size */ \r
 div.ui-widget {\r
   font-size: 80%;\r
@@ -134,10 +132,7 @@ thead.ricoLG_top th, thead.ricoLG_top td, table.ricoLiveGrid td, table.ricoLiveG
   border-style: solid;\r
   border-color: silver;\r
   border-width: 0px 0px 1px 1px;\r
-}\r
-\r
-* html thead.ricoLG_top th, * html thead.ricoLG_top td, * html table.ricoLiveGrid td, * html table.ricoLiveGrid th {\r
-  position: relative; /* IE6  only */\r
+  *position: relative; /* IE6-7  only */\r
 }\r
 \r
 .ricoLG_bottom th, .ricoLG_bottom td {\r
@@ -248,9 +243,6 @@ div.ricoLG_editResponseDiv {
   z-index:300;\r
   top:0px;\r
   left:0px;\r
-}\r
-\r
-div.ricoLG_editResponseDiv {\r
   font-size: 85%;\r
 }\r
 \r
@@ -279,6 +271,10 @@ form .ricoEditLabel {
   margin:0px;\r
 }\r
 \r
+.ricoLG_editDiv textarea {\r
+  font-size: 100%;\r
+}\r
+\r
 .ricoLG_editDiv .tabContent, div.ricoLG_editDiv .noTabContent {\r
   overflow: hidden;\r
   padding: 4px;\r
@@ -443,7 +439,7 @@ a.RicoButtonAnchorNative:hover {
 \r
 \r
 /* ricoKeywordSearch */\r
-.ricoKeywordSearch {\r
+.ricoKeywordSearch {\r
   font-size: 70%;\r
 }\r
 \r
@@ -483,7 +479,7 @@ a.RicoButtonAnchorNative:hover {
   display:block;\r
 }\r
 \r
-.ricoTreeContainer, .ricoTree {\r
+.ricoTreeContainer {\r
   font-size:70%;\r
   white-space:nowrap;\r
 }\r
@@ -552,7 +548,7 @@ td.RicoCalHeading table a {
   padding: 0px !important;\r
 }\r
 \r
-.ricoCalContainer .ricoSelectedDay {\r
+.ricoCalContainer .ricoCalBody  td.ricoSelectedDay {\r
   font-weight:bold;\r
   background-color: #FFFF66 !important;\r
 }\r
@@ -662,8 +658,8 @@ td.ricoCalToday {
   font-weight:bold;\r
 }\r
 \r
-.ricoCalContainer  .ricoCalToday {\r
-  background-color: #33FFFF !important;\r
+.ricoCalContainer  .ricoCalBody  td.ricoCalToday {\r
+  background-color: #33FFFF;\r
 }\r
 \r
 td.ricoCalWeekNum {\r
@@ -940,6 +936,7 @@ a span {
 span.ricoClear {\r
   display:-moz-inline-box;\r
   display:inline-block;\r
+  cursor: pointer;\r
 }\r
 \r
 span.RicoCheckmark {\r