Merge "Add spec cpu2006 test case"
[yardstick.git] / gui / app / views / layout / header.html
1 <div class="header">
2     <div class="navbar navbar-default" role="navigation">
3         <div>
4             <div class="navbar-header">
5
6
7                 <img src="images/logo.png" style="width:50px;height:50px;float:left;margin-left:20px;" />
8                 <a class="navbar-brand" href="#/">Yardstick</a>
9
10             </div>
11
12
13         </div>
14     </div>
15 </div>
16 </div>
17
18 <style>
19     .header {
20         position: fixed;
21         top: 0px;
22         width: 100%;
23         /*box-shadow: 3px 2px 5px #888888;*/
24         z-index: 9;
25     }
26
27     .navbar {
28         position: relative;
29         min-height: 50px;
30         margin-bottom: 0px;
31         border: none;
32         /* border: 1px solid transparent; */
33     }
34
35     .navbar {
36         border-radius: 0px;
37         background-color: #CAEEF1;
38         color: #fff;
39     }
40
41     .navbar-default .navbar-brand {
42         color: #333;
43     }
44 </style>