Skip to content

Commit

Permalink
add support for md theme
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-john committed Mar 7, 2019
1 parent 218690d commit 1127716
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions htdocs/theme/md/style.css.php
Expand Up @@ -1246,9 +1246,6 @@
z-index: 90;
}

body.sidebar-collapse .side-nav {
display: none;
}


div.backgroundsemitransparent {
Expand Down Expand Up @@ -5721,6 +5718,27 @@
}


/*
* Slide animation
*/


.side-nav-vert, #id-right {
transition: padding-left 0.5s ease, margin-left 0.5s ease;
}

.side-nav, .login_block {
transition: left 0.5s ease;
}


body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block {
left: -228px;
}

body.sidebar-collapse .side-nav-vert, body.sidebar-collapse #id-right {
margin-left: 0;padding-left:0
}

<?php
if (is_object($db)) $db->close();

0 comments on commit 1127716

Please sign in to comment.