diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-04-24 13:36:45 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-04-24 13:36:45 +0000 |
commit | 14410f2a048409af75014597717ba5fc32a83674 (patch) | |
tree | 47f9c8a49519be456ef4f7d8c8a24fa2693afe70 /WebContent/ITMILL/themes/default/caption | |
parent | d59f916e26d2a9eb89c8d5c326b48f38216115dc (diff) | |
download | vaadin-framework-14410f2a048409af75014597717ba5fc32a83674.tar.gz vaadin-framework-14410f2a048409af75014597717ba5fc32a83674.zip |
refactored default css rules to be in themes/default, added helperapplication to combine multiple css files, changed app init process again
svn changeset:4226/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/default/caption')
-rw-r--r-- | WebContent/ITMILL/themes/default/caption/caption.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/caption/caption.css b/WebContent/ITMILL/themes/default/caption/caption.css new file mode 100644 index 0000000000..22dad5bd31 --- /dev/null +++ b/WebContent/ITMILL/themes/default/caption/caption.css @@ -0,0 +1,28 @@ +/* Provide some extra whitespace for wrapped elements + (these elements usually need the extra space, since + they aren't even handling their own caption) */ +.i-captionwrapper { + margin: 0.3em 0 0 0; + text-align: left /* Force default alignment */ +} + +.i-errorindicator { + width: 16px; + height: 16px; + padding-right:2px; + display: block; + float:left; + background: transparent url(../icons/16/error.png) no-repeat; + vertical-align: middle; +} + +.i-caption .i-icon { + padding-right:2px; + vertical-align: middle; +} + +.i-error { + padding-left: 15px; + background: #fff; + border: 1px solid red; +}
\ No newline at end of file |