give the actions in topbar some air and a line

This commit is contained in:
Tor Hveem 2013-10-19 12:45:16 +02:00
parent 5712a55620
commit 6fb59dd268
2 changed files with 9 additions and 1 deletions

View File

@ -30,6 +30,12 @@ body {
box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0; box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0;
border-right: 1px solid #121212; 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; overflow: hidden;
} }
#topbar .actions { #topbar .actions {
margin-left: 5px;
padding-left: 5px;
position: fixed; position: fixed;
right: 0; right: 0;
background: #282828; background: #282828;

View File

@ -135,7 +135,7 @@
<div class="title"> <div class="title">
{{ activeBuffer().title}} {{ activeBuffer().title}}
</div> </div>
<div class="actions pull-right"> <div class="actions pull-right vertical-line-left">
<div class="dropdown pull-left"> <div class="dropdown pull-left">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="glyphicon glyphicon-cog"></i> <i class="glyphicon glyphicon-cog"></i>