mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Inspector cleanup, needs lots more work
This commit is contained in:
@@ -151,21 +151,21 @@ table td {
|
||||
top:90px;
|
||||
right:20px;
|
||||
overflow:auto;
|
||||
padding:10px;
|
||||
background:#aaa;
|
||||
padding:5px;
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
.inspector thead th {
|
||||
font-size:10px;
|
||||
line-height:10px;
|
||||
color:#eee;
|
||||
color:#999;
|
||||
font-weight:normal;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.inspector input {
|
||||
margin:0;
|
||||
padding:2px;
|
||||
padding:4px;
|
||||
border:0;
|
||||
border-bottom:1px solid #ccc;
|
||||
width:150px;
|
||||
|
||||
14
css/map.css
14
css/map.css
@@ -1,3 +1,7 @@
|
||||
image.tile {
|
||||
opacity:0.6;
|
||||
}
|
||||
|
||||
/* base styles */
|
||||
use, path {
|
||||
fill: none;
|
||||
@@ -7,9 +11,9 @@ use, path {
|
||||
/* interactive elements */
|
||||
circle.handle {
|
||||
cursor: move;
|
||||
stroke-width: 1;
|
||||
stroke:#222;
|
||||
fill:#eee;
|
||||
stroke-width: 2;
|
||||
stroke:#1DCAFF;
|
||||
fill:#D3F5FF;
|
||||
}
|
||||
|
||||
.casing {
|
||||
@@ -65,12 +69,14 @@ circle.handle {
|
||||
opacity:0.2;
|
||||
}
|
||||
|
||||
/*
|
||||
.stroke.highway {
|
||||
stroke-opacity:0.7;
|
||||
}
|
||||
.casing.highway {
|
||||
stroke-opacity:0.2;
|
||||
stroke-opacity:0.7;
|
||||
}
|
||||
*/
|
||||
|
||||
/* highways */
|
||||
.stroke.highway-residential {
|
||||
|
||||
Reference in New Issue
Block a user