Skip to content

Commit

Permalink
Tabledrag style workarounds.
Browse files Browse the repository at this point in the history
- Hide caption on tabledrag tables so the tabledrag-toggle can be
  positioned.
- Extra margins for itoggles if they appear next to toggle-handles.
  • Loading branch information
torotil committed Nov 11, 2018
1 parent 3674dda commit 8d42a19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@ a.close, a.close:hover {
background:url(images/bleeds.png) -40px -120px no-repeat;
}

.tabledrag-processed caption {
display: none;
}
.tabledrag-handle + .form-type-checkbox {
margin-left: 2em;
}

table {
width:100%;
Expand Down

0 comments on commit 8d42a19

Please sign in to comment.