From 4b5280320d333fe38b02d30ff3503f7d98b7a8ec Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Wed, 3 Jun 2009 09:19:58 +0000 Subject: [PATCH] Simplify images git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@645 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- cross.gif | Bin 74 -> 66 bytes default.css | 2 +- down.gif | Bin 71 -> 63 bytes include/editing.inc.php | 10 +++++----- plus.gif | Bin 72 -> 64 bytes up.gif | Bin 71 -> 65 bytes 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cross.gif b/cross.gif index 05b5061c9789127bca3b0f46b7d0337a78a11447..dbde55327c263de40593a9a88cac4e0c0e791e7c 100644 GIT binary patch literal 66 zcmZ?wbhEHbIApKtVf$L)T|=ek)e1A{dH7upyt 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 630fc3596b4d708f5f2014706fcb955d3f3b2713..8c5771154481a62ccae02c50cc713a0e4b47698b 100644 GIT binary patch literal 63 zcmZ?wbhEHbzt 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) {