[minor] optimized stylesheets
This commit is contained in:
parent
1983cc3b1e
commit
fb4d5c2929
@ -2,11 +2,13 @@ body {
|
|||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
@ -37,3 +39,12 @@ a:hover {
|
|||||||
50% { background-color: #ff3200;}
|
50% { background-color: #ff3200;}
|
||||||
100% { background-color: #ffcc00;}
|
100% { background-color: #ffcc00;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
@ -2,11 +2,13 @@ body {
|
|||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 10px 2px;
|
padding: 10px 2px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
@ -41,3 +43,12 @@ a:hover {
|
|||||||
50% { background-color: #ff3200;}
|
50% { background-color: #ff3200;}
|
||||||
100% { background-color: #ffee00;}
|
100% { background-color: #ffee00;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user