Fixed bugs, restyled pages, and added instructions for admin pages
This commit is contained in:
@@ -123,6 +123,10 @@ table, .table {
|
||||
tbody th {
|
||||
width: 0.1rem;
|
||||
}
|
||||
|
||||
&.admin-edit {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.table {
|
||||
@@ -496,7 +500,7 @@ input {
|
||||
}
|
||||
|
||||
.input-field-help {
|
||||
margin: 0.5em 1em 0;
|
||||
margin: 0.5em 1em;
|
||||
line-height: 1.3333em;
|
||||
font-size: 1.125em;
|
||||
}
|
||||
@@ -760,6 +764,7 @@ form {
|
||||
#main .columns td.form,
|
||||
#main .columns .table-td.form {
|
||||
border: 0;
|
||||
width: 1px;
|
||||
|
||||
form {
|
||||
margin: 0;
|
||||
@@ -768,6 +773,7 @@ form {
|
||||
button {
|
||||
display: block;
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
|
||||
+ button {
|
||||
margin-top: 0.5em;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
},
|
||||
"development": {
|
||||
"and_chr": ["51"],
|
||||
"chrome": ["51"],
|
||||
"chrome": ["52"],
|
||||
"edge": ["13"],
|
||||
"firefox": ["44"],
|
||||
"ie": ["11"],
|
||||
|
||||
Reference in New Issue
Block a user