From 8cafd4967655a996d0d2b71073f884e2f28cf6ac Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 31 May 2017 23:42:11 +0200 Subject: Optimizations and tiny design update for the admin template: + The form buttons for insert, update and delete are now having a corresponding background color (green, blue and red). + The information messages are now displayed within the
element and with a red background color around the text. --- template/admin/html/database.php | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'template/admin/html/database.php') diff --git a/template/admin/html/database.php b/template/admin/html/database.php index 69dce0a..319bf02 100644 --- a/template/admin/html/database.php +++ b/template/admin/html/database.php @@ -1,15 +1,19 @@

template('overview_database_text')?>

template('overview_database_desc')?>

- - -
- - - + +
+
    + +
  • + +
+
+ +
@@ -21,6 +25,6 @@
- +
\ No newline at end of file -- cgit v1.2.3