diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-01-27 13:51:46 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-01-27 13:51:46 +0000 |
commit | bd46ea00a706a1744ada6dc21a8eeac7902a22f4 (patch) | |
tree | b06c3bc195c75b8ee87de9554a401c6943d7fc16 /WebContent/ITMILL/themes | |
parent | c8f638eab6d3b1300ff7d051c3edf7163f3796d5 (diff) | |
download | vaadin-framework-bd46ea00a706a1744ada6dc21a8eeac7902a22f4.tar.gz vaadin-framework-bd46ea00a706a1744ada6dc21a8eeac7902a22f4.zip |
themed the i-link to be like it was previously on all browsers
svn changeset:6651/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes')
-rw-r--r-- | WebContent/ITMILL/themes/default/common/common.css | 19 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/link/link.css | 24 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 45 |
3 files changed, 50 insertions, 38 deletions
diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index 8d5ca9544d..290ce61eab 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -204,25 +204,6 @@ input.i-modified, } /** - * Link component styles - * (useless to move into a separate file) - */ -.i-link a { - font-size: 13px; - line-height: 18px; - color: #464f52; - vertical-align: middle; -} - -.i-disabled a { - cursor: default; -} - -.i-link img { - vertical-align: middle; -} - -/** * Label has tiny paddings to include contents margins. */ .i-label { diff --git a/WebContent/ITMILL/themes/default/link/link.css b/WebContent/ITMILL/themes/default/link/link.css new file mode 100644 index 0000000000..43a97d5f3f --- /dev/null +++ b/WebContent/ITMILL/themes/default/link/link.css @@ -0,0 +1,24 @@ +/** + * Link component styles + * (useless to move into a separate file) + */ +.i-link a { + font-size: 13px; + line-height: 18px; + color: #464f52; + vertical-align: middle; + text-decoration: none; +} + +.i-link span { + text-decoration: underline; +} + +.i-disabled a { + cursor: default; +} + +.i-link img { + vertical-align: middle; + border:none; +} diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 1c1c55bcb0..5bcaaeaf01 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -372,25 +372,6 @@ input.i-modified, } /** - * Link component styles - * (useless to move into a separate file) - */ -.i-link a { - font-size: 13px; - line-height: 18px; - color: #464f52; - vertical-align: middle; -} - -.i-disabled a { - cursor: default; -} - -.i-link img { - vertical-align: middle; -} - -/** * Label has tiny paddings to include contents margins. */ .i-label { @@ -819,6 +800,32 @@ input.i-modified, } +/* ./WebContent/ITMILL/themes/default/link/link.css */ +/** + * Link component styles + * (useless to move into a separate file) + */ +.i-link a { + font-size: 13px; + line-height: 18px; + color: #464f52; + vertical-align: middle; + text-decoration: none; +} + +.i-link span { + text-decoration: underline; +} + +.i-disabled a { + cursor: default; +} + +.i-link img { + vertical-align: middle; + border:none; +} + /* ./WebContent/ITMILL/themes/default/menubar/menubar.css */ /* *MenuBar styles |