mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Add icons to operation flash messages
This commit is contained in:
+19
-1
@@ -575,9 +575,22 @@ button.save.has-count .count::before {
|
||||
|
||||
#flash .content {
|
||||
margin: 0 auto;
|
||||
padding: 10px;
|
||||
padding: 6px;
|
||||
max-width: 50%;
|
||||
border-radius: 3px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#flash svg.operation-icon {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
#flash div.operation-tip {
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
/* Header for modals / panes
|
||||
@@ -3734,6 +3747,11 @@ img.tile-removing {
|
||||
-ms-filter: "FlipH";
|
||||
}
|
||||
|
||||
[dir='rtl'] #flash .content {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
/* footer */
|
||||
[dir='rtl'] #scale-block {
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user