-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathApp.css
More file actions
95 lines (88 loc) · 1.99 KB
/
Copy pathApp.css
File metadata and controls
95 lines (88 loc) · 1.99 KB
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
html, body{
height: 100%;
background-color: rgb(242, 244, 246);
}
.container-fluid{
background-color: rgb(242, 244, 246);
}
.top {
padding-top: 50px;
}
.row.no-gutter {
margin-left: 0;
margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
padding-right: 0;
padding-left: 0;
}
.row > div {
}
.form-control {
border: 1px solid #dadada;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control {
display: block;
width: 100%;
height: 31px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
color: #eee;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control-feedback {
position: absolute;
top: 3px;
right: 152px;
z-index: 2;
width: 31px;
height: 31px;
line-height: 31px;
text-align: center;
}
.wid-panel {
height: 160px;
background-color: #FFF;
margin: 15px;
}
.search {
margin-left: 15px;
width:19em;
}
.wid-sub-1 {
height: 65%;
background-color: rgba(163, 202, 241, 0.3);
}
.wid-sub-2 {
height: 35%;
white-space: normal;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
height: 32px;
font-size: 10px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #5e6871;
margin-left: 14px;
margin-top: 1em;
}