summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-26 22:15:18 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-26 22:15:18 +0500
commita2f3d3f64f8e23354d09f4faed7999afccaf096c (patch)
tree835839d88f701623740a908e6cc5e09702a8915f /web/sass-files/sass/partials
parentce5ea641aafa269aad44d1d3dd31db30e8fc2b04 (diff)
downloadchat-a2f3d3f64f8e23354d09f4faed7999afccaf096c.tar.gz
chat-a2f3d3f64f8e23354d09f4faed7999afccaf096c.tar.bz2
chat-a2f3d3f64f8e23354d09f4faed7999afccaf096c.zip
UI improvements
Diffstat (limited to 'web/sass-files/sass/partials')
-rw-r--r--web/sass-files/sass/partials/_modal.scss1
-rw-r--r--web/sass-files/sass/partials/_tutorial.scss17
2 files changed, 7 insertions, 11 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/_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;
}
}