Modifications for module installer in openemr.
[openemr.git] / interface / modules / zend_modules / public / css / slider / css / slide.css
blob82ca08c7cb1d4edeba20e85a6ba84b60e7e7135c
1 /*
2 Name: Sliding encounteredit Panel with jQuery 1.3.2
3 Author: Jeremie Tisseau
4 Author URI: http://web-kreation.com/
5 Date: March 26, 2009
6 Version: 1.0
8 Copyright 2009 Jeremie Tisseau
9 "Sliding encounteredit Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
10 http://www.gnu.org/licenses/gpl-3.0.html
13 /***** clearfix *****/
14 .clear {clear: both;height: 0;line-height: 0;}
15 .clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
16 .clearfix {display: inline-block;}
17 /* Hides from IE-mac \*/
18 * html .clearfix {height: 1%;}
19 .clearfix {display: block;}
20 /* End hide from IE-mac */
21 .clearfix {height: 1%;}
22 .clearfix {display: block;}
24 /* Panel slidetab/button */
25 .slidetab {
26 /* background: url(../images/tab_b.png) repeat-x 0 0 !important; */
27 background: url(../images/tab_b.png) repeat-x 0 0 !important;
28 height: 42px;
29 position: relative;
30 top: 0;
31 z-index: 999;
32 width: 95.9% !important;
35 .slidetab ul.encounteredit {
36 display: block;
37 position: relative;
38 float: right;
39 clear: right;
40 height: 42px;
41 width: auto;
42 font-weight: bold;
43 line-height: 42px;
44 margin: 0;
45 right: 150px;
46 color: white;
47 font-size: 80%;
48 text-align: center;
51 .slidetab ul.encounteredit li.left {
52 /* background: url(../images/tab_l.png) no-repeat left 0; */
53 background: url(../images/WidgetHandLeft.png) no-repeat left 0;
54 height: 42px;
55 width: 30px;
56 padding: 0;
57 margin: 0;
58 display: block;
59 float: left;
62 .slidetab ul.encounteredit li.right {
63 /* background: url(../images/tab_r.png) no-repeat left 0; */
64 background: url(../images/WidgetHandRight.png) no-repeat left 0;
65 height: 42px;
66 width: 30px;
67 padding: 0;
68 margin: 0;
69 display: block;
70 float: left;
73 .slidetab ul.encounteredit li {
74 text-align: left;
75 padding: 0 6px;
76 display: block;
77 float: left;
78 height: 42px;
79 /* background: url(../images/tab_m.png) repeat-x 0 0; */
80 background: url(../images/WidgetHandMiddle.png) repeat-x 0 0;
83 .slidetab ul.encounteredit li a {
84 color: #15ADFF;
87 .slidetab ul.encounteredit li a:hover {
88 color: white;
91 .slidetab .sep {color:#414141}
93 .slidetab a.open, .slidetab a.close {
94 height: 20px;
95 line-height: 20px !important;
96 padding-left: 30px !important;
97 cursor: pointer;
98 display: block;
99 width: 100px;
100 position: relative;
101 top: 11px;
104 /*.slidetab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
105 .slidetab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
106 .slidetab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
107 .slidetab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}
109 /* sliding panel */
110 #toppanel {
111 position: absolute; /*Panel will overlap content */
112 /*position: relative;*/ /*Panel will "push" the content down */
113 top: 0;
114 width: 99%;
115 z-index: 999;
116 text-align: center;
117 margin-left: auto;
118 margin-right: auto;
121 #panel {
122 width: 95%;
123 /* height: 290px; */
124 color: #999999;
125 background: #b7d2ff;/*#272727;*/
126 overflow: hidden;
127 position: relative;
128 z-index: 3;
129 display: none;
130 /* border:5px solid #0068a4; */
131 border-top:5px solid #0068a4;
132 border-right:5px solid #0068a4;
133 border-left:5px solid #0068a4;
136 #panel h1 {
137 font-size: 1.6em;
138 padding: 5px 0 10px;
139 margin: 0;
140 color: white;
143 #panel h2{
144 font-size: 1.2em;
145 padding: 10px 0 5px;
146 margin: 0;
147 color: white;
150 #panel p {
151 margin: 5px 0;
152 padding: 0;
155 #panel a {
156 text-decoration: none;
157 color: #15ADFF;
160 #panel a:hover {
161 color: white;
164 #panel a-lost-pwd {
165 display: block;
166 float: left;
169 #panel .content {
170 width: 95%;
171 margin: 0 auto;
172 padding-top: 15px;
173 text-align: left;
174 font-size: 0.85em;
177 #panel .content .left {
178 width: 280px;
179 float: left;
180 padding: 0 15px;
181 border-left: 1px solid #333;
184 #panel .content .right {
185 border-right: 1px solid #333;
188 #panel .content form {
189 margin: 0 0 10px 0;
192 #panel .content label {
193 float: left;
194 padding-top: 8px;
195 clear: both;
196 width: 280px;
197 display: block;
200 #panel .content input.field {
201 border: 1px #1A1A1A solid;
202 background: #414141;
203 margin-right: 5px;
204 margin-top: 4px;
205 width: 200px;
206 color: white;
207 height: 16px;
210 #panel .content input:focus.field {
211 background: #545454;
214 /* BUTTONS */
215 /* encounteredit buttons */
216 #panel .content input.bt_login,
217 #panel .content input.bt_register {
218 display: block;
219 float: left;
220 clear: left;
221 height: 24px;
222 text-align: center;
223 cursor: pointer;
224 border: none;
225 font-weight: bold;
226 margin: 10px 0;
229 #panel .content input.bt_login {
230 width: 74px;
231 background: transparent url(../images/bt_login.png) no-repeat 0 0;
234 #panel .content input.bt_register {
235 width: 94px;
236 color: white;
237 background: transparent url(../images/bt_register.png) no-repeat 0 0;
240 #panel .lost-pwd {
241 display: block;
242 float:left;
243 clear: right;
244 padding: 15px 5px 0;
245 font-size: 0.95em;
246 text-decoration: underline;