From: jakubvrana Date: Wed, 3 Jun 2009 09:19:58 +0000 (+0000) Subject: Simplify images X-Git-Tag: v3.0.0~880 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=4b5280320d333fe38b02d30ff3503f7d98b7a8ec;p=adminer.git Simplify images git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@645 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/cross.gif b/cross.gif index 05b5061c..dbde5532 100644 Binary files a/cross.gif and b/cross.gif differ diff --git a/default.css b/default.css index fde72deb..6884be66 100644 --- a/default.css +++ b/default.css @@ -11,7 +11,7 @@ td, th { margin-bottom: 1em; border: 0; border-right: 1px solid #999; border-bot th { background: #eee; } fieldset { display: inline; vertical-align: top; padding: .5em .8em; margin: 0 .5em .5em 0; border: 1px solid #999; } p { margin: 0 20px 1em 0; } -img { vertical-align: middle; } +img { vertical-align: middle; border: 0; } code { background: #eee; } .js .hidden { display: none; } .nowrap { white-space: nowrap; } diff --git a/down.gif b/down.gif index 630fc359..8c577115 100644 Binary files a/down.gif and b/down.gif differ diff --git a/include/editing.inc.php b/include/editing.inc.php index 93609045..7337e5fd 100644 --- a/include/editing.inc.php +++ b/include/editing.inc.php @@ -135,7 +135,7 @@ function edit_fields($fields, $collations, $type = "TABLE", $allowed = 0) {