give the actions in topbar some air and a line
This commit is contained in:
parent
5712a55620
commit
6fb59dd268
2 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
<div class="title">
|
||||
{{ activeBuffer().title}}
|
||||
</div>
|
||||
<div class="actions pull-right">
|
||||
<div class="actions pull-right vertical-line-left">
|
||||
<div class="dropdown pull-left">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="glyphicon glyphicon-cog"></i>
|
||||
|
|
Loading…
Reference in a new issue