##// END OF EJS Templates
Removed hiding the form row with CSS as it causes problems with error rows
Removed hiding the form row with CSS as it causes problems with error rows

File last commit:

r352:bba983c3 default
r450:c3103f8c default
Show More
base.css
29 lines | 375 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;
}
.post_preview {
z-index: 300;
position:absolute;
}