36 lines
733 B
Plaintext
36 lines
733 B
Plaintext
.page-actions {
|
|
float: right;
|
|
padding: 30px 0;
|
|
|
|
.run-actions {
|
|
box-shadow: 2px 2px 8px black;
|
|
.run-actions-btn {
|
|
font-size: 24px;
|
|
border-radius: 0;
|
|
text-align: center;
|
|
background-color: #5cb85c;
|
|
color: white;
|
|
margin-right: 2px;
|
|
padding: 5px 20px;
|
|
}
|
|
.run-show-actions a.back-to-run {
|
|
display: none;
|
|
}
|
|
.update-order-actions a.edit-run {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
|
|
.photos-copyright {
|
|
font-size: 0.9em;
|
|
padding: 10px 20px;
|
|
background-color: rgba(0,0,0,0.6);
|
|
}
|
|
}
|