mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
fixing top bar design issues #339
This commit is contained in:
parent
46c9a6fb00
commit
db9889ed2c
@ -2,6 +2,10 @@ nav {
|
|||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
ng2-slim-loading-bar {
|
ng2-slim-loading-bar {
|
||||||
/* display: block; */
|
/* display: block; */
|
||||||
z-index: 999999;
|
z-index: 999999;
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
.container-fluid {
|
||||||
|
width: 100%;
|
||||||
|
padding:0;
|
||||||
|
margin-top: -20px;
|
||||||
|
}
|
||||||
|
|
||||||
app-gallery-map {
|
app-gallery-map {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
|
|
||||||
<div body class="container-fluid" style="width: 100%; padding:0">
|
<div body class="container-fluid" >
|
||||||
<ng-container *ngIf="galleryService.content.value.error">
|
<ng-container *ngIf="galleryService.content.value.error">
|
||||||
<div class="alert alert-danger" role="alert">
|
<div class="alert alert-danger" role="alert">
|
||||||
{{galleryService.content.value.error}}
|
{{galleryService.content.value.error}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user