try to fix small visual problems with topbar
This commit is contained in:
parent
0c26449e8e
commit
b56e51b9d5
|
@ -93,9 +93,14 @@ input[type=text], input[type=password] {
|
|||
position: fixed;
|
||||
width: 100%;
|
||||
height: 25px;
|
||||
max-height: 25px;
|
||||
z-index: 1;
|
||||
line-height: 25px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#topbar > * {
|
||||
float: left;
|
||||
}
|
||||
#topbar .brand {
|
||||
height: 25px;
|
||||
padding-left: 5px;
|
||||
|
@ -104,9 +109,11 @@ input[type=text], input[type=password] {
|
|||
height: 25px;
|
||||
}
|
||||
#topbar .title {
|
||||
padding-left: 14%;
|
||||
padding-left: 10%;
|
||||
overflow: hidden;
|
||||
}
|
||||
#topbar .actions {
|
||||
float: right;
|
||||
}
|
||||
#topbar .dropdown-menu form {
|
||||
padding-left: 6px;
|
||||
|
@ -127,8 +134,6 @@ input[type=text], input[type=password] {
|
|||
font-size: smaller;
|
||||
}
|
||||
#sidebar form {
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
#sidebar .badge {
|
||||
|
|
|
@ -126,10 +126,10 @@
|
|||
</div>
|
||||
<div class="content" ng-show="connected">
|
||||
<div id="topbar">
|
||||
<div class="brand pull-left">
|
||||
<div class="brand">
|
||||
<img alt="brand" src="img/favicon.png">
|
||||
</div>
|
||||
<div class="title pull-left">
|
||||
<div class="title">
|
||||
{{ pageTitle}}
|
||||
</div>
|
||||
<div class="actions pull-right">
|
||||
|
|
Loading…
Reference in New Issue