diff options
Diffstat (limited to 'WebContent/ITMILL/themes/default/styles.css')
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 45 |
1 files changed, 26 insertions, 19 deletions
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 |