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:
authorMaxence Lange <maxence@artificial-owl.com>2018-01-11 12:13:52 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-01-11 12:13:52 +0300
commit66eda77ae7cc2852df034b9a5b81aab9d2522f02 (patch)
treee067fcf3499094a47556fbe3230917d44dc408ac /css
parentd2851ff833c4adf4a821ff776036c54bd05478b2 (diff)
admin interface
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'css')
-rw-r--r--css/admin.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/css/admin.css b/css/admin.css
index 1131506..1163c04 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -27,7 +27,13 @@ EM {
}
.div-table-col-left {
- width: 500px;
+ width: 350px;
+ margin-right: 35px;
+ text-align: right;
+}
+
+.hsub {
+ margin-left: 20px;
}
SELECT, INPUT {