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
diff options
context:
space:
mode:
Diffstat (limited to 'css/admin.css')
-rw-r--r--css/admin.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/css/admin.css b/css/admin.css
new file mode 100644
index 0000000..1c5a7dd
--- /dev/null
+++ b/css/admin.css
@@ -0,0 +1,39 @@
+
+.hidden {
+ display: none;
+}
+
+EM {
+ font-size: 12px;
+}
+
+.div-table {
+ display: table;
+ width: auto;
+ border-spacing: 5px;
+}
+
+.div-table-row {
+ display: table-row;
+ width: auto;
+ height: 65px;
+ clear: both;
+}
+
+.div-table-col {
+ float: left;
+ display: table-column;
+ width: 300px;
+}
+
+.div-table-col-left {
+ width: 500px;
+}
+
+SELECT, INPUT {
+ width: 350px;
+}
+
+INPUT.small {
+ width: 150px;
+} \ No newline at end of file