From b9d97b16fa108da637443242c35921aa163aa211 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Tue, 4 May 2010 13:17:58 +0000 Subject: Dozens of enhancements and fixes to Runo theme, containing new sub-styles for several components such as buttons, tables, accordions, windows, layouts, splitpanels and others. svn changeset:13024/svn branch:6.4 --- WebContent/VAADIN/themes/runo/window/window.css | 31 +++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to 'WebContent/VAADIN/themes/runo/window/window.css') diff --git a/WebContent/VAADIN/themes/runo/window/window.css b/WebContent/VAADIN/themes/runo/window/window.css index 2165931d9c..81509146aa 100644 --- a/WebContent/VAADIN/themes/runo/window/window.css +++ b/WebContent/VAADIN/themes/runo/window/window.css @@ -25,14 +25,14 @@ } .v-window-contents { background: #fff; - border: 2px solid #acb2b3; + border: 2px solid #babfc0; border-top: none; border-bottom: none; } .v-window div.v-window-footer { height: 8px; margin-left: 9px; - background: transparent url(img/bottom-right.png) no-repeat right top; + background: transparent url(img/bottom-right.png) no-repeat right bottom; overflow: visible; } .v-ie7 .v-window-footer { @@ -66,6 +66,33 @@ .v-window-modalitycurtain { background: #fff; } +/* Dialog style */ +.v-window-dialog { + background-image: url(img/dialog/bottom-left.png); +} +.v-window-dialog .v-window-outerheader { + height: 14px; + padding: 13px 30px 5px 8px; + background: transparent url(img/top-right.png) no-repeat right top; +} +.v-window-dialog .v-window-header { + font-size: 12px; + line-height: normal; + font-weight: bold; + letter-spacing: 0; + text-shadow: 0 1px 0 #fff; +} +.v-window-dialog .v-window-contents { + background: #f1f3f3; +} +.v-window-dialog div.v-window-footer { + background-image: url(img/dialog/bottom-right.png); +} +.v-window-dialog .v-window-closebox { + top: 14px; + right: 16px; + background-image: url(img/dialog/close.png); +} /* Shadow for window */ .v-shadow-window .top-left { top: -13px; left: -20px; -- cgit v1.2.3