fixed a glitch in wiki editor toolbar

This commit is contained in:
hyung-hwan 2016-01-14 03:23:43 +00:00
parent 3ed06251de
commit a0ed60c6b6

View File

@ -14,13 +14,12 @@
white-space: pre-wrap !important; white-space: pre-wrap !important;
} }
#wiki_show_result table #wiki_show_result table {
{
border-collapse: collapse; border-collapse: collapse;
} }
#wiki_show_result table td { #wiki_show_result table td {
border: 1px solid #E0E0E0; border: 1px solid #B0B0B0;
} }
#wiki_edit_result { #wiki_edit_result {
@ -47,9 +46,13 @@
border-radius: 0; border-radius: 0;
margin: 0; margin: 0;
padding: 0; padding: 0;
z-index: 0; z-index: 1;
} }
#wiki_edit_toolbar .medium-editor-table-builder {
position: absolute !important;
left: 0 !important;
}
#wiki_show_wiki { #wiki_show_wiki {
margin-top: 0.5em; margin-top: 0.5em;