You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
407 B
25 lines
407 B
.clear {
|
|
clear: both;
|
|
}
|
|
body.wait *, body.wait {
|
|
cursor:wait !important;
|
|
}
|
|
.progress {
|
|
border: 1px solid black;
|
|
margin-bottom: 0px;
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.container {
|
|
width: 1200px;
|
|
}
|
|
}
|
|
/* Make the entire page show a busy cursor */
|
|
.nprogress-busy body {
|
|
cursor: wait;
|
|
}
|
|
.panel-body blockquote {
|
|
font-size: 14px !important;
|
|
}
|
|
.move_left {
|
|
margin-left: -10pt;
|
|
} |