]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/css/shaarli.css
Import/export templates and minor fixes
[github/shaarli/Shaarli.git] / tpl / default / css / shaarli.css
index 4c9f76afc4abd72e04ce07e6ad0bb0d686d83856..4b1be7e2b2557eefd10a5cd5d137c8863b9ad556 100644 (file)
@@ -789,6 +789,11 @@ pre {
         content:"\a\a";
         white-space: pre;
     }
+
+    .page-form-complete .radio-buttons {
+        text-align: left;
+        padding: 5px 15px;
+    }
 }
 
 
@@ -969,4 +974,16 @@ pre {
     #pluginform .mobile-row, #pluginform .mobile-row td {
         border-top-style: none;
     }
+}
+
+
+/**
+ * IMPORT
+ */
+#import-field {
+    margin: 15px 0;
+}
+
+@media screen and (max-width: 64em) {
+
 }
\ No newline at end of file