root / trunk / web / dojo / dojox / layout / resources / FloatingPane.css @ 12
History | View | Annotate | Download (3.82 KB)
1 | 9 | andrej.cim | .dojoxFloatingPane {
|
---|---|---|---|
2 | background-color:#fff; |
||
3 | position:relative; |
||
4 | border: 1px solid #dedede; |
||
5 | overflow: hidden; |
||
6 | -webkit-box-shadow: 0px 5px 10px #adadad; |
||
7 | } |
||
8 | .dojoxFloatingPaneFg {
|
||
9 | -webkit-box-shadow: 0px 8px 20px #525252; |
||
10 | } |
||
11 | .dojoxFloatingPaneTitle {
|
||
12 | background: #cccccc; |
||
13 | background:#fafafa repeat-x bottom left; |
||
14 | border:1px solid #bfbfbf; |
||
15 | padding:4px 4px 2px 4px; |
||
16 | cursor: pointer; |
||
17 | white-space: nowrap; |
||
18 | } |
||
19 | .soria .dojoxFloatingPaneTitle { |
||
20 | background:#fff url("../../../dijit/themes/soria/images/titleBar.png") repeat-x top left; |
||
21 | border:1px solid #b1badf; |
||
22 | font-size: 0.9em; |
||
23 | font-weight: bold; |
||
24 | line-height:1.2em; |
||
25 | } |
||
26 | .tundra .dojoxFloatingPaneTitle { |
||
27 | background:#fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left; |
||
28 | border:1px solid #bfbfbf; |
||
29 | color:#000; |
||
30 | } |
||
31 | .dojoxFloatingCloseIcon {
|
||
32 | background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center; |
||
33 | width:16px; |
||
34 | height:16px; |
||
35 | overflow:hidden; |
||
36 | float:right; |
||
37 | } |
||
38 | .dojoxFloatingMinimizeIcon {
|
||
39 | background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center; |
||
40 | width:7px; |
||
41 | margin: 0px 4px; |
||
42 | overflow:hidden; |
||
43 | float:right; |
||
44 | } |
||
45 | .soria .dojoxFloatingMinimizeIcon { |
||
46 | background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -15px top; |
||
47 | width: 14px; |
||
48 | margin: 0px 2px; |
||
49 | } |
||
50 | .floatingPaneMaximized .dojoxFloatingMaximizeIcon { display:none; } |
||
51 | .dojoxFloatingMaximizeIcon {
|
||
52 | background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat -21px center; |
||
53 | width:7px; |
||
54 | margin: 0px 4px; |
||
55 | overflow:hidden; |
||
56 | float:right; |
||
57 | } |
||
58 | .soria .dojoxFloatingMaximizeIcon { |
||
59 | background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top; |
||
60 | } |
||
61 | .floatingPaneMaximized .dojoxFloatingRestoreIcon { display:inline; } |
||
62 | .dojoxFloatingRestoreIcon {
|
||
63 | background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center; |
||
64 | width:7px; |
||
65 | margin: 0px 4px; |
||
66 | float:right; |
||
67 | display:none; |
||
68 | } |
||
69 | .dojoxFloatingResizeHandle {
|
||
70 | background:url('icons/resize.png') no-repeat bottom right; |
||
71 | position:absolute; |
||
72 | right:0; |
||
73 | bottom:0; |
||
74 | width:16px; |
||
75 | height:16px; |
||
76 | cursor:nw-resize; |
||
77 | } |
||
78 | .dojoxFloatingCloseIcon {
|
||
79 | width:15px; |
||
80 | height:15px; |
||
81 | overflow:hidden; |
||
82 | float:right; |
||
83 | cursor:pointer; |
||
84 | } |
||
85 | .soria .dojoxFloatingCloseIcon { |
||
86 | background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -60px top; |
||
87 | } |
||
88 | .tundra .dojoxFloatingCloseIcon { |
||
89 | background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center; |
||
90 | } |
||
91 | .dojoxFloatingDockDefault {
|
||
92 | position:absolute; |
||
93 | bottom:0px; |
||
94 | left:0px; |
||
95 | overflow:hidden; |
||
96 | margin:0; |
||
97 | margin-bottom:3px; |
||
98 | padding:0px; |
||
99 | width:100%; |
||
100 | z-index:99; |
||
101 | background:transparent; |
||
102 | |||
103 | } |
||
104 | .dojoxDockList {
|
||
105 | padding: 0px; |
||
106 | margin: 0px; |
||
107 | } |
||
108 | .dojoxDockRestoreButton {
|
||
109 | background:url('../../../dijit/themes/tundra/images/arrowUp.png') no-repeat center center; |
||
110 | width:16px; height:16px; |
||
111 | overflow:hidden; |
||
112 | float:left; |
||
113 | margin-top:2px; |
||
114 | } |
||
115 | .soria .dojoxDockRestoreButton { |
||
116 | background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top; |
||
117 | } |
||
118 | .dojoxDockTitleNode {
|
||
119 | overflow:hidden; |
||
120 | } |
||
121 | .dojoxDock {
|
||
122 | display: block; |
||
123 | border: 1px solid black; |
||
124 | position: absolute; |
||
125 | padding:0; |
||
126 | margin:0; |
||
127 | background:#fcfcfc; |
||
128 | } |
||
129 | .dojoxDockNode {
|
||
130 | border: 1px solid #adadad; |
||
131 | border-radius: 2px; |
||
132 | -webkit-border-radius: 2px; |
||
133 | -moz-border-radius: 3px; |
||
134 | cursor:pointer; |
||
135 | list-style: none; |
||
136 | padding: 2px; |
||
137 | margin: 0px; |
||
138 | height: 16px; |
||
139 | width: auto; |
||
140 | float: left; |
||
141 | background: #fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left; |
||
142 | } |
||
143 | .soria .dojoxDockNode { |
||
144 | background:#b7cdee url("../../../dijit/themes/soria/images/titleBar.png") repeat-x; |
||
145 | } |
||
146 | .dojoxFloatingPaneContent {
|
||
147 | overflow: auto; |
||
148 | background-color: #fff; |
||
149 | height: 100%; |
||
150 | width: 100%; |
||
151 | } |
||
152 | .dojoxFloatingPaneCanvas {
|
||
153 | background-color:#fff; |
||
154 | } |