Initial commit
[yaffs-website] / web / themes / custom / yaffs / scss / component / _table-drag.scss
1 /**
2  * Table drag styles.
3  */
4 .tabledrag-toggle-weight {
5   float: right;
6   margin: 1px 2px 1px 10px;
7 }
8 .tabledrag-changed-warning {
9   margin: 0;
10   overflow: hidden;
11 }
12 .tabledrag-handle {
13   color: $gray-light;
14   cursor: move;
15   float: left;
16   font-size: 125%;
17   line-height: 1;
18   margin: -10px 0 0 -10px;
19   padding: 10px;
20   &:hover, &:focus {
21     color: $brand-primary;
22   }
23 }
24 .indentation {
25   float: left; /* LTR */
26   height: 1.7em;
27   margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
28   padding: 0.42em 0 0.42em 0.6em; /* LTR */
29   width: 20px;
30   [dir="rtl"] & {
31     float: right;
32     margin: -0.4em -0.4em -0.4em 0.2em;
33     padding: 0.42em 0.6em 0.42em 0;
34   }
35 }