-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecrstyle.css
125 lines (106 loc) · 1.6 KB
/
secrstyle.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
.help-block{
font-size: 10pt;
color: teal;
}
h1 {
font-family: arial, 'sans-serif';
font-size: 18px;
font-weight: bold;
color: green;
}
h2 {
font-family: arial, 'sans-serif';
font-size: 14px;
font-weight: bold;
color: green;
}
h3 {
font-size: 14px;
font-weight: bold;
font-style: normal;
}
h4 {
font-size: 14px;
font-weight: normal;
}
label {
font-size: 12px;
font-weight: bold;
font-style: normal;
}
input[type=select] {
height: 25px;
width: 90px;
}
hr {
border-color: black;
}
p {
max-width: 700px;
}
table, th, td {
border: 1px solid black;
}
th, td {
padding: 5px;
}
tr {
max-height: 28px;
}
.shiny-notification{
color: blue;
font-size: 12px;
width: 20%;
height: 5%;
max-width: 20%;
position: fixed;
left: calc(84%);
top: calc(95%);
}
.action-button{
padding-top: 4px;
padding-bottom: 4px;
margin-top: 0;
margin-bottom: 0;
}
.mypanel{
margin-top: 5px;
margin-bottom: 10px;
padding-bottom: 5px;
}
#maskdetailPrint{
color: black;
font-size: 12px;
min-height: 20px;
max-height: 70px;
}
#animalIDPrint{
color:black;
margin-top: 5px;
font-size: 12px;
min-height: 20px;
max-height: 120px;
min-width: 80px;
max-width: 220px;
}
#resultsPrint{
color: blue;
font-size: 12px;
overflow-y: scroll;
min-height: 250px;
max-height: 655px; /* 270px; */
background: ghostwhite;
}
#codePrint{
color: blue;
font-size: 12px;
overflow-y: scroll;
min-height: 250px;
max-height: 320px;
background: ghostwhite;
}
#maskPrint{
color:blue;
font-size: 12px;
background: ghostwhite;
}