mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Visually centers the change count in the save button
This commit is contained in:
@@ -522,13 +522,14 @@ button.save .count {
|
||||
display: inline-block;
|
||||
border: 0px solid #ccc;
|
||||
border-left-width: 1px;
|
||||
padding: 0px 8px;
|
||||
padding: 0px 0px 0px 10px;
|
||||
min-width: 32px;
|
||||
text-align: center;
|
||||
}
|
||||
[dir='rtl'] button.save .count {
|
||||
border-left-width: 0px;
|
||||
border-right-width: 1px;
|
||||
padding: 0px 10px 0px 0px;
|
||||
}
|
||||
button.save.has-count .count {
|
||||
visibility: visible;
|
||||
|
||||
Reference in New Issue
Block a user