Work Text:
.works-show ul.actions {
position: fixed;
background: #ddd;
border: 2px solid #fff;
width: 10em;
right: 0;
z-index: 19;
box-shadow: 1px 1px 3px;
}
.works-show ul.actions a,
.chapters-show ul.actions li,
.chapters-show ul.actions form,
.works-show ul.actions li,
.chapters-show ul.actions a,
.works-show ul.work.navigation.actions li.subscribe form,
.chapters-show ul.work.navigation.actions li.subscribe form {
display: block;
}
.chapters-show ul.work.navigation.actions li.subscribe form input,
.works-show ul.work.navigation.actions li.subscribe form input {
width: 100%;
}
.works-show.region div.wrapper,
.chapters-show.region div.wrapper,
#feedback {
margin: auto 12.5em auto auto;
}
#feedback ul.actions {
position: static;
background: none;
border: 0;
width: auto;
box-shadow: none;
}
#feedback ul.actions li,
#feedback ul.actions a {
display: inline-block;
}
#workskin {
padding-left: 10em;
padding-right: 10em;
}