diff options
author | Christian Hofmaier | 2018-01-11 15:53:02 +0100 |
---|---|---|
committer | Christian Hofmaier | 2018-01-11 15:53:02 +0100 |
commit | e4e62c11eb207ed9b155dd4f49dab55f6c0e42a9 (patch) | |
tree | 4df840639e5cc2792473e91a1fe7ad0eeb03d111 /modules-available/rebootcontrol/style.css | |
parent | Merge remote-tracking branch 'origin/permission-manager' into permission-manager (diff) | |
download | slx-admin-e4e62c11eb207ed9b155dd4f49dab55f6c0e42a9.tar.gz slx-admin-e4e62c11eb207ed9b155dd4f49dab55f6c0e42a9.tar.xz slx-admin-e4e62c11eb207ed9b155dd4f49dab55f6c0e42a9.zip |
[rebootcontrol] this time with correct modul-tag in front. Changed buttons so that they don't open the modals to reboot/shutdown if user has no permission. Deleted some redundancy from stylesheet
Diffstat (limited to 'modules-available/rebootcontrol/style.css')
-rw-r--r-- | modules-available/rebootcontrol/style.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules-available/rebootcontrol/style.css b/modules-available/rebootcontrol/style.css index 442cd5de..f10a6157 100644 --- a/modules-available/rebootcontrol/style.css +++ b/modules-available/rebootcontrol/style.css @@ -16,11 +16,8 @@ margin-bottom: 0; } -#rebootButton, #settingsButton, #selectAllButton, #unselectAllButton { +.controlButtons { margin-left: 10px; -} - -#rebootButton, #shutdownButton, #selectAllButton, #unselectAllButton { width: 140px; } |