# HG changeset patch # User Matti Hamalainen # Date 1386252977 -7200 # Node ID 9c60412228e9a6f9692131ab1b375e8ca6830ddf # Parent d454f7eebddd51da0ada83c074db38a14ded0654 Moar. diff -r d454f7eebddd -r 9c60412228e9 admajax.php --- 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 - "

Current compo:
".$strCompo."

\n". - "

Current entry:
".$strCurrEntry."

\n". - "

Previous entry:
".$strPrevEntry."

\n"; + "
Current compo:
".$strCompo."
\n". + "
Current entry:
".$strCurrEntry."
\n". + "
Previous entry:
".$strPrevEntry."
\n"; } diff -r d454f7eebddd -r 9c60412228e9 admin.css --- 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 {