You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2006/11/03 23:19:07 UTC

svn commit: r471017 - /incubator/openejb/trunk/website/html/style.css

Author: dblevins
Date: Fri Nov  3 14:19:06 2006
New Revision: 471017

URL: http://svn.apache.org/viewvc?view=rev&rev=471017
Log:
Added a set of RightContent links

Modified:
    incubator/openejb/trunk/website/html/style.css

Modified: incubator/openejb/trunk/website/html/style.css
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/website/html/style.css?view=diff&rev=471017&r1=471016&r2=471017
==============================================================================
--- incubator/openejb/trunk/website/html/style.css (original)
+++ incubator/openejb/trunk/website/html/style.css Fri Nov  3 14:19:06 2006
@@ -15,6 +15,46 @@
   /* line-height: 1.5em; */
 }
 
+#RightContent {
+  padding: 12px;
+  padding-right: 4px;
+}
+
+#RightContent .panel {
+  border: 2px solid #a9a5de;
+  font-size: 14px;
+  padding: 0px;
+  margin-bottom: .5em;
+}
+
+#RightContent .panelHeader{
+  color: #efefff;
+  background: #7270c2;
+  font-size: 14px;
+  padding: 3px;
+  padding-left: 5px;
+  margin-bottom: .5em;
+}
+#RightContent .panelHeader b{
+  /*padding-left: 9px;*/
+}
+
+#RightContent .panelContent {
+  border: 0px;
+  font-size: 12px;
+  padding: 0px;
+  margin-bottom: .5em;
+}
+
+#RightContent .panelContent .tableview {
+  font-size: 9px;
+}
+
+#RightContent .panelContent .tabletitle {
+  font-size: 10px;
+}
+
+
 .noteMacro { border-style: solid; border-width: 1px; border-color: #F0C000; background-color: #FFFFCE; text-align:left; margin-top: 5px; margin-bottom: 5px}
 .warningMacro { border-style: solid; border-width: 1px; border-color: #c00; background-color: #fcc; text-align:left; margin-top: 5px; margin-bottom: 5px}
 .infoMacro { border-style: solid; border-width: 1px; border-color: #3c78b5; background-color: #D8E4F1; text-align:left; margin-top: 5px; margin-bottom: 5px}
@@ -354,19 +394,6 @@
 }
 
 
-#RightContent {
-  padding: 12px;
-  padding-left: 16px;
-  padding-right: 16px;
-}
-
-#RightContent h3 {
-  color: #cbcbeb;
-  border-bottom: 1px solid #8280d2;
-  border-right: 1px solid #8280d2;
-  background: #7270c2;
-  margin-bottom: .5em;
-}
 
 #contentBox {