##// END OF EJS Templates
Added request-based transactions to all requests
Added request-based transactions to all requests

File last commit:

r330:dd8357bc default
r331:40e0d414 default
Show More
base.css
24 lines | 315 B | text/css | CssLexer
.ui-button {
display: none;
}
.ui-dialog-content {
padding: 0;
min-height: 0;
}
.mark_btn {
cursor: pointer;
}
.img-full {
position: fixed;
z-index: 9999;
background-color: #CCC;
border: 1px solid #000;
cursor: pointer;
}
.strikethrough {
text-decoration: line-through;
}