Add files via upload
This commit is contained in:
@ -268,6 +268,23 @@ table a{
|
||||
}
|
||||
}
|
||||
|
||||
/* Percentage bar */
|
||||
.bar {
|
||||
height: 15px;
|
||||
line-height: 15px;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
background-color: #d3ebff;
|
||||
text-align: right;
|
||||
}
|
||||
.bar.seventyfive {
|
||||
width: 75%;
|
||||
}
|
||||
.bar.fifty {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
||||
/* Form */
|
||||
form {
|
||||
@ -348,7 +365,7 @@ textarea {
|
||||
background-color: #1f2c3d;
|
||||
color: #dadada;
|
||||
padding: 25px;
|
||||
margin-top: 200px;
|
||||
margin-top: 100px;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
text-align: right;
|
||||
|
Reference in New Issue
Block a user