Accounts: Add account detail page
This commit is contained in:
parent
985f46c652
commit
4e8d879008
8 changed files with 182 additions and 5 deletions
|
|
@ -116,18 +116,32 @@ a:hover, a:focus {
|
|||
color: gray;
|
||||
}
|
||||
|
||||
.green {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.red {
|
||||
color: red;
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 0.2em 1em;
|
||||
}
|
||||
|
||||
.inactive {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
/* --- Tables --- */
|
||||
|
||||
table, tr, td, th {
|
||||
border: 1px solid #999999;
|
||||
border-collapse: collapse;
|
||||
padding: 0.25em 0.5em;
|
||||
}
|
||||
|
||||
.inactive {
|
||||
color: gray;
|
||||
.vertical_table_headers th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* --- Filter options --- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue