-
Notifications
You must be signed in to change notification settings - Fork 2
/
secrdesignstyle.css
117 lines (100 loc) · 1.51 KB
/
secrdesignstyle.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
.help-block{
font-size: 9pt;
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{
font-size: 12px;
color: blue;
width:20%;
max-width:20%;
position: fixed;
left: calc(80%);
top: calc(95%);
}
#GAprint{
color: blue;
font-size: 10px;
height:30px;
margin-left: 20px;
margin-right: 20px;
}
#GAmsgprint{
color: red;
font-size: 10px;
height:22px;
margin-left: 10px;
margin-right: 10px;
}
.mypanel{
margin-top:8px;
margin-bottom:10px;
margin-left:5px;
padding-top:10px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 12px;
border: 5px solid gray;
border-width: thin;
}
.checkbox{
padding-top:1px;
padding-bottom:1px;
margin-top:1px;
margin-bottom:1px;
}
.action-button{
margin-left:6px;
background-color: CornSilk;
}
.shiny-input-container{
margin-left:6px;
margin-right:6px;
}
.number{
width:120px;
}