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

github.com/nextcloud/ransomware_protection.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-08-01 14:41:54 +0300
committerJoas Schilling <coding@schilljs.com>2017-08-01 14:41:54 +0300
commit9aa3dd84881ce59ec900a8bde8789fb9a6978659 (patch)
tree4187ef4a8f8095e541735b5bbdde7bb2ef3b769d /css
parentc303843eebb759ecc41763ec1ed7e77f03b676ac (diff)
Add admin and personal settings
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/ransomware_protection.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/css/ransomware_protection.css b/css/ransomware_protection.css
new file mode 100644
index 0000000..aaee90c
--- /dev/null
+++ b/css/ransomware_protection.css
@@ -0,0 +1,20 @@
+#ransomware_protection div.custom-list {
+ width: 43%;
+ padding-right: 5%;
+ display: inline-block;
+}
+
+#ransomware_protection div.custom-list textarea {
+ width: 100%;
+ min-height: 150px;
+}
+
+#ransomware_protection span.icon {
+ display: inline-block;
+}
+
+#ransomware_protection span.icon.hidden {
+ display: none;
+}
+
+