diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-18 11:55:55 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-18 11:55:55 +0000 |
commit | 3d25bc1f6e75a7b0a79724ed8d6df0307292d3e2 (patch) | |
tree | fba8c1988df1b4acc794e16d60a8bc28a6020837 /WebContent/VAADIN/themes/runo/orderedlayout | |
parent | baa72fea3a4ec08682fe83058ad76dd85ccb8a13 (diff) | |
download | vaadin-framework-3d25bc1f6e75a7b0a79724ed8d6df0307292d3e2.tar.gz vaadin-framework-3d25bc1f6e75a7b0a79724ed8d6df0307292d3e2.zip |
Old default theme renamed to "runo".
svn changeset:7856/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/runo/orderedlayout')
-rw-r--r-- | WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css b/WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css new file mode 100644 index 0000000000..e9c431ecdd --- /dev/null +++ b/WebContent/VAADIN/themes/runo/orderedlayout/orderedlayout.css @@ -0,0 +1,26 @@ +.v-orderedlayout-margin-top, +.v-horizontallayout-margin-top, +.v-verticallayout-margin-top { + padding-top: 15px; +} +.v-orderedlayout-margin-right, +.v-horizontallayout-margin-right, +.v-verticallayout-margin-right { + padding-right: 18px; +} +.v-orderedlayout-margin-bottom, +.v-horizontallayout-margin-bottom, +.v-verticallayout-margin-bottom { + padding-bottom: 15px; +} +.v-orderedlayout-margin-left, +.v-horizontallayout-margin-left, +.v-verticallayout-margin-left { + padding-left: 18px; +} +.v-orderedlayout-spacing-on, +.v-horizontallayout-spacing-on, +.v-verticallayout-spacing-on { + padding-top: 8px; + padding-left: 8px; +}
\ No newline at end of file |