2013-07-27 01:38:51 +10:00
|
|
|
@import "Bootstrap/variables";
|
|
|
|
@import "Bootstrap/mixins";
|
|
|
|
@import "Bootstrap/type";
|
2013-06-25 17:33:17 -07:00
|
|
|
@import "font";
|
|
|
|
@import "form";
|
|
|
|
@import "theme";
|
|
|
|
@import "menu";
|
2013-07-27 01:38:51 +10:00
|
|
|
@import "Backgrid/backgrid";
|
|
|
|
@import "../Shared/Styles/clickable";
|
2013-06-26 16:45:05 -07:00
|
|
|
@import "prefixer";
|
2013-06-25 17:34:33 -07:00
|
|
|
@import "icons";
|
2013-06-29 15:07:09 -07:00
|
|
|
@import "spinner";
|
2013-07-27 10:48:45 -07:00
|
|
|
@import "legend";
|
2013-06-01 12:31:39 -07:00
|
|
|
|
|
|
|
.progress {
|
2013-06-24 22:47:56 -07:00
|
|
|
width : 125px;
|
|
|
|
position : relative;
|
|
|
|
margin-bottom : 2px;
|
2013-07-25 20:25:56 -07:00
|
|
|
|
|
|
|
.progressbar-back-text, .progressbar-front-text {
|
|
|
|
font-size : 11.844px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align : center;
|
|
|
|
}
|
|
|
|
|
2013-04-20 23:25:24 -07:00
|
|
|
.progressbar-back-text {
|
2013-06-24 22:47:56 -07:00
|
|
|
position : absolute;
|
|
|
|
width : 100%;
|
|
|
|
height : 100%;
|
2013-04-20 23:25:24 -07:00
|
|
|
}
|
2013-06-24 22:47:56 -07:00
|
|
|
|
2013-04-20 23:25:24 -07:00
|
|
|
.progressbar-front-text {
|
2013-06-24 22:47:56 -07:00
|
|
|
display : block;
|
|
|
|
width : 125px;
|
2013-04-20 23:25:24 -07:00
|
|
|
}
|
|
|
|
.bar {
|
2013-06-24 22:47:56 -07:00
|
|
|
position : absolute;
|
|
|
|
overflow : hidden;
|
2013-04-20 23:25:24 -07:00
|
|
|
}
|
|
|
|
}
|
2013-06-01 12:31:39 -07:00
|
|
|
|
2013-06-06 22:15:07 -07:00
|
|
|
.backdrop .page {
|
2013-06-24 22:47:56 -07:00
|
|
|
background-color : transparent;
|
|
|
|
box-shadow : none;
|
2013-06-06 22:15:07 -07:00
|
|
|
}
|
|
|
|
|
2013-04-20 23:25:24 -07:00
|
|
|
.line &>[class^="icon-"], .line &>[class*=" icon-"] {
|
2013-06-24 22:47:56 -07:00
|
|
|
margin-top : 1em;
|
|
|
|
height : 1em;
|
|
|
|
line-height : 1em;
|
2013-04-20 23:25:24 -07:00
|
|
|
}
|
2013-06-01 12:31:39 -07:00
|
|
|
|
2013-04-20 23:25:24 -07:00
|
|
|
#localSeriesLookup {
|
2013-06-24 22:47:56 -07:00
|
|
|
width : 220px;
|
|
|
|
border : 0px;
|
|
|
|
background : rgb(75, 75, 75);
|
|
|
|
color : rgb(169, 169, 169);
|
|
|
|
padding : 4px;
|
|
|
|
font-size : 13px;
|
2013-04-20 23:25:24 -07:00
|
|
|
}
|
2013-06-01 12:31:39 -07:00
|
|
|
|
|
|
|
.nz-loading {
|
|
|
|
.text-center;
|
2013-06-24 22:47:56 -07:00
|
|
|
font-size : 40px;
|
|
|
|
font-weight : 300;
|
|
|
|
padding : 30px;
|
2013-06-01 12:31:39 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-toolbar {
|
2013-06-24 22:47:56 -07:00
|
|
|
margin-top : 10px;
|
|
|
|
margin-bottom : 30px;
|
2013-04-23 22:56:51 -07:00
|
|
|
}
|
2013-04-25 19:44:39 -07:00
|
|
|
|
2013-05-14 19:07:14 -07:00
|
|
|
.page-container {
|
2013-06-24 22:47:56 -07:00
|
|
|
min-height : 600px;
|
2013-05-14 19:07:14 -07:00
|
|
|
}
|
|
|
|
|
2013-06-24 22:47:56 -07:00
|
|
|
#scroll-up {
|
2013-06-25 17:33:17 -07:00
|
|
|
.clickable;
|
|
|
|
|
2013-06-24 22:47:56 -07:00
|
|
|
&:hover {
|
|
|
|
text-decoration : none;
|
2013-06-25 22:42:44 -07:00
|
|
|
.opacity (0.4);
|
2013-06-24 22:47:56 -07:00
|
|
|
}
|
|
|
|
|
2013-06-25 22:42:44 -07:00
|
|
|
.opacity (0.2);
|
2013-06-24 22:47:56 -07:00
|
|
|
position : fixed;
|
|
|
|
bottom : 50px;
|
|
|
|
right : 50px;
|
|
|
|
display : none;
|
|
|
|
font-size : 56px;
|
|
|
|
color : white;
|
|
|
|
}
|
2013-06-28 01:20:15 -07:00
|
|
|
|
|
|
|
.label-large {
|
2013-06-29 15:07:09 -07:00
|
|
|
padding : 4px 6px;
|
|
|
|
font-size : 16px;
|
|
|
|
}
|
2013-07-09 22:02:51 -07:00
|
|
|
|
|
|
|
th {
|
|
|
|
&.sortable {
|
|
|
|
&:hover {
|
2013-07-09 22:11:57 -07:00
|
|
|
background : @tableBackgroundHover;
|
2013-07-09 22:02:51 -07:00
|
|
|
}
|
|
|
|
.clickable();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
2013-07-09 22:11:57 -07:00
|
|
|
|
|
|
|
#footer-region {
|
|
|
|
.text-center();
|
|
|
|
position : relative;
|
|
|
|
width : 256px;
|
|
|
|
margin : 50px auto 0px auto;
|
|
|
|
display : block;
|
|
|
|
}
|
2013-07-28 13:20:26 -07:00
|
|
|
|
2013-07-31 23:32:36 -07:00
|
|
|
a, .btn {
|
2013-07-28 13:20:26 -07:00
|
|
|
i {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2013-07-31 23:32:36 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.label-white {
|
|
|
|
color: black;
|
|
|
|
background-color: white;
|
2013-07-28 13:20:26 -07:00
|
|
|
}
|