From 7807e30a69ab39b3f2a7f20d2608ba6b46b456e8 Mon Sep 17 00:00:00 2001 From: Christian Hofmaier Date: Tue, 28 Mar 2017 11:23:24 +0200 Subject: [permission-manager] first part of UI, database table, sql queries and db methods --- modules-available/permissionmanager/style.css | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 modules-available/permissionmanager/style.css (limited to 'modules-available/permissionmanager/style.css') diff --git a/modules-available/permissionmanager/style.css b/modules-available/permissionmanager/style.css new file mode 100644 index 00000000..ee81bf47 --- /dev/null +++ b/modules-available/permissionmanager/style.css @@ -0,0 +1,29 @@ +#switchForm { + text-align: center; + margin-bottom: 50px; +} + +.table { + margin-top: 20px; +} + +.table > tbody > tr > td { + vertical-align: middle; + height: 50px; +} + +.checkbox { + margin-top: 0; + margin-bottom: 0; +} + +.scrollingTable { + height: 500px; + overflow: auto; +} + +.customSpanMargin { + display: inline-block; + margin-top: 2px; + margin-bottom: 2px; +} \ No newline at end of file -- cgit v1.2.3-55-g7522