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

refactor(app): minor refactor (#2773)

This commit is contained in:
Anthony Lapenna 2019-03-13 11:09:53 +13:00 committed by GitHub
parent ac4af41317
commit 1618388e39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 45 deletions

View file

@ -11,31 +11,10 @@ html, body, #page-wrapper, #content-wrapper, .page-content, #view {
white-space: normal !important;
}
.messages {
max-height: 50px;
overflow-x: hidden;
overflow-y: scroll;
}
.legend .title {
padding: 0 0.3em;
margin: 0.5em;
border-style: solid;
border-width: 0 0 0 1em;
}
.logo {
display: inline;
max-width: 155px;
max-height: 55px;
}
.containerNameInput {
width: 85%;
border:none;
background:none;
border-bottom: 1px solid black;
}
.logo { display: inline; max-width: 155px; max-height: 55px; }
.legend .title { padding: 0 0.3em; margin: 0.5em; border-style: solid; border-width: 0 0 0 1em; }
.messages { max-height: 50px; overflow-x: hidden; overflow-y: scroll; }
.containerNameInput { width: 85%; border:none; background:none; border-bottom: 1px solid black; }
.containerNameInput:active, .containerNameInput:focus {
outline:none;