From 7bdc00ac4e9cd443f9e37db85d444dbf6f744e86 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 12 Mar 2012 02:47:37 +0000 Subject: [PATCH] downtime css -> downtime file --- contrib/downtime/style.css | 10 ++++++++++ themes/default/style.css | 11 ----------- themes/lite/style.css | 10 ---------- 3 files changed, 10 insertions(+), 21 deletions(-) create mode 100644 contrib/downtime/style.css diff --git a/contrib/downtime/style.css b/contrib/downtime/style.css new file mode 100644 index 00000000..4f8ae316 --- /dev/null +++ b/contrib/downtime/style.css @@ -0,0 +1,10 @@ +#downtime #message, #downtime #login { + text-align: center; +} +#downtime H3 { + margin-top: 32px; +} +#downtime #login_table { + margin: auto; +} + diff --git a/themes/default/style.css b/themes/default/style.css index a3e79b73..2ac01684 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -183,14 +183,3 @@ NAV .thumb { display: inline-block; margin-bottom: 32px; } - -#downtime #message, #downtime #login { - text-align: center; -} -#downtime H3 { - margin-top: 32px; -} -#downtime #login_table { - margin: auto; -} - diff --git a/themes/lite/style.css b/themes/lite/style.css index dc6bd75c..93ce9f74 100644 --- a/themes/lite/style.css +++ b/themes/lite/style.css @@ -351,16 +351,6 @@ NAV .thumb { margin-bottom: 32px; } -#downtime #message, #downtime #login { - text-align: center; -} -#downtime H3 { - margin-top: 32px; -} -#downtime #login_table { - margin: auto; -} - .tooltip{ position:absolute; top:0;