big update - fully functional
This commit is contained in:
@@ -53,10 +53,9 @@ h1 {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
flex-direction: column;
|
||||
margin: 1em;
|
||||
margin: 0.5em;
|
||||
padding: 1em;
|
||||
border-radius: 1em;
|
||||
border: 0.2em #c7ab82 solid;
|
||||
border: 0.1em #c7ab82 solid;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@@ -128,3 +127,19 @@ h1 {
|
||||
color: gray;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.timezone-widget input {
|
||||
border: none;
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
text-align: center;
|
||||
margin: 10px 0 10px 0;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.chart-canvas {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user