Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
21 lines
286 B
21 lines
286 B
.blog-title{
|
|
display: flex;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
.blog-title input{
|
|
padding-left: 12px;
|
|
flex: 1;
|
|
height: 44px;
|
|
border: 0;
|
|
}
|
|
|
|
.blog-title button{
|
|
height: 32px;
|
|
margin-top: 9px;
|
|
}
|
|
|
|
.w-e-toolbar{
|
|
height: 40px;
|
|
line-height: 30px;
|
|
}
|
|
|