2008-03-19 17:08:03 +01:00
|
|
|
/* footer */
|
2008-03-24 03:51:51 +01:00
|
|
|
body, td {
|
|
|
|
font-family: Tahoma,Verdana,sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrap {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2008-03-27 21:33:56 +01:00
|
|
|
|
|
|
|
.wrap h2 {
|
|
|
|
margin: 5px 0 0 4px;
|
|
|
|
}
|
|
|
|
|
2008-03-19 17:08:03 +01:00
|
|
|
#footer {
|
|
|
|
padding-left:50px;
|
|
|
|
}
|
|
|
|
#footer p {
|
|
|
|
background:none;
|
|
|
|
height:auto;
|
|
|
|
padding: 5px 5px 0;
|
|
|
|
}
|
2008-03-24 03:51:51 +01:00
|
|
|
|
|
|
|
#bh {
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
2008-03-19 17:08:03 +01:00
|
|
|
/* write post */
|
|
|
|
#poststuff .togbox {
|
|
|
|
margin-right:-16px;
|
|
|
|
}
|
|
|
|
#poststuff h3 {
|
|
|
|
padding-right:20px;
|
|
|
|
}
|
2008-03-24 03:51:51 +01:00
|
|
|
|
|
|
|
p#widget-search, p#post-search {
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat th {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
2008-03-27 21:33:56 +01:00
|
|
|
|
2008-03-19 17:08:03 +01:00
|
|
|
/* template editor */
|
|
|
|
#template textarea {
|
|
|
|
float:left;
|
2008-03-24 03:51:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Editor */
|
|
|
|
|
|
|
|
.mceToolbar {
|
|
|
|
direction: ltr;
|
|
|
|
text-align: left;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|