diff options
Diffstat (limited to 'ui/app.css')
| -rw-r--r-- | ui/app.css | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -19,6 +19,19 @@ hr { width: 90%; } +.no-active-channel { + display: table; + height: 100%; + width: 100%; + text-align: center; +} + +.vertical-aligner { + display: table-cell; + vertical-align: middle; + font-style: italic; +} + /* TODO: * put this somewhere appropriate, * use a correct variable, |
