##// END OF EJS Templates
Fixed issue with deferring a field no more exists
Fixed issue with deferring a field no more exists

File last commit:

r1039:4008735b default
r1079:efaf1251 default
Show More
base.css
93 lines | 1.3 KiB | 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;
background-color: #CCC;
border: 1px solid #000;
cursor: pointer;
neko259
Added strikethrough text to the text parser
r330 }
.strikethrough {
text-decoration: line-through;
}
neko259
Added post preview popups
r352
.post_preview {
z-index: 300;
position:absolute;
}
neko259
Added metadata to the gallery. Added links to search the image by the online search engines
r460
.gallery_image {
display: inline-block;
neko259
Remove post form when printing
r645 }
@media print {
.post-form-w {
display: none;
}
}
neko259
Added image preview in the forms
r673
neko259
Added a compact form to the thread.
r676 input[name="image"] {
neko259
Added image preview in the forms
r673 display: block;
width: 100px;
height: 100px;
cursor: pointer;
position: absolute;
opacity: 0;
z-index: 1;
}
neko259
Updated form to a new style. Fixed mark manel
r680 .file_wrap {
neko259
Added image preview in the forms
r673 width: 100px;
height: 100px;
border: solid 1px white;
neko259
Added a compact form to the thread.
r676 display: inline-block;
neko259
Added image preview in the forms
r673 }
neko259
Updated form to a new style. Fixed mark manel
r680 form > .file_wrap {
float: left;
}
.file-thumb {
neko259
Added image preview in the forms
r673 width: 100px;
height: 100px;
background-size: cover;
background-position: center;
}
neko259
Added a compact form to the thread.
r676
.compact-form-text {
margin-left:110px;
}
neko259
Updated form to a new style. Fixed mark manel
r680 textarea, input {
neko259
Added a compact form to the thread.
r676 -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
neko259
When swapping the form view, move elements of one form instead of swapping 2...
r698 }
.compact-form-text > textarea {
height: 100px;
width: 100%;
}
neko259
Made "subscribe" and "hide" in tags as buttons with forms.
r1037
.post-button-form {
display: inline;
}
neko259
Don't use JS and links in tag buttons. Use <button> instead
r1039 .post-button-form > button {
neko259
Made "subscribe" and "hide" in tags as buttons with forms.
r1037 border: none;
neko259
Don't use JS and links in tag buttons. Use <button> instead
r1039 margin: inherit;
padding: inherit;
background: none;
font-size: inherit;
neko259
Made "subscribe" and "hide" in tags as buttons with forms.
r1037 }