mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Some CSS cleanup, props Simek, see #7967
git-svn-id: https://develop.svn.wordpress.org/trunk@9370 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,31 +1,35 @@
|
||||
body, td {
|
||||
font-family: Tahoma;
|
||||
}
|
||||
textarea, input, select {
|
||||
body, td, textarea, input, select {
|
||||
font-family: Tahoma;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-family:arial;
|
||||
font-family: arial;
|
||||
}
|
||||
|
||||
.widefat td {
|
||||
padding: 7px 10px 9px 15px;
|
||||
}
|
||||
|
||||
.widefat th {
|
||||
padding: 9px 10px 6px 15px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.widefat th input {
|
||||
margin: 0 8px 0 0;
|
||||
}
|
||||
|
||||
.widefat .check-column {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.wrap h2 {
|
||||
font-family:arial;
|
||||
font-family: arial;
|
||||
margin: 5px -4px 0 0;
|
||||
padding-right:0;
|
||||
padding-right: 0;
|
||||
padding-left: 280px;
|
||||
}
|
||||
|
||||
.wrap h2.long-header {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user