##// END OF EJS Templates
Optimized imports and added some docstrings to the post module
Optimized imports and added some docstrings to the post module

File last commit:

r541:90d66ad5 1.7-dev
r622:d08e30ea 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;
}