mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
9f72344f5a
git-svn-id: http://svn.automattic.com/wordpress/trunk@9370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
36 lines
442 B
CSS
36 lines
442 B
CSS
body, td, textarea, input, select {
|
|
font-family: Tahoma;
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
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;
|
|
margin: 5px -4px 0 0;
|
|
padding-right: 0;
|
|
padding-left: 280px;
|
|
}
|
|
|
|
.wrap h2.long-header {
|
|
padding-left: 0;
|
|
}
|