Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/25/16 16:48:19 (9 years ago)
Author:
jlodewyc
Message:

#2582 RC2 migration fixed. OKB query implemented. Preparing for OKB manager

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  
    22@model HeuristicLab.Clients.Hive.WebJobManager.ViewModels.NavbarViewModel
    33
    4 <ul class="nav nav-tabs">
     4<ul class="nav nav-tabs animated fadeIn"
     5    >
    56
    67    <li role="presentation"
  • branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Shared/_Layout.cshtml

    r13854 r13860  
    11<!DOCTYPE html>
    2 
    32<html>
    43<head>
     
    1211    <link rel="stylesheet" href="//rawgithub.com/Caged/d3-tip/master/examples/example-styles.css">
    1312</head>
    14 <body style="overflow-x:hidden" >
     13<body style="overflow-x:hidden"  >
    1514    <div>
    1615        <nav class="navbar navbar-default navbar-static-top"
    1716             role="navigation" style="margin-bottom: 0">
    1817            <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                      />
    2022            </div>
    2123        </nav>
Note: See TracChangeset for help on using the changeset viewer.