equal
deleted
inserted
replaced
|
1 /**************************************************************** |
|
2 Docking Boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE |
|
3 *****************************************************************/ |
|
4 .dbx-clone { |
|
5 position:absolute; |
|
6 visibility:hidden; |
|
7 } |
|
8 .dbx-clone, .dbx-clone .dbx-handle-cursor { |
|
9 cursor:move !important; |
|
10 } |
|
11 .dbx-dummy { |
|
12 display:block; |
|
13 width:0; |
|
14 height:0; |
|
15 overflow:hidden; |
|
16 } |
|
17 .dbx-group, .dbx-box, .dbx-handle { |
|
18 position:relative; |
|
19 display:block; |
|
20 } |
|
21 |
|
22 |
|
23 |
|
24 /**************************************************************** |
|
25 avoid padding, margins or borders on dbx-box, |
|
26 to reduce visual discrepancies between it and the clone. |
|
27 overall, dbx-box is best left as visually unstyled as possible |
|
28 *****************************************************************/ |
|
29 .dbx-box { |
|
30 margin:0; |
|
31 padding:0; |
|
32 border:none; |
|
33 } |
|
34 |