summaryrefslogtreecommitdiffstats
path: root/public/stylesheets/responsive.css
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-09 18:29:14 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-09 18:29:14 +0000
commitd9a3e7e258364d5b7d87fe8726a61bff8c0e317c (patch)
tree2da5fb7033634b526c9c2532da7d804f78120ac2 /public/stylesheets/responsive.css
parentbc2ffc4bbd28233ef5883d1a3c6d4426d104f046 (diff)
downloadredmine-d9a3e7e258364d5b7d87fe8726a61bff8c0e317c.tar.gz
redmine-d9a3e7e258364d5b7d87fe8726a61bff8c0e317c.zip
Style list containing checkboxes in responsive sidebar flyout menu (#21170).
Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14859 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/responsive.css')
-rw-r--r--public/stylesheets/responsive.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css
index d51f439ad..dc3ebba8a 100644
--- a/public/stylesheets/responsive.css
+++ b/public/stylesheets/responsive.css
@@ -410,6 +410,45 @@
display: none;
}
+ /* Targets list containing checkboxes (e.g. activities sidebar) in flyout menu */
+ .flyout-menu__sidebar form > ul
+ {
+ margin-left: -8px;
+ padding-left: 0;
+ }
+
+ .flyout-menu__sidebar form > ul li
+ {
+ line-height: 39px;
+
+ display: block;
+
+ padding-left: 8px;
+
+ border-top: 1px solid rgba(255,255,255,.1);
+ }
+
+ .flyout-menu__sidebar form > ul li:first-child
+ {
+ border-top: none;
+ }
+
+ .flyout-menu__sidebar form > ul li label
+ {
+ margin: 0;
+ }
+
+ .flyout-menu__sidebar form > ul li label a
+ {
+ line-height: 1;
+
+ display: inline;
+
+ padding-left: 0;
+
+ border: none;
+ }
+
.flyout-menu ul
{
margin: 0;