Style tweaks

git-svn-id: https://develop.svn.wordpress.org/trunk@1977 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-12-19 00:21:14 +00:00
parent 960463fdee
commit 375c7d8dc6
2 changed files with 4 additions and 3 deletions

View File

@ -158,7 +158,7 @@ if ('view' == $mode) {
} // end foreach
?></table>
<p><a href="javascript:;" onclick="checkAll(document.getElementById('deletecomments')); return false; "><?php _e('Invert Checkbox Selection') ?></a></p>
<p style="text-align: right;"><input type="submit" name="Submit" value="<?php _e('Delete Checked Comments') ?>" onclick="return confirm('<?php _e("You are about to delete these comments permanently \\n \'Cancel\' to stop, \'OK\' to delete.") ?>')" /> </p>
<p class="submit"><input type="submit" name="Submit" value="<?php _e('Delete Checked Comments') ?> &raquo;" onclick="return confirm('<?php _e("You are about to delete these comments permanently \\n \'Cancel\' to stop, \'OK\' to delete.") ?>')" /> </p>
</form>
<?php
} else {

View File

@ -4,7 +4,7 @@
font-size: 90%;
background-color: #eee;
padding: 1em;
border: 1px solid #ccc;
border: 1px solid #69c;
}
#zeitgeist h2 {
@ -275,7 +275,7 @@ textarea, input, select {
}
#adminmenu a:hover, .current {
background: #eaeaea;
background: #ccc;
border: 1px solid #9d9d9d;
color: #171717;
}
@ -518,6 +518,7 @@ textarea, input, select {
font-size: 2.5em;
font-weight: normal;
margin: 0;
letter-spacing: -.05em;
}
#wphead h1 span {