From: Marcin Haba Date: Tue, 1 May 2018 11:06:03 +0000 (+0200) Subject: baculum: Move API panel CSS files to separate directory X-Git-Tag: Release-9.2.0~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2459337f05fd10ebd29a2d13cdbcc846c29ecc48;p=thirdparty%2Fbacula.git baculum: Move API panel CSS files to separate directory --- diff --git a/gui/baculum/themes/Baculum-v1/bacula-config.css b/gui/baculum/themes/Baculum-v1/css/bacula-config.css similarity index 100% rename from gui/baculum/themes/Baculum-v1/bacula-config.css rename to gui/baculum/themes/Baculum-v1/css/bacula-config.css diff --git a/gui/baculum/themes/Baculum-v1/opentip.css b/gui/baculum/themes/Baculum-v1/css/opentip.css similarity index 100% rename from gui/baculum/themes/Baculum-v1/opentip.css rename to gui/baculum/themes/Baculum-v1/css/opentip.css diff --git a/gui/baculum/themes/Baculum-v1/restore-wizard.css b/gui/baculum/themes/Baculum-v1/css/restore-wizard.css similarity index 100% rename from gui/baculum/themes/Baculum-v1/restore-wizard.css rename to gui/baculum/themes/Baculum-v1/css/restore-wizard.css diff --git a/gui/baculum/themes/Baculum-v1/style.css b/gui/baculum/themes/Baculum-v1/css/style.css similarity index 99% rename from gui/baculum/themes/Baculum-v1/style.css rename to gui/baculum/themes/Baculum-v1/css/style.css index c925fa1a14..7d72032277 100644 --- a/gui/baculum/themes/Baculum-v1/style.css +++ b/gui/baculum/themes/Baculum-v1/css/style.css @@ -427,11 +427,11 @@ div.actions_btn { } input.bbutton { - font-size: 12px; + font-size: 12px !important; vertical-align: baseline; -webkit-appearance: none; text-shadow: 0 1px 1px #7b2121; - font-family: "times, serif"; + font-family: "times, serif" !important; font-weight: 600; color: white; height: 28px; @@ -1227,7 +1227,7 @@ label.normal { } .ui-tabs .ui-tabs-panel { - background-color: #444445; + background-color: #444445 !important; color: white; font-size: 15px; } diff --git a/gui/baculum/themes/Baculum-v1/wizard.css b/gui/baculum/themes/Baculum-v1/css/wizard.css similarity index 72% rename from gui/baculum/themes/Baculum-v1/wizard.css rename to gui/baculum/themes/Baculum-v1/css/wizard.css index dd0ea6f68f..b140eb70cc 100644 --- a/gui/baculum/themes/Baculum-v1/wizard.css +++ b/gui/baculum/themes/Baculum-v1/css/wizard.css @@ -5,7 +5,7 @@ font-family: Arial; color: white; background-color: #585756; - background-image: url('step-head.png'); + background-image: url('../step-head.png'); background-repeat: repeat-x; border: 1px solid black; border-radius: 15px; @@ -31,7 +31,7 @@ .navigation { text-align: center; padding: 5px 0; - background-image: url('wizard-bottom-1.png'); + background-image: url('../wizard-bottom-1.png'); background-repeat: repeat-x; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; @@ -56,51 +56,51 @@ .step-first { width: 126px; - background-image: url('step-first.png'); + background-image: url('../step-first.png'); } .step-first-active { width: 126px; - background-image: url('step-first-active.png'); + background-image: url('../step-first-active.png'); } .step-first-next-active{ width: 126px; - background-image: url('step-first-next-active.png'); + background-image: url('../step-first-next-active.png'); } .step-last { width: 130px; - background-image: url('step-last-1.png'); + background-image: url('../step-last-1.png'); } .step-last-active { width: 130px; - background-image: url('step-last-active-1.png'); + background-image: url('../step-last-active-1.png'); } .step-last-next-active{ width: 130px; - background-image: url('step-last-next-active.png'); + background-image: url('../step-last-next-active.png'); } .step-normal, .step-prev-active { - background-image: url('step.png'); + background-image: url('../step.png'); } .step-active{ - background-image: url('step-active.png'); + background-image: url('../step-active.png'); } .step-prev-active { - background-image: url('step-prev-active.png'); + background-image: url('../step-prev-active.png'); } #title { clear: left; font-size: 14px; font-weight: bold; - background-image: url('wizard-header-1.png'); + background-image: url('../wizard-header-1.png'); background-repeat: repeat-x; padding: 4px; }