diff --git a/bin/web/assets/css/global.css b/bin/web/assets/css/global.css index 290a0199..c906893f 100644 --- a/bin/web/assets/css/global.css +++ b/bin/web/assets/css/global.css @@ -139,11 +139,25 @@ p.pageSubTitle{ } .commit-history { - padding-left: 20px; + padding: 0; + list-style: none; + margin: 0 -15px 0 -15px; } -.commit-history li a { +.commit-history > li { + +} + +.commit-history > li:nth-child(odd) { + background: #444; +} + +.commit-history> li > a { color: #fff; + padding: 5px 20px; + display: block; + font-size: 11px; + line-height: 12px; } .commit-history li a:hover { diff --git a/bin/web/assets/css/styles.css b/bin/web/assets/css/styles.css index 5e8f52ec..3bf1cf47 100644 --- a/bin/web/assets/css/styles.css +++ b/bin/web/assets/css/styles.css @@ -95,7 +95,6 @@ .s-login-btn { width: 150px; background: #0e6bc9; - right: -7px; /* ugh. refer to padding-left on input above - more bounding box issues... */ position: relative; } @@ -153,7 +152,7 @@ h2.text-center{ .s-link-badge-wrapper { clear: both; - + padding: 0 5px; } .s-link-badge { @@ -166,12 +165,10 @@ h2.text-center{ margin-top: 25px; color: white; border-bottom: 3px solid #43348D; - margin-bottom: 15px; } .s-link-badge-discord { background: #7082E1 url("../img/fa-discord-icon.png") 10px 7px no-repeat; - margin-right: 60px; /* Ideally we'd just use pull-right with the last col-xs-5 but IE7 bounding box render??? */ } .s-link-badge-github { diff --git a/bin/web/createUser.html b/bin/web/createUser.html index fe9398e0..de80751b 100644 --- a/bin/web/createUser.html +++ b/bin/web/createUser.html @@ -18,11 +18,11 @@ xhr.onreadystatechange = function() { if (xhr.readyState == 4) { - try{ + try { var response = readBody(xhr); var parsed = JSON.parse(response); window.external.Boot(parsed.sId, parsed.lobbyHost, parsed.frontierHost); - }catch(err){ + } catch(err) { document.getElementById("Error").innerHTML = "User creation failed."; } } @@ -51,11 +51,14 @@ Join us on Discord! - + Our Github repository -