From af5c4258439341fd2153a951fb871269bd754e58 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 12 Feb 2018 17:18:45 +0100 Subject: [permissionmanager] Tweak style, fix role filtering (and make it AND), minor cleanups --- modules-available/permissionmanager/style.css | 54 ++++----------------------- 1 file changed, 7 insertions(+), 47 deletions(-) (limited to 'modules-available/permissionmanager/style.css') diff --git a/modules-available/permissionmanager/style.css b/modules-available/permissionmanager/style.css index 9c39af64..8285fdd2 100644 --- a/modules-available/permissionmanager/style.css +++ b/modules-available/permissionmanager/style.css @@ -1,58 +1,21 @@ -#switchForm { - text-align: center; - margin-bottom: 50px; -} - -#saveButton { - margin-left: 10px; -} - -#rolename { - width: 200px; - display: inline-block; - margin-left: 10px; -} - -.missingInput { - border-color: rgba(255, 0, 0, 0.8); - box-shadow: 0 1px 1px rgba(255, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6); -} - .table { margin-top: 20px; } -.table > tbody > tr > td { - vertical-align: middle; - height: 50px; -} - .scrollingTable { height: 500px; overflow: auto; } -.customSpanMargin { +/* vcenter .label in table cell */ +td > .label { display: inline-block; - margin-top: 2px; - margin-bottom: 2px; + margin: 2px 0; } -.panel-primary > .panel-heading { - background-image: none; -} - -.panel{ - margin-bottom: 20px; -} - -.selectize-input { - overflow: visible; -} - - -.tree-container .selected { - background-color: rgba(0, 182, 41, 0.23); +/* lists in tree view: hide bullet points, first entry bold, ... */ +.tree-container ul { + list-style-type: none; } .tree-container > ul { @@ -65,6 +28,7 @@ font-weight: bold; } +/* number of columns in tree view depending on screen size */ .tree-container { -moz-column-gap: 20px; -webkit-column-gap: 20px; @@ -91,7 +55,3 @@ column-count: 3; } } - -ul { - list-style-type: none; -} \ No newline at end of file -- cgit v1.2.3-55-g7522