add cancel button to identify popup

This commit is contained in:
Luke Pulverenti 2014-03-09 22:33:49 -04:00
parent 8fb161c4f6
commit f174c804d5
2 changed files with 6 additions and 3 deletions

View file

@ -627,7 +627,7 @@ a.itemTag:hover {
}
}
@media all and (max-width: 750px) {
@media all and (max-width: 800px) {
.libraryViewNav {
display: none !important;
@ -638,7 +638,7 @@ a.itemTag:hover {
}
}
@media all and (min-width: 750px) {
@media all and (min-width: 800px) {
.libraryMenuButton {
display: none;