diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-06-07 18:55:26 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-06-07 18:55:26 +0200 |
commit | 98d7278d08dabc9e1da5dcd9a9bb968ab369520e (patch) | |
tree | fcb2d6e8459a65596b611bf833ab5e458524c2bb /client/styles | |
parent | 915a7e5c6865548ee3664ec67f328f815480a761 (diff) | |
download | wekan-98d7278d08dabc9e1da5dcd9a9bb968ab369520e.tar.gz wekan-98d7278d08dabc9e1da5dcd9a9bb968ab369520e.tar.bz2 wekan-98d7278d08dabc9e1da5dcd9a9bb968ab369520e.zip |
Add a UI to restore archived cards
Diffstat (limited to 'client/styles')
-rw-r--r-- | client/styles/main.styl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/client/styles/main.styl b/client/styles/main.styl index e6c0eb13..e6849852 100644 --- a/client/styles/main.styl +++ b/client/styles/main.styl @@ -53,6 +53,11 @@ h3, h4, h5, h6 .error, .error a color: #eb3800 +.no-items-message + color: darken(white, 60%) + margin: 30px 0 + text-align: center + .warning background: #f0ecdb border-radius: 3px @@ -72,6 +77,10 @@ a cursor: default text-decoration: none +p + a + text-decoration: underline + table, p margin-bottom: 8px @@ -83,7 +92,7 @@ pre pre, code, tt - font-family: bitstream vera sans mono, andale mono, lucida console, monospace + font-family: lucida console, monospace line-height: 1.25em blockquote |