summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-01 22:20:53 -0800
committerCorey Hulen <corey@hulen.com>2015-07-01 22:20:53 -0800
commitc0de5c37f0d2bc497d317e78bbb8ce8c38bc2424 (patch)
tree84a89de94746fa72de186f444eb4847af612a7c4 /web/sass-files/sass/partials
parentd3efefba1f7d4c5f09f61227c49db9229cc65553 (diff)
parentc15bc9ad94b80f3342c5daf3702231ce86561073 (diff)
downloadchat-c0de5c37f0d2bc497d317e78bbb8ce8c38bc2424.tar.gz
chat-c0de5c37f0d2bc497d317e78bbb8ce8c38bc2424.tar.bz2
chat-c0de5c37f0d2bc497d317e78bbb8ce8c38bc2424.zip
Merge pull request #114 from asaadmahmoodspin/master
Fixing css issues in IE, adding doctype to html files
Diffstat (limited to 'web/sass-files/sass/partials')
-rw-r--r--web/sass-files/sass/partials/_base.scss14
1 files changed, 9 insertions, 5 deletions
diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss
index 5808aeb44..4fb918bd1 100644
--- a/web/sass-files/sass/partials/_base.scss
+++ b/web/sass-files/sass/partials/_base.scss
@@ -11,17 +11,21 @@ body {
&.white {
background: #fff;
.inner__wrap {
- height: 100%;
+ > .row.content {
+ min-height: 100%;
+ margin-bottom: -89px;
+ }
}
- .row.content {
- min-height: 100%;
- height: auto !important;
+ }
+ .inner__wrap {
+ height: 100%;
+ > .row.main {
height: 100%;
- margin-bottom: -89px;
}
}
> .container-fluid {
@include clearfix;
+ height: 100%;
position: relative;
}
}