##// END OF EJS Templates
Added post bumplimit size to the end of form template. Some code cleanup
Added post bumplimit size to the end of form template. Some code cleanup

File last commit:

r541:90d66ad5 1.7-dev
r633:aeddd0cd default
Show More
base.css
31 lines | 402 B | text/css | CssLexer
.ui-button {
display: none;
}
.ui-dialog-content {
padding: 0;
min-height: 0;
}
.mark_btn {
cursor: pointer;
}
.img-full {
position: fixed;
background-color: #CCC;
border: 1px solid #000;
cursor: pointer;
}
.strikethrough {
text-decoration: line-through;
}
.post_preview {
z-index: 300;
position:absolute;
}
.gallery_image {
display: inline-block;
}