2017-02-06 06:01:01 +01:00
|
|
|
#work-in-progress-container {
|
2017-02-08 01:27:11 +01:00
|
|
|
color: #66ff33;
|
|
|
|
position: fixed;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-left: 10px;
|
|
|
|
height: 100%;
|
2017-02-06 06:01:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#work-in-progress-text {
|
|
|
|
color: #66ff33;
|
|
|
|
}
|
|
|
|
|
|
|
|
#work-in-progress-cancel-button {
|
|
|
|
color: #aaa;
|
2017-05-07 00:19:18 +02:00
|
|
|
float: left;
|
2017-02-06 06:01:01 +01:00
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
-webkit-border-radius: 12px;
|
|
|
|
-moz-border-radius: 12px;
|
2017-02-16 19:52:11 +01:00
|
|
|
margin: 10px;
|
|
|
|
padding: 5px;
|
2017-02-06 06:01:01 +01:00
|
|
|
border-radius: 12px;
|
2017-02-16 19:52:11 +01:00
|
|
|
border: 3px solid white;
|
2017-02-06 06:01:01 +01:00
|
|
|
-moz-box-shadow: 1px 1px 3px #000;
|
|
|
|
-webkit-box-shadow: 1px 1px 3px #000;
|
|
|
|
box-shadow: 1px 1px 3px #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#work-in-progress-cancel-button:hover,
|
|
|
|
#work-in-progress-cancel-button:focus {
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|