From 511237601efd20039a0fa8d959f51add913e3b97 Mon Sep 17 00:00:00 2001 From: Wibu Parah Date: Fri, 26 Oct 2018 00:41:33 +0700 Subject: [PATCH] adding border at image history page --- web/css/basic.css | 5 +++++ web/history/view.php | 4 ++-- web/profile/view.php | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/web/css/basic.css b/web/css/basic.css index e979bf2..3a0c140 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 2f93b12..df212c1 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 e08dc0f..802c545 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 -- GitLab