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-21 14:49:54 +0300
committerJoas Schilling <coding@schilljs.com>2017-03-21 14:56:22 +0300
commit22b73dc2d60ee954c84dce4da977c3e648e3e4d2 (patch)
tree70f6ab274437e86e8e7e28d3bd3873662f4c3b27 /css
parent93343c63bf18ef3997580ef68dfc7684dc6a4fe0 (diff)
Fix site management
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/style.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css
index c2af138..3f59d25 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,13 +1,22 @@
-.site_url {
+.site-url {
width: 250px;
}
-.delete_button {
+#loading_sites {
+ width: 512px;
+}
+
+.delete-button {
display: none;
+ cursor: pointer;
+}
+
+.invalid-value {
+ border-color: red !important;
}
-.external_sites {
- width: 470px;
+li:hover .delete-button {
+ display: inline-block;
}
#ifm {