mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Added not logged-in logic for transaction edit, also:
1). Added error spans for transaction edit 2). Removed some css from transaction.js 3). Added css for errors to transaction.css
This commit is contained in:
@@ -56,3 +56,18 @@ input[value=Save]:focus, input[value=Close]:focus {
|
||||
#range_slider {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
/* center error text by description when editing transactions */
|
||||
[name=description], #description_error {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* errors */
|
||||
#current_shop,
|
||||
#transaction_start_error,
|
||||
#sold_by_error, #sold_to_error,
|
||||
#description_error,
|
||||
#payment_error, #payment_type_error,
|
||||
#quantity_error {
|
||||
color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user