Style tweaks
git-svn-id: http://svn.automattic.com/wordpress/trunk@1977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3f39fe4b61
commit
c2721bc75d
|
@ -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') ?> »" onclick="return confirm('<?php _e("You are about to delete these comments permanently \\n \'Cancel\' to stop, \'OK\' to delete.") ?>')" /> </p>
|
||||
</form>
|
||||
<?php
|
||||
} else {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue