accounting-manager-theme/src/com/sencha/gxt/theme/neptune/client/sliced/toolbar/SlicedToolBar.css

30 lines
705 B
CSS

/**
* Sencha GXT 3.1.1 - Sencha for GWT
* Copyright(c) 2007-2014, Sencha, Inc.
* licensing@sencha.com
*
* http://www.sencha.com/products/gxt/license/
*/
@def gradient value('theme.toolbar.gradient');
@def borderColor value('theme.toolbar.border.color');
@def borderWidth value('theme.toolbar.border.toString');
@def borderStyle value('theme.toolbar.border.style');
@def padding value('theme.toolbar.padding.toString');
@sprite .toolBar {
gwt-image: "background";
width: auto;
height: auto;
padding: padding;
border-style: borderStyle;
border-color: borderColor;
border-width: borderWidth;
display: block;
position: relative;
left: 0;
top: 0;
zoom: 1;
overflow: hidden;
}