From 6fb59dd26828aee7248a750f4f0c18e153c16cba Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Sat, 19 Oct 2013 12:45:16 +0200 Subject: [PATCH] give the actions in topbar some air and a line --- css/glowingbear.css | 8 ++++++++ index.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 6867505..899c9af 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -30,6 +30,12 @@ body { box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0; border-right: 1px solid #121212; } +.vertical-line-left { +-webkit-box-shadow: rgba(255, 255, 255, 0.07) -1px 0 0; + -moz-box-shadow: rgba(255, 255, 255, 0.07) -1px 0 0; + box-shadow: rgba(255, 255, 255, 0.07) -1px 0 0; + border-left: 1px solid #121212; +} @@ -132,6 +138,8 @@ input[type=text], input[type=password] { overflow: hidden; } #topbar .actions { + margin-left: 5px; + padding-left: 5px; position: fixed; right: 0; background: #282828; diff --git a/index.html b/index.html index 538aa1c..08e7ff8 100644 --- a/index.html +++ b/index.html @@ -135,7 +135,7 @@
{{ activeBuffer().title}}
-
+