mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-02 21:21:37 +02:00
Add user info, require authentication to edit a note
This commit is contained in:
+9
-1
@@ -150,13 +150,21 @@
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
#new-comment-input {
|
||||
.note-save {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.note-save #new-comment-input {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
max-height: 300px;
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.note-save .detail-section {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.note-report {
|
||||
float: right;
|
||||
}
|
||||
|
||||
+9
-3
@@ -607,8 +607,13 @@ button.save.has-count .count::before {
|
||||
margin-right: 5px;
|
||||
}
|
||||
[dir='rtl'] .icon.pre-text {
|
||||
margin-left: 5px;
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.icon.pre-text.user-icon {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.icon.light {
|
||||
@@ -3841,7 +3846,6 @@ svg.mouseclick use.right {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Save Mode
|
||||
------------------------------------------------------- */
|
||||
.mode-save a.user-info {
|
||||
@@ -3870,6 +3874,7 @@ svg.mouseclick use.right {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.note-save .field-warning,
|
||||
.mode-save .field-warning {
|
||||
background: #ffb;
|
||||
border: 1px solid #ccc;
|
||||
@@ -3877,6 +3882,7 @@ svg.mouseclick use.right {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.note-save .field-warning:empty,
|
||||
.mode-save .field-warning:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user