From cca740195f76ef89563ab5c00a76c492a462d752 Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Tue, 28 Mar 2017 15:11:57 +0200 Subject: [permission-manager] added role editor (new role and edit role) --- modules-available/permissionmanager/style.css | 66 +++++++++++++++++++++++++-- 1 file changed, 61 insertions(+), 5 deletions(-) (limited to 'modules-available/permissionmanager/style.css') diff --git a/modules-available/permissionmanager/style.css b/modules-available/permissionmanager/style.css index ee81bf47..fc7ad6e7 100644 --- a/modules-available/permissionmanager/style.css +++ b/modules-available/permissionmanager/style.css @@ -3,6 +3,17 @@ margin-bottom: 50px; } +#saveButton { + margin-right: 10px; +} + + +#roleName { + width: 200px; + display: inline-block; + margin-left: 20px; +} + .table { margin-top: 20px; } @@ -12,11 +23,6 @@ height: 50px; } -.checkbox { - margin-top: 0; - margin-bottom: 0; -} - .scrollingTable { height: 500px; overflow: auto; @@ -26,4 +32,54 @@ display: inline-block; margin-top: 2px; margin-bottom: 2px; +} + +.panel-primary > .panel-heading { + background-image: none; +} + +.panel, .row { + margin-bottom: 20px; +} + +.list-group, .checkbox { + margin: 0; +} + +.disabled { + pointer-events: none; + opacity: 0.6; +} + +.module-toggle-group { + width: 100%; +} + +.module-container { + -moz-column-gap: 20px; + -webkit-column-gap: 20px; + column-gap: 20px; +} + + +.module-container div { + display: inline-block; + width: 100%; +} + + +@media (max-width: 767px) { + .module-container { + -moz-column-count: 1; + -webkit-column-count: 1; + column-count: 1; + } +} + +@media (min-width: 768px) { + .module-container { + -moz-column-count: 2; + -webkit-column-count: 2; + column-count: 2; + } } \ No newline at end of file -- cgit v1.2.3-55-g7522