-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimple.css
More file actions
103 lines (87 loc) · 1.69 KB
/
Copy pathsimple.css
File metadata and controls
103 lines (87 loc) · 1.69 KB
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
div.main-content {
background: white;
margin: 15px 15px 0 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
table {
font-size: 14px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-collapse: separate;
width: 100%;
}
tr {
padding-top: 5px;
padding-bottom: 5px;
}
td {
padding-top: 5px;
padding-bottom: 5px;
}
table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
vertical-align: middle;
}
.button-toolbar {
padding-bottom: 10px;
}
.main-content {
padding: 10px;
border-top: 3px solid lightskyblue;
}
.bs-checkbox {
width: 36.8px;
}
.modal-dialog {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.modal-content {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: lightskyblue;
padding: 15px;
}
.modal-title {
font-weight: bold;
font-size: 16px;
}
.modal-small-title {
font-weight: bold;
font-size: 14px;
}
.modal-form {
border-top: 3px solid blue;
background-color: white;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-left: 10px;
padding-right: 10px;
}
.form-group>input,
.form-group>textarea {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
th {
width: 50px;
}
.fht-cell {
width: 36.8px;
}
.info {
padding-top: 5px;
text-decoration: underline;
}