|
|
@ -42,11 +42,6 @@ tr.table_sale_head th { |
|
|
|
font-size: 18px; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
ul.dropdown-menu.show { |
|
|
|
height: 40px; |
|
|
|
background-color: #eeeeee; |
|
|
|
width: 200px; |
|
|
|
} |
|
|
|
ul.dropdown-menu.show li { |
|
|
|
margin-left: 10px; |
|
|
|
} |
|
|
@ -54,3 +49,10 @@ ul.dropdown-menu.show li { |
|
|
|
ul.dropdown-menu.show a{ |
|
|
|
color: #221c1c; |
|
|
|
} |
|
|
|
.table_view_sr { |
|
|
|
overflow-y: overlay; |
|
|
|
position: relative; |
|
|
|
height: 800px; |
|
|
|
max-width: 100%; |
|
|
|
|
|
|
|
} |