Author: abelevich
Date: 2010-12-03 05:19:01 -0500 (Fri, 03 Dec 2010)
New Revision: 20332
Added:
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/toolbar.ecss
Log:
rename toolBar -> toolbar
Added:
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/toolbar.ecss
===================================================================
--- trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/toolbar.ecss
(rev 0)
+++
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/toolbar.ecss 2010-12-03
10:19:01 UTC (rev 20332)
@@ -0,0 +1,62 @@
+.rf-tb {
+ border:1px solid;
+ border-color:'#{richSkin.panelBorderColor}';
+ color:'#{richSkin.headerTextColor}';
+ font-family:'#{richSkin.headerFamilyFont}';
+ font-size:'#{richSkin.headerSizeFont}';
+ font-weight:'#{richSkin.headerWeightFont}';
+ padding:0px;
+ background-color:'#{richSkin.headerBackgroundColor}';
+ background-position:left top;
+ background-repeat:repeat-x;
+ /*check gradient from headerGradientColor to headerBackgroundColor*/
+
background-image:url("#{resource['org.richfaces.renderkit.html.GradientA']}");
+ width:100%;
+}
+
+.rf-tb-itm {
+ padding:0 8px;
+ white-space:nowrap;
+}
+
+.rf-tb-sep {
+ padding:0 10px;
+ text-align:center;
+ background-repeat:no-repeat;
+ background-position:center center;
+ height: 100%;
+}
+
+.rf-tb-cntr{
+ vertical-align:middle;
+}
+
+.rf-tb-sep-grid, .rf-tb-sep-line, .rf-tb-sep-disc, .rf-tb-sep-square {
+ padding: 0px 0px 0px 0px;
+ background-position:center center;
+ height: 80%;
+}
+
+.rf-tb-sep-grid {
+
background-image:url("#{resource['org.richfaces.renderkit.html.images.GridSeparatorImage']}");
+ width: 9px;
+ background-repeat: repeat-y;
+}
+
+.rf-tb-sep-line {
+ width: 2px;
+
background-image:url("#{resource['org.richfaces.renderkit.html.images.LineSeparatorImage']}");
+ background-repeat: repeat-y;
+}
+
+.rf-tb-sep-disc {
+ width: 9px;
+
background-image:url("#{resource['org.richfaces.renderkit.html.images.DotSeparatorImage']}");
+ background-repeat: no-repeat;
+}
+
+.rf-tb-sep-square {
+ width: 9px;
+
background-image:url("#{resource['org.richfaces.renderkit.html.images.SquareSeparatorImage']}");
+ background-repeat: no-repeat;
+}
\ No newline at end of file
Show replies by date