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

github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-03-09 17:37:20 +0300
committerJoas Schilling <coding@schilljs.com>2017-03-09 17:37:20 +0300
commitac797ec57ddd71cd84b47e2b3741e94d8c94ed91 (patch)
tree2d9ad2c168587c14e1a760bdd66cd69cc62614ec /css
parentf5b9daa01550a5a46f088ba7af8c4a4efee57c86 (diff)
Move displaying to a controller
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/style.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/css/style.css b/css/style.css
index bbf8b2e..c2af138 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,14 +1,17 @@
-/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- /
-/* vim: set shiftwidth=4 tabstop=8 autoindent cindent expandtab: */
-
.site_url {
- width: 250px;
+ width: 250px;
}
.delete_button {
- display: none;
+ display: none;
}
.external_sites {
- width: 470px;
+ width: 470px;
+}
+
+#ifm {
+ display: block;
+ width: 100%;
+ height: 100%;
}