changeset 405:9c60412228e9

Moar.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 16:16:17 +0200
parents d454f7eebddd
children 2bb206b4d358
files admajax.php admin.css
diffstat 2 files changed, 15 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Thu Dec 05 15:59:28 2013 +0200
+++ b/admajax.php	Thu Dec 05 16:16:17 2013 +0200
@@ -220,9 +220,9 @@
     $strCompo = $strCurrEntry = $strPrevEntry = "-";
 
   return
-    "  <p>Current compo:<br /><b>".$strCompo."</b></p>\n".
-    "  <p>Current entry:<br /><b>".$strCurrEntry."</b></p>\n".
-    "  <p>Previous entry:<br /><b>".$strPrevEntry."</b></p>\n";
+    "  <div>Current compo:<br /><b>".$strCompo."</b></div>\n".
+    "  <div>Current entry:<br /><b>".$strCurrEntry."</b></div>\n".
+    "  <div>Previous entry:<br /><b>".$strPrevEntry."</b></div>\n";
 }
 
 
--- a/admin.css	Thu Dec 05 15:59:28 2013 +0200
+++ b/admin.css	Thu Dec 05 16:16:17 2013 +0200
@@ -202,7 +202,19 @@
 div.ctrlDBox2 {
 	width: 20em;
 	border: 2pt solid #060;
+}
+
+#ctrlCurrEntryData {
+	background: black;
+	position: relative;
+	top: -1em;
+}
+
+#ctrlCurrEntryData div {
+	background: #020;
 	padding: 0.5em;
+	margin: 0.5em;
+	border-radius: 0.5em;
 }
 
 div.ctrlBox .selectBox {