Author: msorokin
Date: 2009-03-16 11:51:05 -0400 (Mon, 16 Mar 2009)
New Revision: 12965
Modified:
trunk/test-applications/richfaces-docs/web/src/main/webapp/stylesheet/theme.css
Log:
https://jira.jboss.org/jira/browse/RF-6419
Richfaces Docs Application
Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/stylesheet/theme.css
===================================================================
---
trunk/test-applications/richfaces-docs/web/src/main/webapp/stylesheet/theme.css 2009-03-16
15:50:45 UTC (rev 12964)
+++
trunk/test-applications/richfaces-docs/web/src/main/webapp/stylesheet/theme.css 2009-03-16
15:51:05 UTC (rev 12965)
@@ -1,5 +1,5 @@
body {
- font-size: 12px;
+ font-size: 12px;
}
a:active, a:link, a:visited {
@@ -55,12 +55,16 @@
margin: 0px;
font-family: Arial,sans-serif;
color: #616161;
+
}
.body {
padding: 30px;
+ display:block; float:left;
+ width:75%;
+
}
-
+a {display:block}
.columnHeader:hover
{
color: #FF6600;
@@ -106,7 +110,9 @@
.errors textarea {
border: 1px solid red;
}
+.clear{
+}
.required {
color: red;
padding-left: 2px;
@@ -114,4 +120,12 @@
.rich-stglpanel-body {
overflow: auto;
-}
+}
+
+.richcomponentsmenu {
+display: block;
+float:left; width: 200px;
+height: 600px;
+padding-top: 30px;
+
+}