]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/css/shaarli.css
Responsive plugin administration page
[github/shaarli/Shaarli.git] / tpl / default / css / shaarli.css
index f57c0bb03fede8f8ec06577757db127982eddd5d..0719ccf7190b0dcb0796ea4f2bdc02a332d85aff 100644 (file)
@@ -948,4 +948,21 @@ pre {
  */
 .tools-item {
     margin: 10px 0;
+}
+
+/**
+ * PLUGIN ADMIN
+ */
+#pluginform .mobile-row {
+    font-size: 0.9em;
+}
+
+@media screen and (max-width: 64em) {
+    #pluginform .main-row, #pluginform .main-row td {
+        border-bottom-style: none;
+    }
+
+    #pluginform .mobile-row, #pluginform .mobile-row td {
+        border-top-style: none;
+    }
 }
\ No newline at end of file