New style for update manager online - #3608

Former-commit-id: 5c69869fb8c79071589c16d25b5bf314910dc501
This commit is contained in:
Tatiana Llorente 2019-04-23 10:12:35 +02:00
parent 973ce07811
commit 579c9e7083
1 changed files with 4 additions and 5 deletions

View File

@ -156,6 +156,10 @@ div#box_online * {
font-family: "Open Sans", sans-serif; font-family: "Open Sans", sans-serif;
} }
#box_online .content {
max-width: 60%;
}
.update_popup { .update_popup {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@ -164,12 +168,7 @@ div#box_online * {
padding-right: 10px; padding-right: 10px;
} }
.update_text {
/*border: 1px solid silver;*/
}
.update_icon { .update_icon {
/*border: 1px solid pink;*/
padding-left: 20px; padding-left: 20px;
} }