2008-07-13 18:40:25 +02:00
|
|
|
//* styles for use by people extending the WordPress interface */
|
|
|
|
body, td { font-family: sans-serif; }
|
|
|
|
|
|
|
|
textarea, input, select { font-family: sans-serif; }
|
|
|
|
|
2008-05-08 19:46:46 +02:00
|
|
|
.alignleft { float: right; }
|
|
|
|
.alignright { float: left; }
|
|
|
|
|
|
|
|
.textleft { text-align: right; }
|
|
|
|
.textright { text-align: left; }
|
2008-07-13 18:40:25 +02:00
|
|
|
|
|
|
|
.wrap h2 { font-family: sans-serif; }
|
2008-05-08 19:46:46 +02:00
|
|
|
|
|
|
|
.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 {
|
|
|
|
margin: 5px -4px 0 0;
|
|
|
|
padding: 0 0 7px 280px;
|
|
|
|
}
|