New style for update manager online - #3608
Former-commit-id: 5c69869fb8c79071589c16d25b5bf314910dc501
This commit is contained in:
parent
973ce07811
commit
579c9e7083
|
@ -156,6 +156,10 @@ div#box_online * {
|
|||
font-family: "Open Sans", sans-serif;
|
||||
}
|
||||
|
||||
#box_online .content {
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
.update_popup {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -164,12 +168,7 @@ div#box_online * {
|
|||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.update_text {
|
||||
/*border: 1px solid silver;*/
|
||||
}
|
||||
|
||||
.update_icon {
|
||||
/*border: 1px solid pink;*/
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue