mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
cleanup / polish new changes
This commit is contained in:
+11
-9
@@ -1220,10 +1220,12 @@ input[type=number] {
|
||||
|
||||
.form-field .button-input-action {
|
||||
position: relative;
|
||||
right: 1px;
|
||||
width: 10%;
|
||||
margin-left: -10%;
|
||||
border: 1px solid #CCC;
|
||||
border-top-width: 0;
|
||||
border-right-width: 0;
|
||||
border-radius: 0 0 4px 0;
|
||||
height: 30px;
|
||||
vertical-align: top;
|
||||
@@ -1347,10 +1349,6 @@ div.combobox {
|
||||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.tag-list {
|
||||
margin-right: 20%;
|
||||
}
|
||||
|
||||
.tag-row {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
@@ -1364,6 +1362,12 @@ div.combobox {
|
||||
border-left: 1px solid #CCC;
|
||||
}
|
||||
|
||||
.tag-row .key-wrap,
|
||||
.tag-row .input-wrap-position {
|
||||
width: 40%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.tag-row input.key {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
@@ -1384,7 +1388,7 @@ div.combobox {
|
||||
.tag-row button {
|
||||
position: absolute;
|
||||
height: 30px;
|
||||
right: -10%;
|
||||
right: 10%;
|
||||
border: 1px solid #CCC;
|
||||
border-top-width: 0; border-left-width: 0;
|
||||
border-radius: 0;
|
||||
@@ -1413,7 +1417,7 @@ div.combobox {
|
||||
}
|
||||
|
||||
.tag-row button.tag-help-button {
|
||||
right: -20%;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
/* Adding form fields to tag editor */
|
||||
@@ -1466,8 +1470,6 @@ div.combobox {
|
||||
.additional-tags div.tag-help {
|
||||
float: left;
|
||||
width: 100%;
|
||||
width: -webkit-calc(100% + 40px);
|
||||
width: calc(100% + 40px);
|
||||
}
|
||||
|
||||
img.wiki-image {
|
||||
@@ -1764,7 +1766,7 @@ img.wiki-image {
|
||||
|
||||
.help-wrap .toc li.walkthrough a {
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
border-radius: 0 0 4px 4px;
|
||||
}
|
||||
|
||||
.help-wrap .nav {
|
||||
|
||||
Reference in New Issue
Block a user