diff --git a/src/web/static/css/survey.css b/src/web/static/css/survey.css index 927a21a..70b402a 100644 --- a/src/web/static/css/survey.css +++ b/src/web/static/css/survey.css @@ -146,8 +146,9 @@ cursor: pointer; #panel-controls { position: relative; -width: 180px; +width: 170px; padding: 5px; +margin: 5px; border-radius: 5px; border: 1px solid #888a85; box-shadow: 0 1px 4px gray inset; diff --git a/src/web/templates/error.html b/src/web/templates/error.html index 9997c6a..74cb578 100644 --- a/src/web/templates/error.html +++ b/src/web/templates/error.html @@ -1,7 +1,7 @@ $def with (error_msgs) $var title: Error $var mod = 'error'; -$var cssfiles: static/css/facebox.css +$var cssfiles: static/css/facebox.css static/css/facebox.css static/css/survey.css $var jsfiles: static/js/facebox.js diff --git a/src/web/templates/error_survey.html b/src/web/templates/error_survey.html index 313b22e..0fc508d 100644 --- a/src/web/templates/error_survey.html +++ b/src/web/templates/error_survey.html @@ -1,6 +1,6 @@ $var title: Error $var mod = 'error'; -$var cssfiles: static/css/facebox.css +$var cssfiles: static/css/facebox.css static/css/facebox.css static/css/survey.css $var jsfiles: static/js/facebox.js diff --git a/src/web/templates/survey.html b/src/web/templates/survey.html index d5bc8ef..2e81068 100644 --- a/src/web/templates/survey.html +++ b/src/web/templates/survey.html @@ -68,11 +68,18 @@ $for pkg in pkg_details: