mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
style fixes.
This commit is contained in:
+9
-20
@@ -688,15 +688,10 @@ a:hover .icon.out-link { background-position: -500px -14px;}
|
||||
}
|
||||
|
||||
.inspector-inner {
|
||||
padding: 20px 20px 0 20px;
|
||||
padding: 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.inspector-inner:last-child,
|
||||
.inspector-inner:only-child {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
/* Presets
|
||||
------------------------------------------------------- */
|
||||
|
||||
@@ -863,7 +858,6 @@ a:hover .icon.out-link { background-position: -500px -14px;}
|
||||
|
||||
.inspector-preset {
|
||||
overflow: hidden;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.inspector-preset form.preset-form {
|
||||
@@ -958,14 +952,11 @@ a:hover .icon.out-link { background-position: -500px -14px;}
|
||||
border-radius: 0 0 4px 0;
|
||||
}
|
||||
|
||||
.inspector-external-links {
|
||||
border-top: 1px solid #CCC;
|
||||
margin-top: 20px;
|
||||
.inspector-border {
|
||||
border-bottom: 1px solid #CCC
|
||||
}
|
||||
|
||||
/* Preset form (hover mode) */
|
||||
|
||||
|
||||
.inspector-hover .header {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
@@ -980,8 +971,10 @@ a:hover .icon.out-link { background-position: -500px -14px;}
|
||||
.inspector-hover textarea,
|
||||
.inspector-hover input,
|
||||
.inspector-hover .form-label,
|
||||
.inspector-hover a,
|
||||
.inspector-hover .checkselect label:last-of-type,
|
||||
.inspector-hover .preset-input-wrap {
|
||||
.inspector-hover .preset-input-wrap,
|
||||
.inspector-hover .preset-input-wrap li {
|
||||
color: #666;
|
||||
border-color: #DFDFDF;
|
||||
}
|
||||
@@ -997,6 +990,7 @@ input,
|
||||
.form-label,
|
||||
.checkselect label:last-of-type,
|
||||
.preset-input-wrap,
|
||||
.preset-input-wrap li,
|
||||
.preset-input-wrap .label {
|
||||
-webkit-transition: all 200ms;
|
||||
-moz-transition: all 200ms;
|
||||
@@ -1357,12 +1351,7 @@ input[type=number] {
|
||||
|
||||
.form-field .maxspeed-unit {
|
||||
border-radius: 0 0 4px 0;
|
||||
border: 1px solid #ccc;
|
||||
border-top: none;
|
||||
height: 30px;
|
||||
width: 20%;
|
||||
float: right;
|
||||
padding: 5px 10px;
|
||||
color: #A9A9A9;
|
||||
}
|
||||
|
||||
@@ -1659,13 +1648,13 @@ img.wiki-image {
|
||||
|
||||
/* Raw relation membership editor */
|
||||
|
||||
.raw-member-editor .member-list {
|
||||
.raw-member-editor .member-list li:first-child,
|
||||
.raw-membership-editor .member-list li:first-child {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.raw-membership-editor .member-row {
|
||||
position: relative;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.raw-membership-editor .member-row .member-entity-name {
|
||||
|
||||
@@ -59,16 +59,16 @@ iD.ui.EntityEditor = function(context) {
|
||||
.append('div');
|
||||
|
||||
$enter.append('div')
|
||||
.attr('class', 'inspector-preset col12');
|
||||
.attr('class', 'inspector-border inspector-preset col12');
|
||||
|
||||
$enter.append('div')
|
||||
.attr('class', 'raw-tag-editor inspector-inner col12');
|
||||
.attr('class', 'inspector-border raw-tag-editor inspector-inner col12');
|
||||
|
||||
$enter.append('div')
|
||||
.attr('class', 'raw-member-editor inspector-inner col12');
|
||||
.attr('class', 'inspector-border raw-member-editor inspector-inner col12');
|
||||
|
||||
$enter.append('div')
|
||||
.attr('class', 'raw-membership-editor inspector-inner col12');
|
||||
.attr('class', 'inspector-border raw-membership-editor inspector-inner col12');
|
||||
|
||||
$enter.append('div')
|
||||
.attr('class', 'inspector-external-links inspector-inner col12');
|
||||
|
||||
Reference in New Issue
Block a user