diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2008-10-03 08:25:38 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2008-10-03 08:25:38 +0000 |
commit | 2a00676134f92b2cfa321bbead07954371e99844 (patch) | |
tree | 95a05b6bdd7cb9b4fe2bf80ef9b0382c88129cc1 /WebContent/ITMILL/themes/example | |
parent | 934588b7b8f9c0c581766b78553b55b701e80cde (diff) | |
download | vaadin-framework-2a00676134f92b2cfa321bbead07954371e99844.tar.gz vaadin-framework-2a00676134f92b2cfa321bbead07954371e99844.zip |
Beautified form example styles.
svn changeset:5590/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/example')
-rw-r--r-- | WebContent/ITMILL/themes/example/styles.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/WebContent/ITMILL/themes/example/styles.css b/WebContent/ITMILL/themes/example/styles.css index 56911914f4..426cfade50 100644 --- a/WebContent/ITMILL/themes/example/styles.css +++ b/WebContent/ITMILL/themes/example/styles.css @@ -10,9 +10,13 @@ * For FormExample.java ******************************************************************************/ .i-form { - border: 1px solid; - margin: 10px; - padding: 5px; + border: 1px solid #dadcdf; + margin: 8px; + padding: 15px; +} + +.i-form legend { + color: #464f52; } .i-orderedlayout-formroot td { |