24 lines
433 B
CSS
24 lines
433 B
CSS
|
|
.theme-titles p span {
|
||
|
|
line-height: 22px;
|
||
|
|
}
|
||
|
|
.theme-titles label {
|
||
|
|
width: 12em;
|
||
|
|
float: left;
|
||
|
|
line-height: 22px;
|
||
|
|
}
|
||
|
|
.theme-titles input.text {
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
.theme-titles-content {
|
||
|
|
padding-left: 10px;
|
||
|
|
}
|
||
|
|
.theme-title-control {
|
||
|
|
font-size: 11px;
|
||
|
|
}
|
||
|
|
#journaltitle_view, #journaltitle_cancel,
|
||
|
|
#journalsubtitle_view, #journalsubtitle_cancel,
|
||
|
|
#friendspagetitle_view, #friendspagetitle_cancel
|
||
|
|
{
|
||
|
|
display: none;
|
||
|
|
}
|