Commit f89734b4 authored by Evren Kutar's avatar Evren Kutar

Merge branch 'UI-Improvements'

parents 1f7e4211 d7f0f0ae
......@@ -91,19 +91,33 @@ button.brand-bg:hover {
}
.brand {
height:98px;
border-bottom:1px solid #ccc;
position: absolute;
width: 120px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.logo {
a.logo {
height: 42px;
display: block;
text-align: center;
line-height: 38px;
opacity: 0.8;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
a.logo:hover {
opacity:1;
}
.logo img {
width: 80%;
margin-left: 8%;
margin-top: 22px;
margin-bottom: 22px;
width: 100px;
}
/** END OF BRAND **/
......@@ -340,7 +354,7 @@ select {
}
.manager-view-content {
padding:35px 40px;
padding:5px 40px;
overflow:auto;
-webkit-flex-grow: 1;
flex-grow: 1;
......@@ -1036,6 +1050,7 @@ table.dataTable thead .sorting:after {
border-right: none;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
margin-right: -5px;
}
.dashboard-main-search .fa {
......
<div class="container">
<div>
<h3>{{ schema.title }}</h3>
<div class="buttons-on-top"></div>
......
app/img/brand-logo.png

10.5 KB | W: | H:

app/img/brand-logo.png

13.5 KB | W: | H:

app/img/brand-logo.png
app/img/brand-logo.png
app/img/brand-logo.png
app/img/brand-logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -38,6 +38,9 @@
<!--<li><a href="">Ayarlar</a></li>-->
<!--</ul>-->
<div class="navbar-header">
<div class="brand">
<a href="#/dashboard" class="logo"><img src="/img/brand-logo.png" /></a>
</div>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
......
<div class="navbar-default sidebar" role="navigation" ng-mouseenter="openSidebar()" ng-mouseleave="closeSidebar()">
<div class="brand">
<a href="#/dashboard" class="logo"><img src="/img/brand-logo.png" /></a>
</div>
<div class="sidebar-nav navbar-collapse">
<ul class="nav in" id="side-menu" ng-class="{hidden: $root.loggedInUser != true}" data-step="1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment