From: Jouni Koivuviita Date: Mon, 7 Dec 2009 14:26:11 +0000 (+0000) Subject: Sampler updates X-Git-Tag: 6.7.0.beta1~2190 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=59529c477e91f8cf633245b33f44fd6f783e9970;p=vaadin-framework.git Sampler updates * Added MenuBar menu item styles sample svn changeset:10183/svn branch:6.2 --- diff --git a/WebContent/VAADIN/themes/sampler/misc/item-styles.css b/WebContent/VAADIN/themes/sampler/misc/item-styles.css new file mode 100644 index 0000000000..179b9cae3e --- /dev/null +++ b/WebContent/VAADIN/themes/sampler/misc/item-styles.css @@ -0,0 +1,8 @@ +.v-menubar-menuitem-file { + font-weight: bold; + color: #1c9cff; +} + +.v-menubar-menuitem-close-all { + color: red; +} \ No newline at end of file diff --git a/WebContent/VAADIN/themes/sampler/sampler/styles.css b/WebContent/VAADIN/themes/sampler/sampler/styles.css index 4b678c1d6a..0216b31d3e 100644 --- a/WebContent/VAADIN/themes/sampler/sampler/styles.css +++ b/WebContent/VAADIN/themes/sampler/sampler/styles.css @@ -590,7 +590,7 @@ background: transparent url(feature-controls-border.png) repeat-x 0 41px; padding-bottom: 10px; } -.v-app-SamplerApplication .feature-controls .v-label { +.v-app-SamplerApplication .feature-controls .title { font-family: "Helvetica Neue", helvetica, arial, sans-serif; font-weight: bold; font-size: 24px; @@ -610,6 +610,10 @@ display: block; margin: 0 0 0 10px; } +.feature-controls .v-nativebutton-reset::-moz-focus-inner { + border: none; + padding: 0; +} .feature-controls .v-link-showcode a span, .feature-controls .v-link-showcode a:link span, .feature-controls .v-link-showcode a:visited span, diff --git a/WebContent/VAADIN/themes/sampler/styles.css b/WebContent/VAADIN/themes/sampler/styles.css index 6715ad1b9f..024efcb8cd 100644 --- a/WebContent/VAADIN/themes/sampler/styles.css +++ b/WebContent/VAADIN/themes/sampler/styles.css @@ -12,4 +12,6 @@ @import url(layouts/cssexample.css); -@import url(table/styles.css); \ No newline at end of file +@import url(table/styles.css); + +@import url(misc/item-styles.css); \ No newline at end of file