add cancel button to identify popup
This commit is contained in:
parent
8fb161c4f6
commit
f174c804d5
2 changed files with 6 additions and 3 deletions
|
@ -627,7 +627,7 @@ a.itemTag:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 750px) {
|
@media all and (max-width: 800px) {
|
||||||
|
|
||||||
.libraryViewNav {
|
.libraryViewNav {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
@ -638,7 +638,7 @@ a.itemTag:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width: 750px) {
|
@media all and (min-width: 800px) {
|
||||||
|
|
||||||
.libraryMenuButton {
|
.libraryMenuButton {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -396,7 +396,7 @@
|
||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
|
|
||||||
<form class="popupIdentifyForm" style="max-width: initial;">
|
<form class="popupIdentifyForm" style="max-width: initial;">
|
||||||
|
|
||||||
<p>Enter one or more search criteria.</p>
|
<p>Enter one or more search criteria.</p>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
@ -415,6 +415,9 @@
|
||||||
<button type="submit" data-theme="b" data-icon="search" data-mini="true">
|
<button type="submit" data-theme="b" data-icon="search" data-mini="true">
|
||||||
Search
|
Search
|
||||||
</button>
|
</button>
|
||||||
|
<button type="button" data-icon="delete" data-mini="true" onclick="$(this).parents('.popup').popup('close');">
|
||||||
|
Cancel
|
||||||
|
</button>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue