From 0429cd9d1ccdd9aa34f43bb4135b7fd78262a0ac Mon Sep 17 00:00:00 2001 From: GokuWeedLord Date: Sun, 22 Oct 2017 21:39:54 +1100 Subject: [PATCH] add server commit history to login page --- bin/web/assets/css/global.css | 24 +++++++++ bin/web/login.html | 91 ++++++++++++++++++++--------------- 2 files changed, 77 insertions(+), 38 deletions(-) diff --git a/bin/web/assets/css/global.css b/bin/web/assets/css/global.css index 5a9c8375..290a0199 100644 --- a/bin/web/assets/css/global.css +++ b/bin/web/assets/css/global.css @@ -7,6 +7,7 @@ body { font-size: 12px; line-height: 14px; height: 100%; + overflow: hidden; } .contentContainer{ @@ -137,3 +138,26 @@ p.pageSubTitle{ margin:0 auto; } +.commit-history { + padding-left: 20px; +} + +.commit-history li a { + color: #fff; +} + +.commit-history li a:hover { + color: #bbb; +} + +.s-left-half { + overflow-y: auto; +} + +.s-link-badge { + font-size: 15px; +} + +h2 { + font-size: 19px; +} \ No newline at end of file diff --git a/bin/web/login.html b/bin/web/login.html index 97f15031..f9a5e5a8 100644 --- a/bin/web/login.html +++ b/bin/web/login.html @@ -2,12 +2,12 @@ - - - Sapphire - Login - - - + + + Sapphire - Login + + + - +
+
+ + + - + \ No newline at end of file