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

refactor(services): Refactor chartService and pluginService (#1340)

This commit is contained in:
1138-4EB 2017-12-05 09:49:04 +01:00 committed by Anthony Lapenna
parent d8f6b14726
commit 75b3a78e2b
3 changed files with 56 additions and 164 deletions

View file

@ -26,11 +26,8 @@ html, body, #page-wrapper, #content-wrapper, .page-content, #view {
.logo {
display: inline;
width: 100%;
max-width: 155px;
height: 100%;
max-height: 55px;
margin-bottom: 5px;
}
.containerNameInput {
@ -490,6 +487,8 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
padding-right: 24px;
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
-o-transition: all ease 0.2s;
border-radius: 24px;
box-shadow: inset 0 0 1px 1px rgba(0,0,0,.5);
}
@ -508,6 +507,7 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
padding-right: 0;
padding-left: 24px;
-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px #337ab7;
-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px #337ab7;
box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px #337ab7;
}