[wp-cvs] wordpress/wp-admin edit-comments.php, 1.41,
1.42 wp-admin.css, 1.76, 1.77
Matthew Mullenweg
saxmatt at users.sourceforge.net
Sun Dec 19 00:21:17 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4903/wp-admin
Modified Files:
edit-comments.php wp-admin.css
Log Message:
Style tweaks
Index: wp-admin.css
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/wp-admin.css,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** wp-admin.css 19 Dec 2004 00:10:10 -0000 1.76
--- wp-admin.css 19 Dec 2004 00:21:14 -0000 1.77
***************
*** 5,9 ****
background-color: #eee;
padding: 1em;
! border: 1px solid #ccc;
}
--- 5,9 ----
background-color: #eee;
padding: 1em;
! border: 1px solid #69c;
}
***************
*** 276,280 ****
#adminmenu a:hover, .current {
! background: #eaeaea;
border: 1px solid #9d9d9d;
color: #171717;
--- 276,280 ----
#adminmenu a:hover, .current {
! background: #ccc;
border: 1px solid #9d9d9d;
color: #171717;
***************
*** 519,522 ****
--- 519,523 ----
font-weight: normal;
margin: 0;
+ letter-spacing: -.05em;
}
Index: edit-comments.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/edit-comments.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** edit-comments.php 12 Dec 2004 20:41:14 -0000 1.41
--- edit-comments.php 19 Dec 2004 00:21:14 -0000 1.42
***************
*** 159,163 ****
?></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>
</form>
<?php
--- 159,163 ----
?></table>
<p><a href="javascript:;" onclick="checkAll(document.getElementById('deletecomments')); return false; "><?php _e('Invert Checkbox Selection') ?></a></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
More information about the cvs
mailing list