diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-05-19 12:58:58 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-05-19 12:58:58 +0000 |
commit | 8260ece020c439439922bc7f98dc750432316a2c (patch) | |
tree | efc2256438d2b2f19dfb4cd7a6ffdbb973399bf0 /WebContent | |
parent | 18356769f38c48e9dd9c8d347352644e305cfab7 (diff) | |
download | vaadin-framework-8260ece020c439439922bc7f98dc750432316a2c.tar.gz vaadin-framework-8260ece020c439439922bc7f98dc750432316a2c.zip |
Moving error indicator to right side of a caption
svn changeset:4552/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/ITMILL/themes/default/caption/caption.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/WebContent/ITMILL/themes/default/caption/caption.css b/WebContent/ITMILL/themes/default/caption/caption.css index 1f2e452675..629967ba1c 100644 --- a/WebContent/ITMILL/themes/default/caption/caption.css +++ b/WebContent/ITMILL/themes/default/caption/caption.css @@ -9,10 +9,9 @@ .i-errorindicator { width: 10px; height: 16px; - padding-right:2px; - display: block; - float:left; - background: transparent url(../icons/16/error.png) no-repeat; + padding-right:13px; + display: inline; + background: transparent url(icons/16/error.png) no-repeat top right; vertical-align: middle; } |