summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/compound/toolbar/toolbar.css
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2011-07-28 13:39:15 +0000
committerHenri Sara <henri.sara@itmill.com>2011-07-28 13:39:15 +0000
commit2cfdbc9becea1f9f26db1542a4cc4c7198d2225e (patch)
treeb47d503a071372126b9186cca02000f4899c17dd /WebContent/VAADIN/themes/chameleon/compound/toolbar/toolbar.css
parenta142bc4fc4f4a582f53915ac3eb7872df9429c44 (diff)
downloadvaadin-framework-2cfdbc9becea1f9f26db1542a4cc4c7198d2225e.tar.gz
vaadin-framework-2cfdbc9becea1f9f26db1542a4cc4c7198d2225e.zip
#7053 Chameleon theme integration, first phase: basic theme in Vaadin and JAR, compiled into a single styles.css
svn changeset:20007/svn branch:6.7
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