mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-19 15:54:00 +02:00
quicknote example updated
This commit is contained in:
@@ -75,12 +75,12 @@ p, input, textarea {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.new-note input {
|
||||
input {
|
||||
width: 100%;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.new-note textarea {
|
||||
textarea {
|
||||
width: 100%;
|
||||
margin-bottom: 4px;
|
||||
resize: none;
|
||||
@@ -106,4 +106,12 @@ p, input, textarea {
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.cancel {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.update {
|
||||
float: right;
|
||||
}
|
||||
Reference in New Issue
Block a user