Fix common form and note preview
This commit is contained in:
parent
5d3fb35cd1
commit
140652e9b0
8 changed files with 121 additions and 106 deletions
|
@ -310,24 +310,26 @@ p.notify_controls span{
|
|||
padding-right: 15px;
|
||||
}
|
||||
}
|
||||
.note-text {
|
||||
.note_preview {
|
||||
margin: 2px;
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
min-height: 60px;
|
||||
background:#f5f5f5;
|
||||
}
|
||||
.note_text {
|
||||
border: 1px solid #aaa;
|
||||
box-shadow:none;
|
||||
box-shadow: none;
|
||||
}
|
||||
// TODO: end cleanup
|
||||
}
|
||||
|
||||
// hide the new discussion note form template
|
||||
.note-forms {
|
||||
#note-forms {
|
||||
.note-form-holder {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.new_discussion_note {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.preview_note {
|
||||
margin: 2px;
|
||||
border: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
min-height: 60px;
|
||||
background:#f5f5f5;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue