From: Jouni Koivuviita Date: Thu, 18 Oct 2007 12:11:32 +0000 (+0000) Subject: small layout adjustments X-Git-Tag: 6.7.0.beta1~5820 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=daa7f7c889b4b2cc3e40cb8ac0ed1f2b9f80fa48;p=vaadin-framework.git small layout adjustments svn changeset:2550/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/reservr/styles.css b/WebContent/ITMILL/themes/reservr/styles.css index c4e2ac9188..ccb909e578 100644 --- a/WebContent/ITMILL/themes/reservr/styles.css +++ b/WebContent/ITMILL/themes/reservr/styles.css @@ -4,6 +4,8 @@ body { background-image: url(bmw.jpg); background-repeat: no-repeat; background-position: top right; + margin: 0; + padding: 20px 25px 55px 25px; } #itmill-ajax-window { background-color: transparent; @@ -33,8 +35,8 @@ body { height: 250px; overflow: auto; } -.i-panel { - xmargin: 5px; +.i-datefield-calendarpanel { + width: 20em; } .i-caption { color: #F14C1A; @@ -45,11 +47,13 @@ body { font-family: Times New Roman; color: #F14C1A; font-size: 65px; + margin: 0 20px 0 12px; } textarea.i-textfield { font-size: 13px; width: 320px; height: 110px; + margin-right: 30px; } .i-button-link { border: 0px; @@ -68,15 +72,15 @@ textarea.i-textfield { border: 0px; text-align: left; text-decoration: none; - background: #183C6B; + background: #5daee8; font-weight: bold; - color: white; + color: #fff; } .i-orderedlayout { margin:0px; padding: 0px; } -.i-orderedlayout TD { +.i-orderedlayout td { vertical-align: top; } \ No newline at end of file