Commit 4387a950 by Kálmán Viktor

dashboard: move mass op html inline css

parent 24523323
......@@ -920,3 +920,19 @@ textarea[name="list-new-namelist"] {
.mass-migrate-node {
cursor: pointer;
}
.mass-op-panel {
padding: 6px 10px;
}
.mass-op-panel .check {
color: #449d44;
}
.mass-op-panel .minus {
color: #d9534f;
}
.mass-op-panel .status-icon {
font-size: 1.5em;
}
......@@ -33,21 +33,3 @@ Do you want to perform the following operation: <strong>{{op}}</strong>?
</button>
</div>
</form>
<style>
.mass-op-panel {
padding: 6px 10px;
}
.mass-op-panel .check {
color: #449d44;
}
.mass-op-panel .minus {
color: #d9534f;
}
.mass-op-panel .status-icon {
font-size: 1.5em;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment