blob: dadc68a03b117d3331209a5a2a2cba7f3d24c1b8 (
plain)
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
|
.container-tablesize {
margin: auto 5%;
}
.btn-outline {
border-color: white;
}
.chosen-container-single .chosen-single {
background: #ffffff;
box-shadow: none;
-moz-box-sizing: border-box;
background-color: #FFFFFF;
border: 1px solid #CBD5DD;
border-radius: 2px;
cursor: text;
height: 25px;
margin: 0;
min-height: 30px;
overflow: hidden;
padding: 4px 12px;
position: relative;
width: 100%;
}
.selectize-input {
height: 30px;
width: 100px;
}
.myhr {
border:0.5px dashed #e7eaec;
border-top:1px;margin-bottom: 3px;
}
|