diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-10-26 11:04:59 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-10-26 11:04:59 +0000 |
| commit | 144ac2706c4687db67b473d3ef223bdc29401c0c (patch) | |
| tree | 2c1b179975896f644f92c953fd7ec5d633e25e10 /style | |
| parent | f92dab993226f176ab9aa2afe245c481083d39ef (diff) | |
| download | install-144ac2706c4687db67b473d3ef223bdc29401c0c.tar.gz install-144ac2706c4687db67b473d3ef223bdc29401c0c.tar.bz2 install-144ac2706c4687db67b473d3ef223bdc29401c0c.zip | |
add some rudimentary dependency calculations. this simply checks if deps are met. i think this should do for the beginning.
Diffstat (limited to 'style')
| -rw-r--r-- | style/install.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/style/install.css b/style/install.css index 64df715..5877a85 100644 --- a/style/install.css +++ b/style/install.css @@ -198,6 +198,10 @@ form.checks #phpini {max-width:44em} #install_welcome table * {list-style:none;padding:0;margin:0} #install_welcome table ul {line-height:23px} +table#dependencies tr.error, +table#dependencies tr.success, +table#dependencies tr.warning {border:0;background-position:right 50%;text-indent:0px} + |
