##// END OF EJS Templates
Fixed bumplimit progress float view (wrong float delimiter not parsed by CSS)
Fixed bumplimit progress float view (wrong float delimiter not parsed by CSS)

File last commit:

r241:c21c4aee merge default
r289:d36c11a8 default
Show More
base.css
19 lines | 259 B | text/css | CssLexer
neko259
Added hover popups for the reflinks.
r222 .ui-button {
display: none;
}
.ui-dialog-content {
padding: 0;
min-height: 0;
rt@lightning
Add image preview
r238 }
neko259
Fixed css, compiled translation file.
r240 .mark_btn {
rt@lightning
fix
r239 cursor: pointer;
}
rt@lightning
Add image preview
r238 .img-full {
position: fixed;
z-index: 9999;
background-color: #CCC;
border: 1px solid #000;
cursor: pointer;
neko259
Added hover popups for the reflinks.
r222 }