diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-09-28 08:52:42 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-09-28 08:52:42 +0000 |
| commit | 3ecef240c44847f29954ba87c361c358cf22cc04 (patch) | |
| tree | e57245270cfeac739ddfe9f7709c039785a55e40 /style | |
| parent | c48892591e828479bf2b2137ad24ab94149b28aa (diff) | |
| download | install-3ecef240c44847f29954ba87c361c358cf22cc04.tar.gz install-3ecef240c44847f29954ba87c361c358cf22cc04.tar.bz2 install-3ecef240c44847f29954ba87c361c358cf22cc04.zip | |
don't display duplicate icon
Diffstat (limited to 'style')
| -rw-r--r-- | style/install.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/style/install.css b/style/install.css index d2ab19a..6143576 100644 --- a/style/install.css +++ b/style/install.css @@ -93,6 +93,7 @@ legend {background:#fdf9ea;padding:1em 1em 1em 0} .row {overflow:auto;clear:both;margin:0 0 1.5em 0} .formlabel {float:left;width:24%;text-align:right;padding:0 0.5em 1em 0;font-weight:bold} .formfeedback {} +.formfeedback .icon {display:none;} .formfeedback div {padding:4px;border-bottom:1px dotted #aaa} .odd {background:#f4f4f3;color:#000} |
