Skip to content

Commit

Permalink
better integration in themes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornet committed Aug 16, 2017
1 parent 64fd84c commit 89dd7c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@
.jimu-widget-edraw .hidden {
display: none;
}
.jimu-widget-edraw .draw-table{
display: inline-block;
}
.jimu-widget-edraw .draw-table td, .jimu-widget-edraw .draw-table th{
padding:5px;
}
.jimu-widget-edraw .draw-table tr {
border: 1px solid white;
cursor:move;
Expand Down

0 comments on commit 89dd7c1

Please sign in to comment.