diff options
Diffstat (limited to 'templates/default-layout.cassius')
| -rw-r--r-- | templates/default-layout.cassius | 10 | 
1 files changed, 9 insertions, 1 deletions
| diff --git a/templates/default-layout.cassius b/templates/default-layout.cassius index bd76a01..61a4046 100644 --- a/templates/default-layout.cassius +++ b/templates/default-layout.cassius | |||
| @@ -31,6 +31,12 @@ | |||
| 31 | text-align: center | 31 | text-align: center | 
| 32 | padding: 0.25em | 32 | padding: 0.25em | 
| 33 | color: #aaa | 33 | color: #aaa | 
| 34 | .itemId | ||
| 35 | display: table-cell | ||
| 36 | text-align: left | ||
| 37 | padding: 0.25em | ||
| 38 | color: #aaa | ||
| 39 | font-family: monospace | ||
| 34 | .table .table .td, .table .table .tc, .table .table .th, .table .table .kind | 40 | .table .table .td, .table .table .tc, .table .table .th, .table .table .kind | 
| 35 | padding: 0 | 41 | padding: 0 | 
| 36 | table table td, table table th | 42 | table table td, table table th | 
| @@ -43,7 +49,7 @@ table table td, table table th | |||
| 43 | font-weight: bold | 49 | font-weight: bold | 
| 44 | .formError | 50 | .formError | 
| 45 | color: #800 | 51 | color: #800 | 
| 46 | .printSuccess | 52 | .printSuccess, .insertSuccess | 
| 47 | color: #080 | 53 | color: #080 | 
| 48 | button | 54 | button | 
| 49 | width: 6em | 55 | width: 6em | 
| @@ -94,3 +100,5 @@ label.checkbox | |||
| 94 | vertical-align: middle | 100 | vertical-align: middle | 
| 95 | span | 101 | span | 
| 96 | vertical-align: middle | 102 | vertical-align: middle | 
| 103 | .itemH | ||
| 104 | display: table-cell \ No newline at end of file | ||
