mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Minor styling fixes
This commit is contained in:
@@ -191,6 +191,7 @@ input[type=email] {
|
||||
height: 2.585em;
|
||||
}
|
||||
textarea {
|
||||
min-height: 2em;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
resize: vertical;
|
||||
@@ -4657,8 +4658,6 @@ img.tile-debug {
|
||||
.modal-section.buttons .action {
|
||||
display: inline-block;
|
||||
margin: 0 10px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.save-section .buttons {
|
||||
|
||||
@@ -40,7 +40,7 @@ export function uiEntityEditor(context) {
|
||||
// Enter
|
||||
var headerEnter = header.enter()
|
||||
.append('div')
|
||||
.attr('class', 'header fillL cf');
|
||||
.attr('class', 'header fillL');
|
||||
|
||||
headerEnter
|
||||
.append('button')
|
||||
|
||||
@@ -31,7 +31,7 @@ export function uiFeatureList(context) {
|
||||
function featureList(selection) {
|
||||
var header = selection
|
||||
.append('div')
|
||||
.attr('class', 'header fillL cf');
|
||||
.attr('class', 'header fillL');
|
||||
|
||||
header
|
||||
.append('h3')
|
||||
@@ -59,7 +59,7 @@ export function uiFeatureList(context) {
|
||||
|
||||
var list = listWrap
|
||||
.append('div')
|
||||
.attr('class', 'feature-list cf');
|
||||
.attr('class', 'feature-list');
|
||||
|
||||
context
|
||||
.on('exit.feature-list', clearSearch);
|
||||
|
||||
Reference in New Issue
Block a user