Merge pull request #114 from asaadmahmoodspin/master
Fixing css issues in IE, adding doctype to html files
Этот коммит содержится в:
@@ -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>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user