Author: abelevich
Date: 2010-12-03 05:18:18 -0500 (Fri, 03 Dec 2010)
New Revision: 20331
Removed:
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/toolBar.ecss
Log:
Deleted:
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 2010-12-03
10:14:01 UTC (rev 20330)
+++
trunk/ui/output/ui/src/main/resources/META-INF/resources/org.richfaces/toolBar.ecss 2010-12-03
10:18:18 UTC (rev 20331)
@@ -1,62 +0,0 @@
-.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