From 366ee59c10be7068384141d36a203b21a6cf2b61 Mon Sep 17 00:00:00 2001 From: daita Date: Fri, 30 Sep 2016 10:28:16 -0100 Subject: display log of tests --- css/admin.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 css/admin.css (limited to 'css') diff --git a/css/admin.css b/css/admin.css new file mode 100644 index 0000000..5a629c4 --- /dev/null +++ b/css/admin.css @@ -0,0 +1,23 @@ +#nextant-display { + width: 400px; + height: 250px; + position: relative; +} + +DIV.nextant-display-line { + margin: 0 auto; + position: absolute; +} + +IMG.nextant_display_icon { + position: absolute; + width: 25px; + height: 25px; +} + +DIV.nextant_display_text { + top: 3px; + left: 40px; + position: absolute; + font-style: italic; +} \ No newline at end of file -- cgit v1.2.3