diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2007-10-18 12:11:32 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2007-10-18 12:11:32 +0000 |
commit | daa7f7c889b4b2cc3e40cb8ac0ed1f2b9f80fa48 (patch) | |
tree | 58668e899d0cb9fadaf9342e3f7ec36e8dd29521 /WebContent/ITMILL/themes/reservr | |
parent | e426fde1d12a0baaa9786048d85591dfcd701ee3 (diff) | |
download | vaadin-framework-daa7f7c889b4b2cc3e40cb8ac0ed1f2b9f80fa48.tar.gz vaadin-framework-daa7f7c889b4b2cc3e40cb8ac0ed1f2b9f80fa48.zip |
small layout adjustments
svn changeset:2550/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/reservr')
-rw-r--r-- | WebContent/ITMILL/themes/reservr/styles.css | 14 |
1 files changed, 9 insertions, 5 deletions
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 |