mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
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
|
} // end foreach
|
||||||
?></table>
|
?></table>
|
||||||
<p><a href="javascript:;" onclick="checkAll(document.getElementById('deletecomments')); return false; "><?php _e('Invert Checkbox Selection') ?></a></p>
|
<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>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
} else {
|
} else {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #69c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zeitgeist h2 {
|
#zeitgeist h2 {
|
||||||
@ -275,7 +275,7 @@ textarea, input, select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#adminmenu a:hover, .current {
|
#adminmenu a:hover, .current {
|
||||||
background: #eaeaea;
|
background: #ccc;
|
||||||
border: 1px solid #9d9d9d;
|
border: 1px solid #9d9d9d;
|
||||||
color: #171717;
|
color: #171717;
|
||||||
}
|
}
|
||||||
@ -518,6 +518,7 @@ textarea, input, select {
|
|||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
letter-spacing: -.05em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wphead h1 span {
|
#wphead h1 span {
|
||||||
|
Loading…
Reference in New Issue
Block a user