stock_movements_view.css 314 Bytes
Newer Older
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
.select_movement_area {
  margin-top: 25px;
}

.select_movement_element {
  display: inline-block;
  margin-right: 10px;
}

.main {
  margin-top: 25px;
}

.table_area {
  margin: auto;
  width: 50%;
  padding: 10px;
}

.select_movement_input {
  border-radius:5px;
}

.btn_export_movements {
  margin-top: 10px;
}