Feat(SQL, UI): Button Icons page, Command Button Links page created with get and set functionality.
This commit is contained in:
5
static/css/pages/dog/button_icons.css
Normal file
5
static/css/pages/dog/button_icons.css
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
#tableMain tbody > div {
|
||||
width: 49vh;
|
||||
}
|
||||
42
static/css/pages/dog/command_button_links.css
Normal file
42
static/css/pages/dog/command_button_links.css
Normal file
@@ -0,0 +1,42 @@
|
||||
|
||||
/*
|
||||
#formFilters .container-input.filter.active_only {
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
#tableMain tbody > div {
|
||||
width: 113vh;
|
||||
}
|
||||
|
||||
/*
|
||||
#tableMain tbody tr td table thead tr th.id_variation_type,
|
||||
#tableMain tbody tr td table tbody tr td.id_variation_type,
|
||||
#tableMain tbody tr td table thead tr th.id_variation,
|
||||
#tableMain tbody tr td table tbody tr td.id_variation {
|
||||
width: 47.5%;
|
||||
}
|
||||
*/
|
||||
#tableMain tbody tr td table thead tr th.button_shape,
|
||||
#tableMain tbody tr td table tbody tr td.button_shape,
|
||||
#tableMain tbody tr td table thead tr th.colour,
|
||||
#tableMain tbody tr td table tbody tr td.colour,
|
||||
#tableMain tbody tr td table thead tr th.button_icon,
|
||||
#tableMain tbody tr td table tbody tr td.button_icon {
|
||||
width: 12vh;
|
||||
max-width: 12vh;
|
||||
}
|
||||
|
||||
/*
|
||||
select.id_variation, select.id_variation_type {
|
||||
max-width: 40% !important;
|
||||
}
|
||||
*/
|
||||
|
||||
@media screen and (max-width: 850px) {
|
||||
#formFilters input,
|
||||
#formFilters select {
|
||||
width: 12vh;
|
||||
min-width: 12vh;
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
|
||||
#tableMain tbody > div {
|
||||
width: 99vh;
|
||||
width: 49vh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user