some visual css updates
This commit is contained in:
parent
d08ac54520
commit
ad8bd06f6a
|
@ -53,6 +53,8 @@ body {
|
||||||
|
|
||||||
#schedule .list .item {
|
#schedule .list .item {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
border-left: 5px solid #7b7b7b;
|
||||||
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#schedule .list .item .title {
|
#schedule .list .item .title {
|
||||||
|
@ -62,7 +64,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#schedule .list .item .sub {
|
#schedule .list .item .sub {
|
||||||
color: #9b9b9b;
|
color: #cbcbcb;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -70,6 +72,11 @@ body {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#schedule-here-container, #schedule-main-container, #schedule-other-container {
|
||||||
|
background-color: rgba(10, 10, 10, 0.5);
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
#schedule-here-container {
|
#schedule-here-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 52%;
|
right: 52%;
|
||||||
|
|
Loading…
Reference in New Issue