Fix common form and note preview

This commit is contained in:
Riyad Preukschas 2012-11-22 02:56:42 +01:00
parent 5d3fb35cd1
commit 140652e9b0
8 changed files with 121 additions and 106 deletions

View file

@ -8,7 +8,7 @@
// Toggler
//--------
.js-toggler-container .turn-on { display: inline-block; }
.js-toggler-container .turn-on { display: inherit; }
.js-toggler-container .turn-off { display: none; }
.js-toggler-container.on .turn-on { display: none; }
.js-toggler-container.on .turn-off { display: inline-block; }
.js-toggler-container.on .turn-off { display: inherit; }

View file

@ -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;
}