aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/css
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/default/css')
-rw-r--r--tpl/default/css/shaarli.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css
index f57c0bb0..0719ccf7 100644
--- a/tpl/default/css/shaarli.css
+++ b/tpl/default/css/shaarli.css
@@ -948,4 +948,21 @@ pre {
948 */ 948 */
949.tools-item { 949.tools-item {
950 margin: 10px 0; 950 margin: 10px 0;
951}
952
953/**
954 * PLUGIN ADMIN
955 */
956#pluginform .mobile-row {
957 font-size: 0.9em;
958}
959
960@media screen and (max-width: 64em) {
961 #pluginform .main-row, #pluginform .main-row td {
962 border-bottom-style: none;
963 }
964
965 #pluginform .mobile-row, #pluginform .mobile-row td {
966 border-top-style: none;
967 }
951} \ No newline at end of file 968} \ No newline at end of file