Added FTN list, System View
This commit is contained in:
5
public/css/fixes.css
vendored
5
public/css/fixes.css
vendored
@@ -59,7 +59,6 @@ ol {
|
||||
margin-left: -1ch;
|
||||
}
|
||||
|
||||
.trashed {
|
||||
text-decoration: line-through;
|
||||
color: #3f6982;
|
||||
.btn.btn-success a {
|
||||
color: white;
|
||||
}
|
44
public/oldschool/css/main.css
vendored
44
public/oldschool/css/main.css
vendored
@@ -670,6 +670,45 @@ tbody {
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
table.noborder {
|
||||
margin-top:.5em;
|
||||
margin-bottom:1.5em;
|
||||
text-indent:0;
|
||||
|
||||
}
|
||||
table.noborder thead {
|
||||
color:#fff;
|
||||
background-color:#000;
|
||||
border-style: none;
|
||||
}
|
||||
table.noborder thead tr:first-child {
|
||||
border: 0;
|
||||
}
|
||||
table.noborder thead tr {
|
||||
border: 0;
|
||||
}
|
||||
table.noborder th {
|
||||
border: 0;
|
||||
}
|
||||
table.noborder tbody {
|
||||
border-style: none;
|
||||
}
|
||||
table.noborder td {
|
||||
border: 0;
|
||||
}
|
||||
table.noborder tbody tr td:not(:last-child) {
|
||||
border: 0;
|
||||
}
|
||||
table.noborder tfoot {
|
||||
background-color:#000;
|
||||
border: 0;
|
||||
}
|
||||
table.noborder tfoot tr td {
|
||||
border-bottom: 0;
|
||||
color: #eee;
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
.titledbox {
|
||||
margin:1.5em auto 2.5em auto
|
||||
}
|
||||
@@ -778,4 +817,9 @@ a.link:focus:after {
|
||||
}
|
||||
.modal-body {
|
||||
color: #0c0c0c;
|
||||
}
|
||||
|
||||
.trashed {
|
||||
text-decoration: line-through;
|
||||
color: #3f6982;
|
||||
}
|
Reference in New Issue
Block a user