diff options
author | msquare <msquare@notrademark.de> | 2016-11-03 18:28:22 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2016-11-03 18:28:22 +0100 |
commit | 902866ff3a603aa2cfbbcdb5b46f0f2e840cd22c (patch) | |
tree | fd876599ec2452b3f62154aa6c073a2547e7f698 /themes | |
parent | d59b1c8812f62848acc2bf19f020abf4949e75ef (diff) |
add first design of new shift markup
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/base.less b/themes/base.less index 0a6d0d34..c5ff50b2 100644 --- a/themes/base.less +++ b/themes/base.less @@ -21,10 +21,11 @@ body { td.shift { height: 1px; - padding: 0px 5px 5px 0px; + padding: 0; .panel { - margin-bottom: 0px; + margin: 0px 0px 0px 5px; + overflow: hidden; } } } |