mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
improve leftBlock css
This commit is contained in:
parent
8d5ceccfc7
commit
8f7fbc1bb0
@ -153,7 +153,8 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.leftBlock {
|
.leftBlock {
|
||||||
width: 10em;
|
width: 14em;
|
||||||
|
word-wrap: break-word;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #888;
|
color: #888;
|
||||||
@ -209,6 +210,10 @@ h1 {
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
.bubble {
|
.bubble {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border: 1px solid #d8d8d8;
|
border: 1px solid #d8d8d8;
|
||||||
|
Loading…
Reference in New Issue
Block a user