Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authordaita <maxence@pontapreta.net>2016-09-30 14:28:16 +0300
committerdaita <maxence@pontapreta.net>2016-09-30 14:28:16 +0300
commit366ee59c10be7068384141d36a203b21a6cf2b61 (patch)
tree6ef15c8cafdb42f3f9489cff6f10b33b0119d637 /css
parent714983d17651f1ea59f1a8fff0dbb8faea08a2bc (diff)
display log of tests
Diffstat (limited to 'css')
-rw-r--r--css/admin.css23
1 files changed, 23 insertions, 0 deletions
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