]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Move API panel CSS files to separate directory
authorMarcin Haba <marcin.haba@bacula.pl>
Tue, 1 May 2018 11:06:03 +0000 (13:06 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Tue, 1 May 2018 11:06:03 +0000 (13:06 +0200)
gui/baculum/themes/Baculum-v1/css/bacula-config.css [moved from gui/baculum/themes/Baculum-v1/bacula-config.css with 100% similarity]
gui/baculum/themes/Baculum-v1/css/opentip.css [moved from gui/baculum/themes/Baculum-v1/opentip.css with 100% similarity]
gui/baculum/themes/Baculum-v1/css/restore-wizard.css [moved from gui/baculum/themes/Baculum-v1/restore-wizard.css with 100% similarity]
gui/baculum/themes/Baculum-v1/css/style.css [moved from gui/baculum/themes/Baculum-v1/style.css with 99% similarity]
gui/baculum/themes/Baculum-v1/css/wizard.css [moved from gui/baculum/themes/Baculum-v1/wizard.css with 72% similarity]

similarity index 99%
rename from gui/baculum/themes/Baculum-v1/style.css
rename to gui/baculum/themes/Baculum-v1/css/style.css
index c925fa1a14b8019afe55326d8838c559ec7c958a..7d720322779b3508529bc8eec550877549d7ed69 100644 (file)
@@ -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;
 }
similarity index 72%
rename from gui/baculum/themes/Baculum-v1/wizard.css
rename to gui/baculum/themes/Baculum-v1/css/wizard.css
index dd0ea6f68fbc4996215d6d85954c3dcc45784c23..b140eb70ccffe1c4c07e0da6789203d9f74985be 100644 (file)
@@ -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;
  
   .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;
 }