summaryrefslogtreecommitdiff
path: root/www/styles/main-style.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-02 21:59:24 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-02 21:59:24 (GMT)
commit32f5cc87d7e4d2d87b84c777641e1c2bd185612f (patch)
tree1a9f96cfaca2fff2443926276c3f7de9ab4f1712 /www/styles/main-style.css
parentfe6f4327ce2946ef2ea3624065deed33c724b2d5 (diff)
added description for external import sources
Diffstat (limited to 'www/styles/main-style.css')
-rw-r--r--www/styles/main-style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/styles/main-style.css b/www/styles/main-style.css
index c01e238..7f4ec9f 100644
--- a/www/styles/main-style.css
+++ b/www/styles/main-style.css
@@ -145,6 +145,22 @@ body {
text-align: left;
}
+#uploadModal div.modal-body .upload-tabs .tab-external {
+ padding: 1em 2em;
+}
+
+#uploadModal div.modal-body .upload-tabs .tab-external p {
+ margin: 2em 0;
+}
+
+#uploadModal div.modal-body .upload-tabs .tab-external .well h3 {
+ margin: 0.1em 0 0.7em 0;
+}
+
+#uploadModal div.modal-body .upload-tabs .tab-external input {
+ max-width: 90%;
+}
+
.text-center {
text-align: center;
}