]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/baculum/themes/Baculum-v1/wizard.css
baculum: Support for mobile web browsers in restore wizard
[bacula/bacula] / gui / baculum / themes / Baculum-v1 / wizard.css
index 4d0dd7a03316949616bf312a221b240d6c67cf7d..39025c55e5b0291620d27f4bc1f8d040d606d79d 100644 (file)
        height: 206px;
 }
 
+#restore-browser-files-loading {
+       position: absolute;
+       z-index: 10;
+       width: 347px;
+       height: 438px;
+       border-radius: 4px;
+       background: rgba(182,182,182,0.7) url('progress.gif') no-repeat center center;
+}
+
 .file-browser-watermark {
        padding: 64px 10px;
        text-align: center;
@@ -152,3 +161,13 @@ div.button-cancel {
 div.button-prev-next {
        margin-left: 84px
 }
+
+a.link {
+       color: #3f4449;
+       font-weight: bold;
+       text-decoration: none;
+}
+
+a.link:hover {
+       text-decoration: underline;
+}