This commit is contained in:
Van 2015-09-26 17:33:55 +08:00
parent 8de99bcd08
commit 38c742b405
4 changed files with 5 additions and 3 deletions

View File

@ -13,7 +13,7 @@
"Keymap": "wide",
"Created": 1414080000000000000,
"Updated": 1414080000000000000,
"Lived": 1414080000000000000,
"Lived": 1443259994382311904,
"Editor": {
"FontFamily": "Consolas, 'Courier New', monospace",
"FontSize": "13px",

View File

@ -51,6 +51,8 @@
border-top: 1px solid #A4A4A4;
border-bottom: 1px solid #919191;
background-color: #202021;
height: 632px;
padding-top: 222px;
}
.content h2 {

View File

@ -59,7 +59,7 @@
<script type="text/javascript">
(function () {
var contentH = $(window).height() - $(".footer").height() - $(".header").height() - 18;
$(".content").height(contentH)
$(".content").outerHeight(contentH)
.css("padding-top", (contentH - $(".content .fn-left").height()) / 2 + "px");
$('#loginForm').submit(function () {

View File

@ -62,7 +62,7 @@
<script>
(function () {
var contentH = $(window).height() - $(".footer").height() - $(".header").height() - 18;
$(".content").height(contentH)
$(".content").outerHeight(contentH)
.css("padding-top", (contentH - $(".content .fn-left").height()) / 2 + "px");
var signUp = function () {