Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #64 from ammendonca/ENHANCEMENTS
Browse files Browse the repository at this point in the history
Minor visual enhancements to Hawkular Console
  • Loading branch information
mtho11 committed Mar 26, 2015
2 parents 9504521 + a454ce5 commit 7b7fc6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/console/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<title>hawkular-console</title>
<title>HAWKULAR</title>
<base href='${hawkular.console.index.html.base.href}'>
<meta charset="UTF8">

Expand All @@ -24,7 +24,7 @@
<script src="libs/event-drops/src/eventDrops.js"></script>
</head>

<body>
<body style="background-color: #f5f5f5"> <!-- FIXME: Add CSS rule -->
<nav class="navbar navbar-default navbar-fixed-top navbar-pf" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse-1">
Expand Down Expand Up @@ -55,9 +55,9 @@
</div>
</nav>

<div id="main" class="row below-topbar" ng-controller="HawtioNav.ViewController">
<div id="main" class="row" ng-class="{'below-topbar': !hideSidebar}" ng-controller="HawtioNav.ViewController">
<hawkular-sidebar ng-controller="Sidebar.SidebarController" ng-show="!hideSidebar"></hawkular-sidebar>
<div class="content" ng-class="hideSidebar ? 'col-sm-12 col-md-12' : 'col-sm-9 col-md-10'" ng-include src="viewPartial"></div>
<div class="container" ng-class="hideSidebar ? 'col-sm-12 col-md-12' : 'col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2'" ng-include src="viewPartial"></div>
</div>

<!-- add any scripts under dist/ here -->
Expand Down

0 comments on commit 7b7fc6c

Please sign in to comment.