- Timestamp:
- 05/25/16 16:48:19 (9 years ago)
- Location:
- branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Shared
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Shared/Navbar.cshtml
r13854 r13860 2 2 @model HeuristicLab.Clients.Hive.WebJobManager.ViewModels.NavbarViewModel 3 3 4 <ul class="nav nav-tabs"> 4 <ul class="nav nav-tabs animated fadeIn" 5 > 5 6 6 7 <li role="presentation" -
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Shared/_Layout.cshtml
r13854 r13860 1 1 <!DOCTYPE html> 2 3 2 <html> 4 3 <head> … … 12 11 <link rel="stylesheet" href="//rawgithub.com/Caged/d3-tip/master/examples/example-styles.css"> 13 12 </head> 14 <body style="overflow-x:hidden" >13 <body style="overflow-x:hidden" > 15 14 <div> 16 15 <nav class="navbar navbar-default navbar-static-top" 17 16 role="navigation" style="margin-bottom: 0"> 18 17 <div class="navbar-header"> 19 <img alt="Heuristic Lab Hive" src="~/img/HeuristicLabBanner.png" style="margin-bottom:15px; margin-top:15px" /> 18 <img alt="Heuristic Lab Hive" 19 src="~/img/HeuristicLabBanner.png" 20 style="margin-bottom:15px; margin-top:15px" 21 /> 20 22 </div> 21 23 </nav>
Note: See TracChangeset
for help on using the changeset viewer.