diff --git a/core/static/core/style.css b/core/static/core/style.css index 019eacfc..e3f4b725 100644 --- a/core/static/core/style.css +++ b/core/static/core/style.css @@ -160,6 +160,15 @@ tbody>tr:hover { float: right; padding: 10px; } +#products { + width: 90%; + margin: 0px auto; + overflow: auto; +} +#bar_ui { + float: left; + min-width: 57%; +} #user_info_container { } #user_info { @@ -277,3 +286,19 @@ label { #user_edit img { width: 100px; } +.form_button { + width: 150px; + height: 100px; + padding: 2px; + display: inline-block; + font-size: 0.8em; +} +.form_button strong { + font-weight: bold; + font-size: 1.2em; +} +.form_button button { + width: 100%; + height: 100%; + vertical-align: middle; +} diff --git a/counter/templates/counter/counter_click.jinja b/counter/templates/counter/counter_click.jinja index 33754691..5db6b197 100644 --- a/counter/templates/counter/counter_click.jinja +++ b/counter/templates/counter/counter_click.jinja @@ -3,15 +3,15 @@ {% macro add_product(id, content) %} -
{% endmacro %} {% macro del_product(id, content) %} -