From 8356317d1da26ae25de7b58fa2282f2a8bb8106a Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Mon, 9 Nov 2015 11:45:46 -0700 Subject: [PATCH] Added simple notifications. Updated styling for word links. --- css/lexiconga.css | 4 ++++ css/styles.css | 12 ++++++++++++ index.php | 20 +++++++++++++++++++- notification.php | 0 4 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 notification.php diff --git a/css/lexiconga.css b/css/lexiconga.css index 92bea51..56a47b3 100644 --- a/css/lexiconga.css +++ b/css/lexiconga.css @@ -73,6 +73,10 @@ input, textarea, select, option, button { background: #efdfc0; } +#notificationArea { + background:#c0c088; +} + #dictionaryContainer { background: #bd7251; padding: 15px; diff --git a/css/styles.css b/css/styles.css index 17e5d07..9edfa2c 100644 --- a/css/styles.css +++ b/css/styles.css @@ -111,6 +111,15 @@ input[type=checkbox] { margin: 0 10px 0 0; } +#notificationArea { + text-align:center; + padding:10px; + border-radius:5px; + margin:0 auto; + width:50%; + min-width:200px; +} + #dictionaryContainer { margin: 15px 0 36px 15px; /* bottom margin must clear footer */ width: 60%; @@ -166,6 +175,9 @@ entry { .wordLink { text-decoration: none; float: right; + font-size: 13px; + padding: 2px; + line-height: 10px; } word { diff --git a/index.php b/index.php index c0b3ce4..a3431cd 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,7 @@ - + + @@ -25,6 +28,11 @@ + +
+ +
+