2014-10-14 05:26:49 +08:00
|
|
|
// styles that apply to the popup that appears when you show the edit history of a post
|
|
|
|
|
|
|
|
.modal.history-modal {
|
2014-10-28 05:06:43 +08:00
|
|
|
.btn {
|
|
|
|
// remove transitions on the buttons in the history modal
|
|
|
|
transition: none;
|
|
|
|
}
|
2014-10-14 05:26:49 +08:00
|
|
|
.modal-inner-container {
|
|
|
|
min-width: 960px;
|
|
|
|
min-height: 500px;
|
|
|
|
}
|
|
|
|
#revision-controls {
|
|
|
|
float: left;
|
|
|
|
.btn[disabled]:hover {
|
|
|
|
color: $primary;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#display-modes {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
#revision-details {
|
|
|
|
background-color: scale-color-diff();
|
|
|
|
padding: 5px;
|
|
|
|
margin-top: 10px;
|
2014-10-28 05:06:43 +08:00
|
|
|
line-height: 2em;
|
|
|
|
height: 30px;
|
2014-10-14 05:26:49 +08:00
|
|
|
}
|
|
|
|
#revisions {
|
|
|
|
word-wrap: break-word;
|
2014-10-28 05:06:43 +08:00
|
|
|
table {
|
2014-10-14 05:26:49 +08:00
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
max-width: 670px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
.inline-diff {
|
|
|
|
width: 670px;
|
|
|
|
}
|
|
|
|
.markdown {
|
|
|
|
font-family: monospace;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 0.857em;
|
2014-10-14 05:26:49 +08:00
|
|
|
width: 100%;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
td {
|
|
|
|
width: 50%;
|
|
|
|
vertical-align: top;
|
|
|
|
max-width: 440px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.span8, .markdown {
|
|
|
|
img {
|
|
|
|
max-width: 400px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.modal-header {
|
|
|
|
height: 42px;
|
|
|
|
}
|
|
|
|
}
|