Style Budgets screen
This commit is contained in:
parent
4bdc292570
commit
9e7701cf06
@ -3,9 +3,32 @@
|
|||||||
line-height: 160px;
|
line-height: 160px;
|
||||||
font-size:200%;
|
font-size:200%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Login */
|
||||||
#loginForm{
|
#loginForm{
|
||||||
width:600px;
|
width:600px;
|
||||||
}
|
}
|
||||||
#invalidCredentials {
|
#invalidCredentials {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Budgets */
|
||||||
|
.budget-item {
|
||||||
|
width: 11.3em;
|
||||||
|
height: 11.3em;
|
||||||
|
border: 1px solid dimgray;
|
||||||
|
border-radius: 0.707em;
|
||||||
|
display: inline-block;
|
||||||
|
margin: 1em;
|
||||||
|
}
|
||||||
|
.budget-item a {
|
||||||
|
margin: 8em auto 0.5em;
|
||||||
|
text-align: center;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.budget-item .time {
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 70.7%;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user