summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/compound/toolbar/toolbar.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/compound/toolbar/toolbar.css')
-rw-r--r--WebContent/VAADIN/themes/chameleon/compound/toolbar/toolbar.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/compound/toolbar/toolbar.css b/WebContent/VAADIN/themes/chameleon/compound/toolbar/toolbar.css
new file mode 100644
index 0000000000..594fc245a6
--- /dev/null
+++ b/WebContent/VAADIN/themes/chameleon/compound/toolbar/toolbar.css
@@ -0,0 +1,25 @@
+.v-csslayout-toolbar {
+ background: transparent url(../../img/grad-light-top.png) repeat-x;
+ border: 1px solid #b3b3b3;
+ border-width: 1px 0;
+ }
+
+.v-ie6 .v-csslayout-toolbar {
+ background-image: none;
+ }
+
+.v-csslayout-toolbar .v-csslayout-margin {
+ margin: 3px .3em 2px;
+ padding-bottom: 1px;
+ overflow: hidden;
+ }
+
+.v-csslayout-toolbar .v-button,
+.v-csslayout-toolbar .segment {
+ margin-right: 2px;
+ float: left;
+ }
+
+.v-csslayout-toolbar .segment .v-button {
+ margin-right: 0;
+ } \ No newline at end of file