Skip to content
Snippets Groups Projects
Commit a9cd46d8 authored by Axel Hahn's avatar Axel Hahn
Browse files

switched elements from bootstrap v2 to v3

- upgrade used components
-- bootstrap 3.3.4
-- jquery 2.1.3
-- appmonitor
parent b8b8ceb2
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ function getTopArea() {
</div><!-- /.container-fluid -->
</nav>
<span class="version ">' . $sMyRev . ' @ ' . php_uname("n") . '</span>
<span id="swversion">' . $sMyRev . ' @ ' . php_uname("n") . '</span>
</div><div id="header2">';
if (!array_key_exists("prj", $aParams)) {
......
......@@ -17,7 +17,7 @@ body{padding-top: 0;}
border-top: 0px solid #ddd;
margin-top: 5em;
}
.navbar {position: fixed; top: 0px; width: 100%; left: 0; }
.navbar {position: fixed; top: 0px; width: 100%; left: 0; z-index: 100;}
.navbar-inner {padding: 0 6em;box-shadow: 0 0 3em #888;}
#header2{
background: none;
......@@ -29,7 +29,15 @@ body{padding-top: 0;}
.description{font-weight:bold; color:#ccc; font-size: 150%; font-style: italic;}
.navbar-brand {color:#a33 !important;}
.navbar-inverse .navbar-brand {color:#c88 !important;}
#swversion {float: right; right: 0em; position: fixed;
top: 4em;
padding: 0 0.5em;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
box-shadow: 0 0 5px #888;
background: #ccc;
border-bottom-left-radius: 10px;
}
#content{
margin: 2em 2% 0;
border-left: 0px solid #ccc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment