Merge pull request #1980 from cmgustavo/bug/minor-ui-issues
Bug/minor ui issues
This commit is contained in:
commit
d6b3122359
3 changed files with 9 additions and 2 deletions
|
|
@ -354,6 +354,10 @@ a:hover {
|
||||||
background-color: #F8F8FB;
|
background-color: #F8F8FB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pin-main {
|
||||||
|
background-color: #2C3E50;
|
||||||
|
}
|
||||||
|
|
||||||
.logo-setup {
|
.logo-setup {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 5rem 0 4rem;
|
padding: 5rem 0 4rem;
|
||||||
|
|
|
||||||
|
|
@ -231,6 +231,9 @@
|
||||||
background-color: #3C4E60;
|
background-color: #3C4E60;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tooltip {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div ng-controller="SidebarController" ng-init="init()" ng-if="$root.iden && !$root.hideNavigation">
|
<div ng-controller="SidebarController" ng-init="init()" ng-show="$root.iden && !$root.hideNavigation">
|
||||||
<nav class="tab-bar" >
|
<nav class="tab-bar" >
|
||||||
<section class="left-small">
|
<section class="left-small">
|
||||||
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
|
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
|
||||||
|
|
@ -99,7 +99,7 @@
|
||||||
ng-class="{'dni':$root.hideNavigation}"
|
ng-class="{'dni':$root.hideNavigation}"
|
||||||
></div>
|
></div>
|
||||||
|
|
||||||
<section ng-class="{'main':$root.iden && !$root.starting}" ng-view></section>
|
<section ng-class="{'main':$root.iden && !$root.starting, 'pin-main':$root.hideNavigation}" ng-view></section>
|
||||||
|
|
||||||
<a class="exit-off-canvas"></a>
|
<a class="exit-off-canvas"></a>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue