added new restriction and fixed button dowload
This commit is contained in:
@@ -125,6 +125,10 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.barNavigation li{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.barNavigation ul {
|
||||
position: absolute;
|
||||
background-color: #f4f5f7;
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
border-radius: 0 0 4px 4px;
|
||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
|
||||
overflow: hidden;
|
||||
min-height: 243px;
|
||||
}
|
||||
|
||||
table {
|
||||
@@ -71,7 +72,7 @@ thead th {
|
||||
color: #fff;
|
||||
text-align: left;
|
||||
padding: 14px;
|
||||
font-size: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
@@ -85,7 +86,7 @@ thead th {
|
||||
tbody td {
|
||||
padding: 12px 14px;
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
font-size: 15px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
|
||||
Reference in New Issue
Block a user