Clean up flag/appeal/pool partials html
The new flag and appeal partials both had a duplicate #a-index dom id.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
Danbooru.Pool.initialize_add_to_pool_link = function() {
|
||||
$("#add-to-pool-dialog").dialog({autoOpen: false});
|
||||
|
||||
$("#c-pool-elements #a-new input[type=text]").autocomplete({
|
||||
$("#add-to-pool-dialog input[type=text]").autocomplete({
|
||||
minLength: 1,
|
||||
source: function(req, resp) {
|
||||
$.ajax({
|
||||
|
||||
@@ -16,26 +16,24 @@ a.pool-category-collection, .pool-category-collection a {
|
||||
}
|
||||
}
|
||||
|
||||
div#c-pool-elements {
|
||||
div#a-new {
|
||||
font-size: 0.8em;
|
||||
div#add-to-pool-dialog {
|
||||
font-size: 0.8em;
|
||||
|
||||
form {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
form {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-left: 1em;
|
||||
cursor: pointer;
|
||||
}
|
||||
li {
|
||||
margin-left: 1em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: $h3_size;
|
||||
}
|
||||
|
||||
.hint {
|
||||
display: block;
|
||||
}
|
||||
h1 {
|
||||
font-size: $h3_size;
|
||||
}
|
||||
|
||||
.hint {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user