forked from clu3/bootstro.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstro.css
More file actions
48 lines (44 loc) · 716 Bytes
/
bootstro.css
File metadata and controls
48 lines (44 loc) · 716 Bytes
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.bootstro-next-btn
{
float:right;
}
.bootstro-prev-btn
{
float:left;
}
.bootstro-backdrop
{
opacity: 0.5;
background-color: #000000;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1;
filter: alpha(opacity=50);
}
.bootstro-highlight
{
z-index: 9999;
position: relative;
border: 1px solid white;
background-color: white;
}
.bootstro-finish-btn-wrapper
{
/*border-top:1px solid #eee;*/
padding-top:10px;
text-align:center;
clear:both;
}
.bootstro-nav-wrapper
{
margin-top:10px;
}
.bootstro-nav-wrapper button, .bootstro-finish-btn-wrapper button
{
font-size:12px !important;
padding : 3px 5px 3px 5px !important;
font-weight:bold;
}