diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-08 12:01:13 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-08 12:01:13 -0500 |
commit | bb222a79cd6a663dcbb78dc34cff2405cb16f3c2 (patch) | |
tree | 9dbd5455981534c11913310e9796b49126a416eb /assets/sass | |
parent | 6bfafb6e82cfd6096fb51fc91b9b126dcc355bc2 (diff) |
Open task import in modal box
Diffstat (limited to 'assets/sass')
-rw-r--r-- | assets/sass/_base.sass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass index 064f5149..e40ff63d 100644 --- a/assets/sass/_base.sass +++ b/assets/sass/_base.sass @@ -1,3 +1,6 @@ +.margin-top + margin-top: 20px + .pull-right text-align: right @@ -5,9 +8,6 @@ ul.no-bullet li list-style-type: none margin-left: 0 -.chosen-select - min-height: 27px - #app-loading-icon position: fixed right: 3px |