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:
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