added notes
This commit is contained in:
@ -4,13 +4,17 @@ html {
|
||||
|
||||
body {
|
||||
background-color: #99c1f1;
|
||||
height: calc(100% - 76px);
|
||||
height: calc(100% - 56px);
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.noty {
|
||||
background-image: linear-gradient(to bottom, #ffc, #ee0) !important;
|
||||
}
|
||||
|
||||
.glassy {
|
||||
background-color: rgba(1,1,1,0.1);
|
||||
}
|
||||
@ -128,6 +132,10 @@ body {
|
||||
.version {
|
||||
font-size: small;
|
||||
color: silver;
|
||||
position: absolute;
|
||||
padding-top: 36px;
|
||||
padding-left: 22px;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.fc-content {
|
||||
|
Reference in New Issue
Block a user