Inspector cleanup, needs lots more work

This commit is contained in:
Tom MacWright
2012-10-25 13:38:52 -04:00
parent fac5aa37d6
commit 6fb8df09ea
6 changed files with 68 additions and 57 deletions

View File

@@ -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;

View File

@@ -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 {