
META-INF.resources.org.richfaces.toolbar.ecss Maven / Gradle / Ivy
.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.images:gradientA.png']}");
}
.rf-tb-itm {
padding:0 8px;
white-space:nowrap;
}
.rf-tb-sep {
padding:0 10px;
text-align: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.images:gridSeparatorImage.gif']}");
width: 9px;
background-repeat: repeat-y;
}
.rf-tb-sep-line {
width: 2px;
background-image:url("#{resource['org.richfaces.images:lineSeparatorImage.gif']}");
background-repeat: repeat-y;
}
.rf-tb-sep-disc {
width: 9px;
background-image:url("#{resource['org.richfaces.images:dotSeparatorImage.gif']}");
background-repeat: no-repeat;
}
.rf-tb-sep-square {
width: 9px;
background-image:url("#{resource['org.richfaces.images:squareSeparatorImage.gif']}");
background-repeat: no-repeat;
}