summaryrefslogtreecommitdiffstats
path: root/client/components/main/layouts.styl
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-23 11:09:48 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-26 19:59:44 +0200
commit48ac8b026ffdf8b3823c573e5693dcf1765383e2 (patch)
tree832576fddbcdef9810b206f1ee86469702497806 /client/components/main/layouts.styl
parent9faaf07e0257f622abcaa365408fa836a1cbdea8 (diff)
downloadwekan-48ac8b026ffdf8b3823c573e5693dcf1765383e2.tar.gz
wekan-48ac8b026ffdf8b3823c573e5693dcf1765383e2.tar.bz2
wekan-48ac8b026ffdf8b3823c573e5693dcf1765383e2.zip
Implement board archive and restoration
Diffstat (limited to 'client/components/main/layouts.styl')
-rw-r--r--client/components/main/layouts.styl6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl
index 42a70310..f3d9bfe9 100644
--- a/client/components/main/layouts.styl
+++ b/client/components/main/layouts.styl
@@ -42,6 +42,7 @@ body
width: 660px
min-height: 160px
margin: 42px auto
+ padding: 12px
border-radius: 4px
background: darken(white, 13%)
z-index: 110
@@ -49,7 +50,6 @@ body
.modal-close-btn
display: block
float: right
- margin: 12px
font-size: 24px
h1
@@ -206,6 +206,10 @@ dd
margin-bottom: 0
padding-bottom: 0
+.wrapper
+ max-width: 1200px
+ margin: 0 auto
+
.relative
position: relative