summaryrefslogtreecommitdiffstats
path: root/client/components/main/layouts.styl
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2016-02-01 17:53:34 +0100
committerMaxime Quandalle <maxime@quandalle.com>2016-02-01 17:53:34 +0100
commitb490acf9fb7a57208ba619d5c8e078451e1297b4 (patch)
tree7d44b85dff8a1b47aca729b2cca42cd6d62941f8 /client/components/main/layouts.styl
parent67e7b6a139280cab1e1bccb94c684c56eb69985c (diff)
parentb5ebbd2bf95eef6fdc4f7a5fdaf5ef4e3b4ec5b5 (diff)
downloadwekan-b490acf9fb7a57208ba619d5c8e078451e1297b4.tar.gz
wekan-b490acf9fb7a57208ba619d5c8e078451e1297b4.tar.bz2
wekan-b490acf9fb7a57208ba619d5c8e078451e1297b4.zip
Merge pull request #430 from wekan/full-screen-import
Full screen board import
Diffstat (limited to 'client/components/main/layouts.styl')
-rw-r--r--client/components/main/layouts.styl8
1 files changed, 6 insertions, 2 deletions
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl
index e8d9ab5d..83d4d693 100644
--- a/client/components/main/layouts.styl
+++ b/client/components/main/layouts.styl
@@ -26,13 +26,14 @@ body
#content
position: relative
flex: 1
- overflow: hidden
+ overflow-x: hidden
.sk-spinner
margin-top: 30vh
> .wrapper
- margin-top: 25px
+ margin-top: 10px
+ padding: 15px
#modal
position: absolute
@@ -109,6 +110,9 @@ a
cursor: default
text-decoration: none
+span a
+ text-decoration: underline
+
strong
font-weight: bold