Skip to content
Snippets Groups Projects
Commit 0a6e5647 authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

Fix tabledrag handle

parent 4803f2bd
No related merge requests found
This diff is collapsed.
......@@ -18,6 +18,8 @@
background: none;
.layout {
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #fff;
}
}
......@@ -29,6 +31,9 @@
width: 100%;
max-width: 800px;
transform: translateX(-50%);
max-height: 480px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
button {
text-align: center;
......@@ -53,11 +58,16 @@
.erl-layout-region,
.erl-disabled-items {
padding: 16px;
margin-left: -1px;
background: #fff;
border: 1px solid #ccc;
box-shadow: none;
&,
&:hover {
border: 0 none;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.erl-item {
outline: 1px dashed #d6d6d6;
}
......
.draggable a.tabledrag-handle {
float: none;
}
\ No newline at end of file
......@@ -23,6 +23,7 @@
@import "tabs";
@import "views";
@import "media-library";
@import "tabledrag";
// Sidebar
// .entity-meta {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment