First pass at "Add to Relation" (#1539)

This commit is contained in:
John Firebaugh
2013-06-04 15:32:06 -07:00
parent 3312c4aa4c
commit 467d01d339
7 changed files with 116 additions and 10 deletions
+18
View File
@@ -1043,6 +1043,7 @@ a:hover .icon.out-link { background-position: -500px -14px;}
.inspector-hover .toggle-list button::before,
.inspector-hover .toggle-list button:not(.active),
.inspector-hover .inspector-inner .add-tag,
.inspector-hover .inspector-inner .add-relation,
.inspector-hover .toggle-list button.remove .icon {
height: 0;
width: 0;
@@ -1730,6 +1731,23 @@ img.wiki-image {
padding-left: 10px;
}
.member-row-new .member-entity-input {
border-radius: 4px 4px 0 0;
border: 1px solid #cfcfcf;
}
.add-relation {
width: 40%;
height: 30px;
background: rgba(0,0,0,.5);
border-radius: 4px;
margin-top: 10px;
}
.add-relation:hover {
background: rgba(0,0,0,.8);
}
/* Map Controls */
.map-controls {