summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/rebootcontrol/style.css')
-rw-r--r--modules-available/rebootcontrol/style.css13
1 files changed, 2 insertions, 11 deletions
diff --git a/modules-available/rebootcontrol/style.css b/modules-available/rebootcontrol/style.css
index 442cd5de..e35bce29 100644
--- a/modules-available/rebootcontrol/style.css
+++ b/modules-available/rebootcontrol/style.css
@@ -16,12 +16,8 @@
margin-bottom: 0;
}
-#rebootButton, #settingsButton, #selectAllButton, #unselectAllButton {
- margin-left: 10px;
-}
-
-#rebootButton, #shutdownButton, #selectAllButton, #unselectAllButton {
- width: 140px;
+.select-button {
+ min-width: 150px;
}
#dataTable {
@@ -32,11 +28,6 @@
#shutdownTimer {
text-align: center;
}
-#pubKeyTitle {
- display: inline-block;
- margin-top: 7px;
- margin-bottom: 20px;
-}
pre {
white-space: pre-wrap;