2013-04-21 08:25:24 +02:00
|
|
|
.progress {
|
|
|
|
width: 125px;
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
.progressbar-back-text {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.progressbar-front-text {
|
|
|
|
display: block;
|
|
|
|
width: 125px;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.bar {
|
|
|
|
position: absolute;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
html {
|
|
|
|
overflow: -moz-scrollbars-vertical;
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
.input-append {
|
|
|
|
.add-on {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.line &>[class^="icon-"], .line &>[class*=" icon-"] {
|
|
|
|
margin-top: 1em;
|
|
|
|
height: 1em;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
#localSeriesLookup {
|
|
|
|
width: 220px;
|
|
|
|
border: 0px;
|
|
|
|
background: rgb(75, 75, 75);
|
|
|
|
color: rgb(169, 169, 169);
|
|
|
|
padding: 4px;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
#footer-region {
|
|
|
|
font-size: 16px;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: lighter;
|
|
|
|
margin: 20px 0 30px 0;
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#in-sub-nav {
|
|
|
|
ul {
|
|
|
|
margin: 0 0 80px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#notification-region {
|
|
|
|
pre {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.alert {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
i {
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.nz-spinner {
|
|
|
|
font-size: 56px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 30px;
|
|
|
|
}
|
2013-04-24 07:56:51 +02:00
|
|
|
|
|
|
|
|
|
|
|
.page-toolbar{
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
2013-04-26 04:44:39 +02:00
|
|
|
|
2013-05-15 04:07:14 +02:00
|
|
|
.page-container {
|
|
|
|
min-height: 600px;
|
|
|
|
}
|
|
|
|
|
2013-04-26 04:44:39 +02:00
|
|
|
button::-moz-focus-inner, a::-moz-focus-inner {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|