1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| /*
| * This file is part of Dorado 7.x (http://dorado7.bsdn.org).
| *
| * Copyright (c) 2002-2012 BSTEK Corp. All rights reserved.
| *
| * This file is dual-licensed under the AGPLv3 (http://www.gnu.org/licenses/agpl-3.0.html)
| * and BSDN commercial (http://www.bsdn.org/licenses) licenses.
| *
| * If you are unsure which license is appropriate for your use, please contact the sales department
| * at http://www.bstek.com/contact.
| */
| .d-anchor-layout {
| position: relative;
| }
| .d-dock-layout {
| position: relative;
| overflow: hidden;
| }
| .d-form-layout {
| table-layout: fixed;
| }
| .d-form-layout-region {
| height: 100%;
| }
| .d-hbox-layout {
| display: inline-block;
| text-align: left;
| }
|
|