mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 10:10:00 +00:00
Add well styling to preview content
This commit is contained in:
parent
fabe0f6fec
commit
de4891dfc6
|
@ -87,6 +87,11 @@ table.torrent-list thead th.sorting_desc:after {
|
|||
.panel-deleted > .panel-footer + .panel-collapse > .panel-body {
|
||||
border-bottom-color:#757575;
|
||||
}
|
||||
|
||||
.markdown-editor label {
|
||||
padding: 1em 0;
|
||||
}
|
||||
|
||||
@media (max-width: 991px){
|
||||
.col-md-5 {
|
||||
margin-left: 20px;
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
<div role="tabpanel" class="tab-pane" id="{{ field_name }}-preview">
|
||||
{{ field.label(class='control-label') }}
|
||||
<div id="{{ field_name }}-markdown-target"></div>
|
||||
<div class="well" id="{{ field_name }}-markdown-target"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue