aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/css
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-10-14 14:22:54 +0200
committerArthurHoaro <arthur@hoa.ro>2016-10-14 14:22:54 +0200
commitbe0404d884c69f28d83d4d5c07e6c50fdd286635 (patch)
treed1e4dc65bd4c9e1b95ac831cceafc22411e915c3 /tpl/default/css
parent9d2fc4fa133dc78b862b3ca15f3971be11548f1d (diff)
downloadShaarli-be0404d884c69f28d83d4d5c07e6c50fdd286635.tar.gz
Shaarli-be0404d884c69f28d83d4d5c07e6c50fdd286635.tar.zst
Shaarli-be0404d884c69f28d83d4d5c07e6c50fdd286635.zip
Responsive plugin administration page
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