summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/formlayout
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-18 11:55:55 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-18 11:55:55 +0000
commit3d25bc1f6e75a7b0a79724ed8d6df0307292d3e2 (patch)
treefba8c1988df1b4acc794e16d60a8bc28a6020837 /WebContent/VAADIN/themes/runo/formlayout
parentbaa72fea3a4ec08682fe83058ad76dd85ccb8a13 (diff)
downloadvaadin-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/formlayout')
-rw-r--r--WebContent/VAADIN/themes/runo/formlayout/formlayout.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/formlayout/formlayout.css b/WebContent/VAADIN/themes/runo/formlayout/formlayout.css
new file mode 100644
index 0000000000..86e66a841d
--- /dev/null
+++ b/WebContent/VAADIN/themes/runo/formlayout/formlayout.css
@@ -0,0 +1,54 @@
+.v-formlayout-cell .v-errorindicator {
+ width: 10px;
+ height: 16px;
+ background: transparent url(../icons/16/error.png) no-repeat top right;
+}
+.v-formlayout-captioncell {
+ text-align:right;
+ white-space: nowrap;
+}
+.v-formlayout-error-indicator {
+ /* fix width so layout is not jumpy when error disapear */
+ width: 12px;
+}
+.v-formlayout-spacing .v-formlayout-row .v-formlayout-captioncell,
+.v-formlayout-spacing .v-formlayout-row .v-formlayout-contentcell,
+.v-formlayout-spacing .v-formlayout-row .v-formlayout-errorcell {
+ padding-top: 8px;
+}
+.v-formlayout-margin-top .v-formlayout-firstrow .v-formlayout-captioncell,
+.v-formlayout-margin-top .v-formlayout-firstrow .v-formlayout-contentcell,
+.v-formlayout-margin-top .v-formlayout-firstrow .v-formlayout-errorcell {
+ padding-top: 15px;
+}
+.v-formlayout-margin-bottom .v-formlayout-lastrow .v-formlayout-captioncell,
+.v-formlayout-margin-bottom .v-formlayout-lastrow .v-formlayout-contentcell,
+.v-formlayout-margin-bottom .v-formlayout-lastrow .v-formlayout-errorcell {
+ padding-bottom: 15px;
+}
+.v-formlayout-margin-left .v-formlayout-captioncell {
+ padding-left: 18px;
+}
+.v-formlayout-margin-right .v-formlayout-contentcell {
+ padding-right: 18px;
+}
+/* form */
+.v-form-errormessage {
+ background: transparent url(../icons/16/error.png) no-repeat top left;
+ padding-left: 20px;
+ margin-bottom: 5px;
+ margin-top: 5px;
+ min-height: 20px;
+}
+.v-ie6 .v-form-errormessage {
+ height: 20px
+}
+.v-form fieldset {
+ border: none;
+ border-top: 1px solid #babfc0;
+}
+.v-form legend {
+ margin: 0;
+ padding: 0 4px 0.3em 4px;
+ font-weight: bold;
+} \ No newline at end of file