1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 22:05:23 +02:00

feat(ux): replace spinners (#1383)

This commit is contained in:
Anthony Lapenna 2017-11-12 20:27:28 +01:00 committed by GitHub
parent 9bef7cd69f
commit d68708add7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
133 changed files with 701 additions and 1061 deletions

View file

@ -1,8 +1,12 @@
html, body, #content-wrapper, .page-content, #view {
html, body, #page-wrapper, #content-wrapper, .page-content, #view {
height: 100%;
width: 100%;
}
#view {
position: relative;
}
.white-space-normal {
white-space: normal !important;
}
@ -359,6 +363,11 @@ ul.sidebar .sidebar-list a.active {
padding-right: 0;
}
.createResource {
margin-left: 5px;
font-size: 90%;
}
ul.sidebar .sidebar-list .sidebar-sublist a {
text-indent: 35px;
font-size: 12px;
@ -692,6 +701,19 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
}
/*!toaster override*/
/*angular-loading-bar override*/
#loadingbar-placeholder {
margin-bottom: 0;
height: 3px;
}
#loading-bar .bar {
position: relative;
height: 3px;
background: #738bc0;
}
/*!angular-loading-bar override*/
.monospaced {
font-family: monospace;
font-weight: 600;
@ -713,3 +735,7 @@ json-tree .branch-preview {
font-size: 11px;
opacity: .5;
}
.row.header .meta .page {
padding-top: 7px;
}