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.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/modules-available/rebootcontrol/style.css b/modules-available/rebootcontrol/style.css
new file mode 100644
index 00000000..442cd5de
--- /dev/null
+++ b/modules-available/rebootcontrol/style.css
@@ -0,0 +1,47 @@
+.rebootTimerForm {
+ margin-top: 20px;
+}
+
+.statusColumn {
+ text-align: center;
+}
+
+.table > tbody > tr > td {
+ vertical-align: middle;
+ height: 50px;
+}
+
+.checkbox {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+#rebootButton, #settingsButton, #selectAllButton, #unselectAllButton {
+ margin-left: 10px;
+}
+
+#rebootButton, #shutdownButton, #selectAllButton, #unselectAllButton {
+ width: 140px;
+}
+
+#dataTable {
+ margin-top: 20px;
+}
+
+
+#shutdownTimer {
+ text-align: center;
+}
+#pubKeyTitle {
+ display: inline-block;
+ margin-top: 7px;
+ margin-bottom: 20px;
+}
+
+pre {
+ white-space: pre-wrap;
+}
+
+th[data-sort] {
+ cursor: pointer;
+} \ No newline at end of file