]> git.joonet.de Git - adminer.git/commitdiff
Simplify images
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 3 Jun 2009 09:19:58 +0000 (09:19 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 3 Jun 2009 09:19:58 +0000 (09:19 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@645 7c3ca157-0c34-0410-bff1-cbf682f78f5c

cross.gif
default.css
down.gif
include/editing.inc.php
plus.gif
up.gif

index 05b5061c9789127bca3b0f46b7d0337a78a11447..dbde55327c263de40593a9a88cac4e0c0e791e7c 100644 (file)
Binary files a/cross.gif and b/cross.gif differ
index fde72deb05366017103a4a3d723367aab3f0ab8b..6884be660dad899423b879fa6decbbc3eb13dc65 100644 (file)
@@ -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; }
index 630fc3596b4d708f5f2014706fcb955d3f3b2713..8c5771154481a62ccae02c50cc713a0e4b47698b 100644 (file)
Binary files a/down.gif and b/down.gif differ
index 936090458659220fae230d976acd1afc5cca3793..7337e5fdf20eb3e4b0b9bb1fc49e4611d5db0a40 100644 (file)
@@ -135,7 +135,7 @@ function edit_fields($fields, $collations, $type = "TABLE", $allowed = 0) {
 <td><input type="radio" name="auto_increment_col" value="" /><?php echo lang('Auto Increment'); ?></td>
 <td<?php echo ($column_comments ? "" : " class='hidden'"); ?>><?php echo lang('Comment'); ?></td>
 <?php } ?>
-<td><input type="image" name="add[0]" src="plus.gif" title="<?php echo lang('Add next'); ?>" /><script type="text/javascript">row_count = <?php echo count($fields); ?>;</script></td>
+<td><input type="image" name="add[0]" src="plus.gif" alt="+" title="<?php echo lang('Add next'); ?>" /><script type="text/javascript">row_count = <?php echo count($fields); ?>;</script></td>
 </tr></thead>
 <?php
        foreach ($fields as $i => $field) {
@@ -152,10 +152,10 @@ function edit_fields($fields, $collations, $type = "TABLE", $allowed = 0) {
 <td<?php echo ($column_comments ? "" : " class='hidden'"); ?>><input name="fields[<?php echo $i; ?>][comment]" value="<?php echo htmlspecialchars($field["comment"]); ?>" maxlength="255" /></td>
 <?php } ?>
 <td class="nowrap">
-<input type="image" name="add[<?php echo $i; ?>]" src="plus.gif" title="<?php echo lang('Add next'); ?>" onclick="return !editing_add_row(this, <?php echo $allowed; ?>);" />
-<input type="image" name="drop_col[<?php echo $i; ?>]" src="cross.gif" title="<?php echo lang('Remove'); ?>" onclick="return !editing_remove_row(this);" />
-<input type="image" name="up[<?php echo $i; ?>]" src="up.gif" title="<?php echo lang('Move up'); ?>" />
-<input type="image" name="down[<?php echo $i; ?>]" src="down.gif" title="<?php echo lang('Move down'); ?>" />
+<input type="image" name="add[<?php echo $i; ?>]" src="plus.gif" alt="+" title="<?php echo lang('Add next'); ?>" onclick="return !editing_add_row(this, <?php echo $allowed; ?>);" />
+<input type="image" name="drop_col[<?php echo $i; ?>]" src="cross.gif" alt="x" title="<?php echo lang('Remove'); ?>" onclick="return !editing_remove_row(this);" />
+<input type="image" name="up[<?php echo $i; ?>]" src="up.gif" alt="^" title="<?php echo lang('Move up'); ?>" />
+<input type="image" name="down[<?php echo $i; ?>]" src="down.gif" alt="v" title="<?php echo lang('Move down'); ?>" />
 </td>
 </tr>
 <?php
index f16de917004ca08a6544e8f5fd49d2b28797e29c..61f3b134e207c78b59cd4fbff0098d9f44b2ba6c 100644 (file)
Binary files a/plus.gif and b/plus.gif differ
diff --git a/up.gif b/up.gif
index 0898033615cc73ea74792f627eae56fcc59493f9..9a67cef2c6a2652aa3f269c73f3bd6dd490e4a7d 100644 (file)
Binary files a/up.gif and b/up.gif differ