Create a 'save this zone' button

This commit is contained in:
Mark Schouten 2014-12-05 13:54:09 +01:00
parent 3e2f45e596
commit 45ed135591
4 changed files with 51 additions and 4 deletions

View file

@ -68,9 +68,16 @@ input[type="submit"] {
margin: 0 0 50px;
}
img.list {
opacity: .4;
}
.clickme {
cursor: pointer;
}
.clickme:hover {
opacity: 1;
}
/* overrides jtable.css */
div.jtable-main-container > div.jtable-title {
background-color: #FFFFFF;