mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 20:51:36 +02:00
first pass at re-writing inspector markup.
This commit is contained in:
+17
-15
@@ -54,10 +54,6 @@ a:hover {
|
||||
color:#222;
|
||||
}
|
||||
|
||||
table th {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
background-color: white;
|
||||
width:150px;
|
||||
@@ -73,6 +69,19 @@ input[type=text]:focus {
|
||||
border-color:#aaa;
|
||||
}
|
||||
|
||||
/* tables */
|
||||
|
||||
table {
|
||||
background-color: white;
|
||||
border-collapse: collapse;
|
||||
width:100%;
|
||||
border-spacing:0;
|
||||
}
|
||||
|
||||
table th {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* UI Lists
|
||||
------------------------------------------------------- */
|
||||
|
||||
@@ -110,15 +119,14 @@ a.selected {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.fl { float: left;}
|
||||
.fr { float: right;}
|
||||
|
||||
div.hide,
|
||||
form.hide {
|
||||
display:none;
|
||||
}
|
||||
|
||||
button:hover form.hide {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
|
||||
button {
|
||||
@@ -249,6 +257,7 @@ button.action .label {
|
||||
}
|
||||
|
||||
/* Definitions for every icon */
|
||||
|
||||
.icon.browse { background-position: 0px 0px;}
|
||||
.icon.add-place { background-position: -20px 0px;}
|
||||
.icon.add-road { background-position: -40px 0px;}
|
||||
@@ -365,12 +374,6 @@ button.Browse .label {
|
||||
width:150px;
|
||||
}
|
||||
|
||||
.inspector-wrap table {
|
||||
border-collapse: collapse;
|
||||
width:100%;
|
||||
border-spacing:0;
|
||||
}
|
||||
|
||||
.inspector-wrap .tag-table-wrap {
|
||||
max-height:350px;
|
||||
border-top: 1px solid #ccc;
|
||||
@@ -383,7 +386,6 @@ button.Browse .label {
|
||||
}
|
||||
|
||||
.inspector-wrap .buttons {
|
||||
margin-top: 10px;
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user