forked from jquery-ui-bootstrap/jquery-ui-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.css
102 lines (84 loc) · 1.23 KB
/
demo.css
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
.demoHeaders {
margin-top: 1.5em;
margin-bottom: 1em;
}
#dialog_link,#modal_link {
padding: .4em 1em .4em 20px;
text-decoration: none;
position: relative;
}
#dialog_link span.ui-icon, #modal_link span.ui-icon {
margin: 0 5px 0 0;
position: absolute;
left: .2em;
top: 50%;
margin-top: -8px;
}
ul#icons {
margin: 0;
padding: 0;
}
ul#icons li {
margin: 2px;
position: relative;
padding: 4px 0;
cursor: pointer;
float: left;
list-style: none;
}
ul#icons span.ui-icon {
float: left;
margin: 0 4px;
}
#buttons button {
float: left;
margin-right: 4px;
}
#components {
margin: 2em 0 1em;
width: 900px;
margin: 0 auto;
padding: 50px;
}
#dialog2 label, #dialog2 input {
display: block;
}
#dialog2 label {
margin-top: 0.5em;
}
#dialog2 input, #dialog2 textarea {
width: 95%;
}
#tabs2 {
margin-top: 1em;
}
#tabs2 li .ui-icon-close {
float: left;
margin: 0.4em 0.2em 0 0;
cursor: pointer;
}
#add_tab {
cursor: pointer;
}
.span10 {
width: 500px;
margin-right: 10px;
}
.span4 {
width: 290px;
}
.ui-widget-overlay {
width: 500px;
}
.alert-message p{
line-height:18px;
margin-bottom:18px;
}
input[type="text"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input{
width: 210px;
height: 18px;
}