2013-06-04 03:34:06 +00:00
|
|
|
@import "bootstrap/variables";
|
|
|
|
@import "bootstrap/mixins";
|
|
|
|
@import "bootstrap/type";
|
2013-06-01 19:31:39 +00:00
|
|
|
|
|
|
|
.progress {
|
2013-04-21 06:25:24 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
2013-06-01 19:31:39 +00:00
|
|
|
|
2013-06-07 05:15:07 +00:00
|
|
|
.backdrop .page {
|
|
|
|
background-color: transparent;
|
2013-06-07 05:24:05 +00:00
|
|
|
box-shadow: none;
|
2013-06-07 05:15:07 +00:00
|
|
|
}
|
|
|
|
|
2013-04-21 06:25:24 +00:00
|
|
|
html {
|
|
|
|
overflow: -moz-scrollbars-vertical;
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
2013-06-01 19:31:39 +00:00
|
|
|
|
2013-04-21 06:25:24 +00:00
|
|
|
.input-append {
|
|
|
|
.add-on {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
2013-06-01 19:31:39 +00:00
|
|
|
|
2013-04-21 06:25:24 +00:00
|
|
|
.line &>[class^="icon-"], .line &>[class*=" icon-"] {
|
|
|
|
margin-top: 1em;
|
|
|
|
height: 1em;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
2013-06-01 19:31:39 +00:00
|
|
|
|
2013-04-21 06:25:24 +00:00
|
|
|
#localSeriesLookup {
|
|
|
|
width: 220px;
|
|
|
|
border: 0px;
|
|
|
|
background: rgb(75, 75, 75);
|
|
|
|
color: rgb(169, 169, 169);
|
|
|
|
padding: 4px;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
2013-06-01 19:31:39 +00:00
|
|
|
|
2013-04-21 06:25:24 +00:00
|
|
|
#notification-region {
|
|
|
|
pre {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.alert {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
i {
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
2013-06-01 19:31:39 +00:00
|
|
|
|
|
|
|
.nz-loading {
|
|
|
|
.text-center;
|
|
|
|
font-size: 40px;
|
|
|
|
font-weight: 300;
|
|
|
|
padding: 30px;
|
|
|
|
}
|
|
|
|
|
2013-04-21 06:25:24 +00:00
|
|
|
.nz-spinner {
|
2013-06-01 19:31:39 +00:00
|
|
|
.text-center;
|
2013-04-21 06:25:24 +00:00
|
|
|
font-size: 56px;
|
|
|
|
padding: 30px;
|
|
|
|
}
|
2013-04-24 05:56:51 +00:00
|
|
|
|
2013-06-01 19:31:39 +00:00
|
|
|
.page-toolbar {
|
2013-04-24 05:56:51 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
2013-04-26 02:44:39 +00:00
|
|
|
|
2013-05-15 02:07:14 +00:00
|
|
|
.page-container {
|
|
|
|
min-height: 600px;
|
|
|
|
}
|
|
|
|
|
2013-04-26 02:44:39 +00:00
|
|
|
button::-moz-focus-inner, a::-moz-focus-inner {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:focus {
|
|
|
|
outline: none;
|
2013-06-01 19:31:39 +00:00
|
|
|
}
|