Merge pull request #114 from asaadmahmoodspin/master

Fixing css issues in IE, adding doctype to html files
Этот коммит содержится в:
Corey Hulen
2015-07-01 22:20:53 -08:00
родитель d3efefba1f c15bc9ad94
Коммит c0de5c37f0
12 изменённых файлов: 21 добавлений и 5 удалений

Просмотреть файл

@@ -11,17 +11,21 @@ body {
&.white { &.white {
background: #fff; background: #fff;
.inner__wrap { .inner__wrap {
height: 100%; > .row.content {
min-height: 100%;
margin-bottom: -89px;
}
} }
.row.content { }
min-height: 100%; .inner__wrap {
height: auto !important; height: 100%;
> .row.main {
height: 100%; height: 100%;
margin-bottom: -89px;
} }
} }
> .container-fluid { > .container-fluid {
@include clearfix; @include clearfix;
height: 100%;
position: relative; position: relative;
} }
} }

Просмотреть файл

@@ -1,4 +1,6 @@
{{define "channel"}} {{define "channel"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body> <body>

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "find_team"}} {{define "find_team"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body class="white"> <body class="white">

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "home"}} {{define "home"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body> <body>

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "login"}} {{define "login"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body class="white"> <body class="white">

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "password_reset"}} {{define "password_reset"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body class="white"> <body class="white">

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "signup_team"}} {{define "signup_team"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body class="white"> <body class="white">

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "signup_team_complete"}} {{define "signup_team_complete"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body class="white"> <body class="white">

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "signup_team_confirm"}} {{define "signup_team_confirm"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body class="white"> <body class="white">

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "signup_user_complete"}} {{define "signup_user_complete"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body class="white"> <body class="white">

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "verify"}} {{define "verify"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body> <body>

Просмотреть файл

@@ -1,4 +1,5 @@
{{define "welcome"}} {{define "welcome"}}
<!DOCTYPE html>
<html> <html>
{{template "head" . }} {{template "head" . }}
<body> <body>