diff options
Diffstat (limited to 'web/sass-files')
-rw-r--r-- | web/sass-files/sass/partials/_modal.scss | 1 | ||||
-rw-r--r-- | web/sass-files/sass/partials/_responsive.scss | 2 | ||||
-rw-r--r-- | web/sass-files/sass/partials/_tutorial.scss | 17 |
3 files changed, 8 insertions, 12 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss index 2136b9ffb..09c366c77 100644 --- a/web/sass-files/sass/partials/_modal.scss +++ b/web/sass-files/sass/partials/_modal.scss @@ -46,7 +46,6 @@ } td { width: 100%; - white-space: nowrap; @include legacy-pie-clearfix; text-overflow: ellipsis; padding: 8px 8px 8px 15px; diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index b724b8ced..ead65af2e 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -607,7 +607,7 @@ @include translate3d(0, 0, 0); } > div { - padding-bottom: 0; + padding-bottom: 70px; } .nav-pills__unread-indicator-bottom { bottom: 10px; diff --git a/web/sass-files/sass/partials/_tutorial.scss b/web/sass-files/sass/partials/_tutorial.scss index 1f93fc6a9..b21a2b7c3 100644 --- a/web/sass-files/sass/partials/_tutorial.scss +++ b/web/sass-files/sass/partials/_tutorial.scss @@ -32,7 +32,7 @@ &.tip-overlay--sidebar { max-width: 75%; margin: 50px 0 0 10px; - min-height: 310px; + min-height: 330px; .tutorial__footer { position: absolute; width: 100%; @@ -165,17 +165,16 @@ .tutorial__steps { position: relative; max-width: 310px; - min-height: 350px; + min-height: 370px; margin-bottom: 50px; text-align: left; display: inline-block; - padding-bottom: 30px; - } - .btn-primary { - position: absolute; - bottom: 0px; } } + .tutorial__footer { + position: absolute; + bottom: 0; + } h1 { font-size: em(40px); margin: -20px 0 30px; @@ -191,9 +190,7 @@ bottom: 40px; } .tutorial-skip { - position: absolute; - bottom: 7px; - left: 80px; + margin-left: 13px; } } |