From 2a45cd02ca4249da5d18d9652f8ad89d1cb59662 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 5 Jun 2017 12:49:39 -0400 Subject: [PATCH] sync some missing styles from classic --- web/skins/classic/css/classic/skin.css | 15 +++------ .../classic/css/classic/views/console.css | 2 +- .../classic/css/classic/views/options.css | 23 +++++++++++++ web/skins/classic/css/flat/skin.css | 32 ++++++++++--------- 4 files changed, 46 insertions(+), 26 deletions(-) diff --git a/web/skins/classic/css/classic/skin.css b/web/skins/classic/css/classic/skin.css index 255dda18d..405760791 100644 --- a/web/skins/classic/css/classic/skin.css +++ b/web/skins/classic/css/classic/skin.css @@ -441,12 +441,16 @@ th.table-th-sort-rev span.table-th-sort-span { } #options { + font-size:90%; +} + +#options .help-block { + margin-top: 0; } #options .form-group { margin-bottom: 20px; border-bottom: 1px solid #e7e7e7; - } .navbar{ @@ -467,7 +471,6 @@ th.table-th-sort-rev span.table-th-sort-span { .sidebar { position: absolute; top: 0; - bottom: 0; left: 0; z-index: 1000; display: block; @@ -487,11 +490,3 @@ margin-left: 0px; .nav-pills > li > a { border-radius: 0; } - -#options .help-block { - margin-top: 0; -} - -#options { - font-size:90%; -} diff --git a/web/skins/classic/css/classic/views/console.css b/web/skins/classic/css/classic/views/console.css index 481a14944..a2477133a 100644 --- a/web/skins/classic/css/classic/views/console.css +++ b/web/skins/classic/css/classic/views/console.css @@ -62,7 +62,7 @@ } #consoleTable .colMark { - width: 62px; + width: 72px; text-align: center; } diff --git a/web/skins/classic/css/classic/views/options.css b/web/skins/classic/css/classic/views/options.css index e69de29bb..f7123086c 100644 --- a/web/skins/classic/css/classic/views/options.css +++ b/web/skins/classic/css/classic/views/options.css @@ -0,0 +1,23 @@ +input.small { + width: 6em; +} + +input.medium { + width: 9em; +} + +input.large { + width: 20em; +} + +#contentTable.optionTable th, #contentTable.optionTable td { + vertical-align: top; +} + +#contentTable.userTable th, #contentTable.userTable td { + text-align: center; +} + +#contentTable.userTable .colMonitor, #contentTable.userTable .colUsername { + text-align: left; +} diff --git a/web/skins/classic/css/flat/skin.css b/web/skins/classic/css/flat/skin.css index 5f48f8bd1..dd38d2059 100644 --- a/web/skins/classic/css/flat/skin.css +++ b/web/skins/classic/css/flat/skin.css @@ -21,7 +21,12 @@ * Primary look and feel styles */ +html { + height: 100%; +} + body { + height: 100%; font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; @@ -60,10 +65,12 @@ p { } th { +/* padding: 3px; text-transform: uppercase; font-size: 0.8em; font-weight: 600; +*/ } a:link { @@ -478,21 +485,17 @@ input[type=submit]:disabled { } -/* - * Console table for the main event table - */ - -#consoleTable td, #consoleTable th { - padding: 5px; - border-bottom: 2px solid #f2f2f2; +#options { + font-size:90%; } -#consoleTable input[type=button] { - margin-right: 3px !important; +#options .help-block { + margin-top: 0; } -#consoleTable tfoot { - background-color: #f2f2f2; +#options .form-group { + margin-bottom: 20px; + border-bottom: 1px solid #e7e7e7; } .navbar{ @@ -513,7 +516,6 @@ input[type=submit]:disabled { .sidebar { position: absolute; top: 0; - bottom: 0; left: 0; z-index: 1000; display: block; @@ -530,6 +532,6 @@ margin-bottom: 20px; margin-left: 0; } - - - +.nav-pills > li > a { + border-radius: 0; +}