-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_styling.css
78 lines (61 loc) · 945 Bytes
/
ui_styling.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
.menu_list {
height: 90%;
}
.date_list {
height: 40%;
}
.user_list{
height: 80%;
}
.user_list-label{
}
.button_and_list{
height: 70%;
}
.button_and_list-label{
margin-top:7%;
}
.list{
}
.list-label{
margin-top:7%;
}
.required-label {
color: red;
}
.required{
}
.required-picture-gallery-label{
color: red;
}
.input-field{
}
.input-field-label{
margin-top:7%;
}
.read-only {
background-color: #EEEEEE;
}
.read-only-label{
}
.half-line {
height: 60px;
}
.faims-blue {
background-color: #33b5e5;
border-color: #26a0cd;
color: white;
margin-top:5%;
margin-bottom:20%;
border- border-radius:10%;
}
.faims-danger {
background-color: #d9534f;
border-color: #be3e3a;
color: white;
}
.faims-success {
background-color: #45b845;
border-color: #38a538;
color: white;
}