Initial impl off WA Log GUI
This commit is contained in:
parent
73b496f702
commit
ba901556f2
3 changed files with 27 additions and 4 deletions
|
|
@ -2369,8 +2369,8 @@ input[type="button"].btn-block {
|
|||
}
|
||||
@font-face {
|
||||
font-family: 'Glyphicons Halflings';
|
||||
src: url('../app/fonts/glyphicons-halflings-regular.eot');
|
||||
src: url('../app/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../app/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../app/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../app/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
||||
src: url('../fonts/glyphicons-halflings-regular.eot');
|
||||
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
||||
}
|
||||
.glyphicon {
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@ table{
|
|||
#top-bar{
|
||||
height: 41px;
|
||||
}
|
||||
.navbar-right{
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#side-bar{
|
||||
background: #ECECEC;
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@
|
|||
</head>
|
||||
<body>
|
||||
<!-- Top Bar -->
|
||||
<nav id="top-bar" class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||
<nav id="top-bar" class="navbar navbar-default navbar-fixed-top .container-fluid" role="navigation">
|
||||
<a class="navbar-brand" href="#">{{title}}</a>
|
||||
<ul class="nav navbar-nav">
|
||||
<ul class="nav navbar-nav navbar-left">
|
||||
{{#top-nav}}
|
||||
{{^.subNav.length}}
|
||||
<li><a href="{{.url}}">{{.name}}</a></li>
|
||||
|
|
@ -47,8 +47,28 @@
|
|||
{{/.subNav.length}}
|
||||
{{/top-nav}}
|
||||
</ul>
|
||||
<!-- Top-Left nav -->
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
|
||||
</a>
|
||||
<div>
|
||||
hello
|
||||
</div>
|
||||
</li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Ziver Koc</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="#">Profile</a></li>
|
||||
<li><a href="#">Logout</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
<div>
|
||||
<!-- Side Bar -->
|
||||
{{#side-nav-show}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue