mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 21:48:03 +02:00
+18
@@ -399,10 +399,15 @@ button.Browse .label {
|
||||
|
||||
.inspector-inner {
|
||||
padding: 10px;
|
||||
min-width:400px;
|
||||
}
|
||||
|
||||
.inspector-inner.head {
|
||||
border-bottom: 1px solid #ccc;
|
||||
background:#fff;
|
||||
height:80px;
|
||||
z-index:99;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.inspector-wrap a.permalink {
|
||||
@@ -415,6 +420,19 @@ button.Browse .label {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.inspector-toggle {
|
||||
padding:10px;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
|
||||
text-align:center;
|
||||
color:#fff;
|
||||
cursor:pointer;
|
||||
background:#7092ff;
|
||||
}
|
||||
|
||||
.inspector-body {
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.tag-row {
|
||||
width: 100%;
|
||||
padding-right: 70px;
|
||||
|
||||
Reference in New Issue
Block a user