Implements global dashboard since last login boxes
This commit is contained in:
parent
70c7f78024
commit
ce6413530c
3 changed files with 61 additions and 0 deletions
|
|
@ -55,3 +55,25 @@ body > #messages {
|
|||
display: inline-block;
|
||||
padding: 0px 10px 0px 0px;
|
||||
}
|
||||
|
||||
.dashbox {
|
||||
text-align: center;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.dashbox .icon {
|
||||
display: block;
|
||||
font-size: 3.5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.dashbox var {
|
||||
display: block;
|
||||
font-size: 2em;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.dashbox label {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue