fix inline-css (violation of Content Security Policy)

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-12-29 20:48:56 +01:00
parent c6f3b03891
commit dd34ab8d9b
27 changed files with 95 additions and 64 deletions

View File

@@ -989,6 +989,12 @@ label.nobr {
.green {
color: green;
}
.orange {
color: orange;
}
.blue {
color: blue;
}
.phpinfo, .overflow {
overflow: scroll;
@@ -1376,4 +1382,27 @@ table thead th.tablesorter-headerDesc {
}
.bar[aria-valuemax="100"][aria-valuemin="0"][aria-valuenow="100"] {
width: 100%;
}
}
.update-step {
margin-left: 5em;
font-weight: bold;
}
.update-step-ok { color: #1dcd00; }
.update-step-warn { color: #db7100; }
.update-step-err { color: #ff0000; }
.update-step-unknown { color: #000000; }
.align-top { vertical-align:top; }
.code-block {
width: 500px;
border: 1px solid #ccc;
padding: 4px;
}
.install-block { width: 65%; }
.install-step { width: 250px; }
.install-h3 { text-align: center; }
.install-text { margin: 20px 20px 0 !important; }