update predavanja, solar progress

This commit is contained in:
msinkec
2021-05-24 10:15:54 +02:00
parent e840e0b504
commit 3e59662396
14 changed files with 545 additions and 127 deletions

View File

@@ -456,3 +456,51 @@ select {
top: 100% !important;
left: 25% !important;
}
.history-item-date {
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 10px;
line-height: 12px;
/* identical to box height */
text-transform: uppercase;
color: #46535b;
}
.history-item-uploader {
height: 19px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
/* identical to box height */
float: left;
color: #46535B;
}
.history-item-filecount {
height: 19px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
/* identical to box height */
text-align: right;
color: #006CB7;
}
.history-item-desc {
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
color: #848C91;
}