summaryrefslogtreecommitdiffstats
path: root/modules-available/permissionmanager/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-12 17:18:45 +0100
committerSimon Rettberg2018-02-12 17:18:45 +0100
commitaf5c4258439341fd2153a951fb871269bd754e58 (patch)
treeb7d7c8633caa5dc28a93e3c2daf47a536112cdf8 /modules-available/permissionmanager/style.css
parent[default.css] Fix panel heading bg-img being applied for all panel styles (diff)
downloadslx-admin-af5c4258439341fd2153a951fb871269bd754e58.tar.gz
slx-admin-af5c4258439341fd2153a951fb871269bd754e58.tar.xz
slx-admin-af5c4258439341fd2153a951fb871269bd754e58.zip
[permissionmanager] Tweak style, fix role filtering (and make it AND), minor cleanups
Diffstat (limited to 'modules-available/permissionmanager/style.css')
-rw-r--r--modules-available/permissionmanager/style.css54
1 files changed, 7 insertions, 47 deletions
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