mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
+9
-2
@@ -622,7 +622,7 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 90px;
|
||||
bottom: 30px;
|
||||
top: 60px;
|
||||
}
|
||||
|
||||
@@ -653,13 +653,20 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
transition: box-shadow 100ms;
|
||||
}
|
||||
|
||||
.inspector-wrap .message button.preset-reset {
|
||||
.inspector-wrap .message button.fl {
|
||||
height: 100%;
|
||||
border-radius: 0;
|
||||
border-right: 1px solid #CCC;
|
||||
width: 12.5%;
|
||||
}
|
||||
|
||||
.inspector-wrap .message button.fr {
|
||||
height: 100%;
|
||||
border-radius: 0;
|
||||
border-left: 1px solid #CCC;
|
||||
width: 12.5%;
|
||||
}
|
||||
|
||||
.inspector-wrap .message h3 {
|
||||
display: block;
|
||||
line-height: 20px;
|
||||
|
||||
Reference in New Issue
Block a user