changed git call from https to git readonly
[atutor.git] / mods / photo_album / fluid / component-templates / js / jquery.ui-1.0 / themes / dark / dark.modal.css
1 .dark .ui-modal .top.pane,
2 .dark.ui-modal .top.pane {
3   position: relative;
4   cursor:move;
5 }
6
7 .dark .ui-modal .top.pane .ui-modal-title-bar,
8 .dark.ui-modal .top.pane .ui-modal-title-bar {
9   background:#333;
10   color:snow;
11   padding:2px 4px;
12   border-bottom:1px solid #333;
13   font-weight:bold;
14   font-size:1.1em;
15 }
16
17 .dark .ui-modal .top.pane .ui-modal-buttons-right,
18 .dark.ui-modal .top.pane .ui-modal-buttons-right {
19   position: absolute;
20   right: 5px;
21 }
22
23 .dark .ui-modal .top.pane .ui-modal-button-close,
24 .dark.ui-modal .top.pane .ui-modal-button-close {
25   font:10pt Verdana;
26   font-weight:bold;
27   color:snow;
28   cursor:pointer;
29 }
30
31 .dark .ui-modal .middle.pane,
32 .dark.ui-modal .middle.pane {
33   position:relative;
34   height: 100%;
35   background:#222;
36   padding-top:4px;
37 }
38 .dark .ui-modal .middle.pane .center.pane,
39 .dark.ui-modal .middle.pane .center.pane{
40   position:relative;
41   overflow: auto;
42   height: 100%;
43   margin:0 4px;
44   background:#111;
45   color:snow;
46 }
47 .dark .ui-modal.noOverflow .middle.pane .center.pane,
48 .dark.ui-modal.noOverflow .middle.pane .center.pane{
49   overflow: visible;
50 }
51
52 .dark .ui-modal .middle.pane .left.pane,
53 .dark.ui-modal .middle.pane .left.pane {
54   position: absolute;
55   top: 0px;
56   left: 0px;
57   border-left:1px solid #333;
58   height:100%;
59   width: 2px;
60 }
61
62 .dark .ui-modal .middle.pane .right.pane,
63 .dark.ui-modal .middle.pane .right.pane {
64   position: absolute;
65   top: 0px;
66   right: 0px;
67   border-right:1px solid #333;
68   height:100%;
69   width: 2px;
70   cursor:e-resize;
71 }
72
73 .dark .ui-modal .bottom.pane,
74 .dark.ui-modal .bottom.pane {
75   position: relative;
76   height:3px;
77   background:#222;
78   border:1px solid #333;
79   border-top:none;
80   cursor:s-resize;
81 }
82
83
84 .dark .ui-modal .bottom.pane .ui-modal-resize-se,
85 .dark.ui-modal .bottom.pane .ui-modal-resize-se {
86   position: absolute;
87   bottom:-1px;
88   right:-1px;
89   height:4px;
90   width:4px;
91   cursor:se-resize;
92 }
93