-
Notifications
You must be signed in to change notification settings - Fork 1
/
customcss.css
91 lines (70 loc) · 1.16 KB
/
customcss.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
html, body, #cesiumContainer {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
#toolbar {
position: absolute;
top: 5px;
left: 4px;
}
.width_100 {
width: 100%
}
.height_30{
height: 30px;
}
.ui-datepicker.ui-datepicker-inline {
width: 100% !important;
}
.minWidth_240 {
min-width: 240px;
}
.minWidth_70 {
min-width: 70px;
}
.minWidth_90 {
min-width: 90px;
}
.minHeight_40{
min-height: 40px;
}
.minHeight_30{
min-height: 40px;
}
.timePicker {
border: 1px solid rgb(170,170,170);
}
.colorSize {
width: 210px;
}
.color_white {
color:white !important
}
.alert-success_dialog {
color: #ffffff !important;
background-color: #094BAB !important;
border-color: #094BAB !important;
}
.alert-danger_dialog {
color: #FFFFFF !important;
background-color: #AB1414 !important;
border-color: #AB1414 !important;
}
.alert-warning_dialog {
color: #FFFFFF !important;
background-color: #AB5D0D !important;
border-color: #AB5D0D !important;
}
.checkbox{
margin-top: 7px;
}
.buttonToolbar{
max-height: 32px;
font-size: 13px;
}
.about{
margin-top: -1px;
}