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-06-28 11:30:29 +0300
committerJoas Schilling <coding@schilljs.com>2017-09-28 13:27:53 +0300
commit899f94c47051d2f233c8597792c2fd2a68b8547d (patch)
treee1fc33b9161145c6b8d7ef42600602051cb3e912 /css
parent8eafce4c7b627d778cee1ad8bfd6eff949632245 (diff)
Temp UI
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 389ef4c..4423622 100644
--- a/css/style.css
+++ b/css/style.css
@@ -48,6 +48,18 @@
padding: 0 10px;
}
+#external ul.icon-list img {
+ padding: 5px;
+ border-radius: 5px;
+ width: 32px;
+ background: #efefef;
+ vertical-align: middle;
+}
+
+#external ul.icon-list span {
+ padding-left: 10px;
+}
+
#loading_sites {
width: 512px;
}