diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-08-22 02:06:49 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-08-22 02:06:49 +0200 |
commit | 04bfbd5bd1f7c20486c0872641506f14336c8d21 (patch) | |
tree | 93879ecef6d5b441c3854317d74cd5a283893fa4 /client/components/main/layouts.styl | |
parent | 4fc72d64b4e7a41875ef0778597dc3e66741ce8c (diff) | |
download | wekan-04bfbd5bd1f7c20486c0872641506f14336c8d21.tar.gz wekan-04bfbd5bd1f7c20486c0872641506f14336c8d21.tar.bz2 wekan-04bfbd5bd1f7c20486c0872641506f14336c8d21.zip |
Implement list restoration
Diffstat (limited to 'client/components/main/layouts.styl')
-rw-r--r-- | client/components/main/layouts.styl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl index 5199da0f..5160ee8b 100644 --- a/client/components/main/layouts.styl +++ b/client/components/main/layouts.styl @@ -288,6 +288,10 @@ a list-style-type: initial padding-left: 20px +.basicTabs-container .tabs-content-container + padding: 0 + padding-top: 15px + @keyframes fadeIn from opacity: 0 |