-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathui-elements.css
158 lines (146 loc) · 2.88 KB
/
ui-elements.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
#pad-wrapper .title {
margin-bottom: 30px;
}
#pad-wrapper .section {
margin-bottom: 40px;
}
#pad-wrapper .section a.btn-flat,
#pad-wrapper .section a.btn-glow {
margin-right: 5px;
}
#pad-wrapper .section.btns a.btn-glow,
#pad-wrapper .section.btns a.btn-flat {
margin-bottom: 12px;
}
#pad-wrapper .section code {
margin-right: 25px;
}
#pad-wrapper .section .btn-group i {
color: rgb(125, 136, 146);
}
#pad-wrapper .section .btn-group.audio i{
color: #96a9b8;
font-size: 12px;
}
#pad-wrapper .ctrls {
margin-bottom: 20px;
}
#pad-wrapper .ctrls .btn-glow {
margin-right: 8px;
}
#pad-wrapper .ctrls .btn-flat.icon {
margin-right: 8px;
}
#pad-wrapper .ctrls .btn-group.settings {
margin-left: 20px;
}
#pad-wrapper .ctrls .btn-group.settings i {
font-size: 13px;
color: #444;
}
#pad-wrapper .ctrls .slider-frame {
margin-right: 10px;
}
#pad-wrapper .ctrls .pagination {
margin: 5px 0px;
}
#pad-wrapper .ctrls .pagination.inverse {
margin-left: 25px;
}
#pad-wrapper .ctrls h4 {
margin: 20px 0px 20px 0px;
}
#pad-wrapper .sliders .slider {
margin-bottom: 20px;
}
/* separator */
#pad-wrapper .separator {
border-top: 1px solid #edeff1;
margin-top: 100px;
padding-top: 45px;
box-shadow: inset 0px 3px 4px -1px #fafafa;
}
/* pop dialogs specific styles */
#pad-wrapper .section.dialogs h4 {
margin-bottom: 30px;
}
/* for menu dialog sample */
.pop-dialog .menu {
width: 200px;
margin: 5px -10px 0px -10px;
}
.pop-dialog .menu .item {
display: block;
padding: 5px 0px 5px 20px;
font-weight: 600;
color: #333;
text-decoration: none;
margin-bottom: 5px;
}
.pop-dialog .menu .item:hover {
background-color: #30a1ec;
color: #fff;
}
.pop-dialog .menu .footer {
border-top: 1px solid #e6e8e9;
background-color: #eff4f7;
margin: 15px 0px -10px 0px;
border-radius: 0px 0px 5px 5px;
padding: 12px 20px;
}
.pop-dialog .menu .footer .logout {
font-weight: 600;
color: #7d91a8;
}
/* styles for settings dialog sample */
.pop-dialog.full {
width: 100%;
}
.pop-dialog .settings {
width: auto;
margin: 5px -10px 0px -10px;
position: relative;
}
.pop-dialog .settings .close-icon {
text-decoration: none;
position: absolute;
top: -18px;
right: 10px;
}
.pop-dialog .settings .icon-remove-sign {
font-size: 15px;
color: #95a8b7;
cursor: pointer;
}
.pop-dialog .settings .items {
margin-top: 15px;
}
.pop-dialog .settings .item {
display: block;
padding: 7px 0px 7px 20px;
color: #333;
font-size: 13px;
font-weight: 600;
border-top: 1px solid #e6e8e9;
}
.pop-dialog .settings .item:hover {
color: rgb(97, 135, 192);
}
.pop-dialog .settings .item .check {
float: right;
margin-right: 30px;
}
.pop-dialog .settings .items .item:first-child {
border-top: 0px;
}
.pop-dialog .settings .item .icon-reorder {
color: #d9e4ee;
font-size: 18px;
margin-right: 13px;
}
@media (min-width: 768px) and (max-width: 979px) {
#pad-wrapper .section.dialogs > .span4 {
width: 100%;
margin-bottom: 30px;
}
}