-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSite.css
85 lines (66 loc) · 1.53 KB
/
Site.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
/* Set padding to keep content from hitting the edges */
.body-content {
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
.top-header {
width: 100%;
background-color: #dbdbdb;
padding: 12px 20px;
border-radius: 10px;
display: inline-block;
margin-bottom: 15px;
}
.top-header a {
float: right;
}
.top-header .top-header-title {
font-size: 18px;
font-weight: 700;
}
.top-header .head-txt {
font-size: 21px
}
.my-table {
border-collapse: collapse;
}
.my-table .actions {
width: 20%;
}
.my-table thead {
background-color: lightgray;
color; #fff;
}
.my-table thead tr {
}
.my-table thead tr th {
}
.my-table tbody {
}
.my-table tbody tr {
}
.my-table tbody tr td {
}
.my-table thead tr th,
.my-table tbody tr td {
border: solid 1px #000;
padding: 10px;
}
.Active{
background-color : red;
color : black;
font-weight : bold;
}