61 lines
701 B
CSS
61 lines
701 B
CSS
pre{
|
|
white-space:pre-wrap;
|
|
}
|
|
|
|
#content div.editor div p a img {
|
|
float:right;
|
|
}
|
|
|
|
#content div.editor td{
|
|
width:800px;
|
|
padding-left:0;
|
|
}
|
|
|
|
#content div.editor td.label{
|
|
width:11em;
|
|
}
|
|
|
|
#content .editor img{
|
|
padding:0;
|
|
margin:0;
|
|
border:none;
|
|
width:24px;
|
|
height:24px;
|
|
}
|
|
|
|
#content .edit_event input,
|
|
#content .edit_event select,
|
|
#content .edit_event textarea{
|
|
padding:0.5em;
|
|
}
|
|
|
|
#content .excerpt{
|
|
width:100%;
|
|
max-width:40rem;
|
|
height:3em;
|
|
}
|
|
|
|
#content textarea{
|
|
width:100%;
|
|
max-width:40rem;
|
|
}
|
|
|
|
#content .edit_event input.url{
|
|
width:100%;
|
|
max-width:40rem;
|
|
}
|
|
|
|
.date{
|
|
width:10em;
|
|
}
|
|
|
|
.time{
|
|
width:6em;
|
|
}
|
|
|
|
.episode{
|
|
width:3em;
|
|
}
|
|
|
|
|