mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Don't show help/remove buttons for empty row
This commit is contained in:
+14
-10
@@ -405,16 +405,6 @@ button.Browse .label {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.inspector-inner button {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.inspector-inner button.tag-help {
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
.inspector-wrap a.permalink {
|
||||
text-decoration:none;
|
||||
margin-right:1em;
|
||||
@@ -453,6 +443,20 @@ button.Browse .label {
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.tag-row button {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.tag-row-empty button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tag-row button.tag-help {
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
.inspector-buttons {
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user