summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-15 13:18:56 +0100
committerSimon Rettberg2018-02-15 13:18:56 +0100
commit5309badac125114399ec2cf39b095e0d9efcd09f (patch)
tree2ca212dc4e9271165e67af834b073c7c8590b4ce /modules-available/rebootcontrol/style.css
parent[inc/Permission] Add readonly string (diff)
downloadslx-admin-5309badac125114399ec2cf39b095e0d9efcd09f.tar.gz
slx-admin-5309badac125114399ec2cf39b095e0d9efcd09f.tar.xz
slx-admin-5309badac125114399ec2cf39b095e0d9efcd09f.zip
[rebootcontrol] Rewrite permission handling, simplify html/javascript
Diffstat (limited to 'modules-available/rebootcontrol/style.css')
-rw-r--r--modules-available/rebootcontrol/style.css10
1 files changed, 2 insertions, 8 deletions
diff --git a/modules-available/rebootcontrol/style.css b/modules-available/rebootcontrol/style.css
index f10a6157..e35bce29 100644
--- a/modules-available/rebootcontrol/style.css
+++ b/modules-available/rebootcontrol/style.css
@@ -16,9 +16,8 @@
margin-bottom: 0;
}
-.controlButtons {
- margin-left: 10px;
- width: 140px;
+.select-button {
+ min-width: 150px;
}
#dataTable {
@@ -29,11 +28,6 @@
#shutdownTimer {
text-align: center;
}
-#pubKeyTitle {
- display: inline-block;
- margin-top: 7px;
- margin-bottom: 20px;
-}
pre {
white-space: pre-wrap;