diff --git a/web/css/basic.css b/web/css/basic.css index e979bf27ac47a3200134a65098e52618d4b17607..3a0c1402363c028e7c2c1e56544e9ca873bf092b 100644 --- a/web/css/basic.css +++ b/web/css/basic.css @@ -153,6 +153,11 @@ a { } +.c-border { + border: 2px solid black!important; +} + + .alert-box:before, .alert-box:after { content: ""; diff --git a/web/history/view.php b/web/history/view.php index 2f93b12bdfcc248e3a3b290f438152eb5a057a44..df212c1d55afd2bc1ed9ff97f8609d915218a963 100644 --- a/web/history/view.php +++ b/web/history/view.php @@ -40,7 +40,7 @@ class historyView { $resultHTML = '
- +
'.$data['itemName'].'
@@ -67,7 +67,7 @@ class historyView { $resultHTML = '
- +
'.$data['itemName'].'
diff --git a/web/profile/view.php b/web/profile/view.php index e08dc0f2cd49f4f96579a3b90f3ae99d1a190ccc..802c545f56d28c27b9269ccc532da3cdf692ff4f 100644 --- a/web/profile/view.php +++ b/web/profile/view.php @@ -20,7 +20,7 @@ function viewProfile (array $params) {
-
+
Your browser does not support SVG