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:
parent
ac4af41317
commit
1618388e39
6 changed files with 11 additions and 45 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue