-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtable.css
149 lines (147 loc) · 2.81 KB
/
table.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
html {
height: 100%;
}
body{
height: 100%;
margin: 0px auto;
padding: 0px;
background-color: #fff;
text-align:left;
}
.navbar{
position: relative;
display:flex;
align-items: center;
padding: 5px 10px;
height: 55px;
border-radius: 0 !important
}
.bg-dark{
background-color:#343a40!important
}
.navbar-expand{
width: 100%;
flex-flow:row nowrap;
justify-content:flex-start
}
.navbar span{
color:#fff;
font-size: 20px;
margin-left: 20px;
margin-right: 10px;
}
.navbar button{
align-self: center;
float: right;
}
#wrapper{
height: 100%;
display: flex;
margin-top: -20px;
}
.navbar-nav{
width: 225px !important;
background-color:#212529;
}
ul{
margin-top: 0;
}
#wrapper #content-wrapper{
overflow-x: hidden;
width:100%;
padding-top: 10px;
padding-bottom: 80px;
}
.navbar-nav .nav-item.active .nav-link{
color: #fff
}
.container-fluid .breadcrumb{
background-color: #e9ecef;
padding:15px 10px;
}
.card{
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: 5
}
.mb-3{
margin-bottom: 10px;
}
.card-header{
padding: 15px 15px;
background-color: rgba(0,0,0,.03);
border-bottom: 1px solid rgba(0,0,0,.125)
}
.card-header:first-child{
border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-body{
width: 100%;
flex:1;
padding: 15px 30px;
display: block;
overflow: auto;
}
.card-body .unitPrice{
padding-left: 0;
min-height: 40px;
}
.card-body .unitPrice span{
font-size: 16px;
color: #212529;
}
.card-body .unitPrice input{
width: 60px;
min-height: 30px;
text-align: center
}
#table{
width: 100%;
}
#table thead tr th{
width: 100%;
text-align: center;
font-size: 16px;
font-weight: 700;
border-bottom: 2px solid #e9ecef;
color: #333;
}
#table>tbody>tr>td{
padding: 0px;
min-height: 80px;
}
#table>tbody>tr>td>input,#table>tbody>tr>td>button{
height: 35px;
margin: 15px 20px;
}
#table tbody .category-table{
height: 100%;
margin-bottom: 0px;
}
#table tbody .category-table>tbody>tr>td{
padding: 0;
height: 50px;
border-top: 0
}
#table tbody .category-table>tbody>tr>td>input,#table tbody .category-table>tbody>tr>td>button{
height: 35px;
margin: 14px 15px;
}
#table tbody .category-table>tbody>tr>td>.module-table{
margin-top: 0px;
margin-bottom: 0px;
}
#module-td{
margin: 5px 7px;
height: 35px;
}
.previewstyle {
border:none;
background: #fff;
}