diff --git a/css/glowingbear.css b/css/glowingbear.css index 1c30335..3421535 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -121,6 +121,9 @@ input[type=text], input[type=password], .badge { z-index: 2; line-height: 35px; white-space: nowrap; +-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0; + -moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0; + box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0; } #topbar .brand { float: left; @@ -138,9 +141,14 @@ input[type=text], input[type=password], .badge { #topbar .actions { margin-left: 5px; padding-left: 5px; + margin-right: 5px; + padding-right: 5px; + font-size: larger; position: fixed; right: 0; - background: #282828; +} +#topbar .actions > * { + padding-left: 5px; } #topbar .dropdown-menu form { padding-left: 6px; @@ -222,7 +230,7 @@ input[type=text], input[type=password], .badge { #bufferlines { position: relative; - height: 99%; + height: 98%; overflow-y: auto; margin-left: 145px; /* sidebar */ width: auto; diff --git a/index.html b/index.html index 929ef72..bd000af 100644 --- a/index.html +++ b/index.html @@ -161,7 +161,7 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel
-
+
brand @@ -171,9 +171,8 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel
- - + +