2014-07-03 12:05:50 -04:00
|
|
|
.binary-file {
|
|
|
|
padding: @line-height-computed / 2;
|
|
|
|
background-color: @gray-lightest;
|
|
|
|
text-align: center;
|
2015-01-19 17:34:49 -05:00
|
|
|
overflow: auto;
|
2014-07-03 12:05:50 -04:00
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 90%;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
margin-bottom: @line-height-computed / 2;
|
|
|
|
border: 1px solid @gray;
|
2014-07-03 12:19:57 -04:00
|
|
|
.box-shadow(0 2px 3px @gray;);
|
|
|
|
background-color: white;
|
2014-07-03 12:05:50 -04:00
|
|
|
}
|
2016-05-20 09:28:51 -04:00
|
|
|
.img-preview {
|
|
|
|
background: url('/img/spinner.gif') no-repeat;
|
|
|
|
min-width: 200px;
|
|
|
|
min-height: 200px;
|
|
|
|
}
|
2014-07-03 12:05:50 -04:00
|
|
|
p.no-preview {
|
|
|
|
font-size: 24px;
|
|
|
|
color: @gray;
|
|
|
|
}
|
2016-05-19 05:02:46 -04:00
|
|
|
.bib-loading {
|
|
|
|
font-size: 24px;
|
|
|
|
color: @gray;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
2016-05-17 12:00:14 -04:00
|
|
|
.bib-preview {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
.scroll-container {
|
|
|
|
font-size: 0.8em;
|
|
|
|
line-height: 1.1em;
|
|
|
|
overflow: auto;
|
|
|
|
border: 1px solid @gray-lighter;
|
|
|
|
padding-left: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
text-align: left;
|
|
|
|
white-space: pre;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
}
|
2014-07-03 12:05:50 -04:00
|
|
|
|
2015-01-19 17:34:49 -05:00
|
|
|
}
|