119 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			CSS
		
	
	
	
			
		
		
	
	
			119 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			CSS
		
	
	
	
/*bootstrap-orbit*/
 | 
						|
 | 
						|
h1, h2, h3, h4, h5, h6 {
 | 
						|
  font-weight:normal ;
 | 
						|
}
 | 
						|
.tooltip {
 | 
						|
  font-size: 12px;
 | 
						|
}
 | 
						|
.tooltip-inner {
 | 
						|
  text-align: left;
 | 
						|
}
 | 
						|
.control-group {
 | 
						|
    margin-bottom: 0px;
 | 
						|
}
 | 
						|
.well {
 | 
						|
	margin-top:10px;
 | 
						|
    margin-bottom: 10px;
 | 
						|
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
 | 
						|
	padding:9px;
 | 
						|
}
 | 
						|
.qe-block hr {
 | 
						|
	margin: 5px 10px 5px 0;
 | 
						|
}
 | 
						|
.label-tags {
 | 
						|
    background-color: #FF5B00;
 | 
						|
}
 | 
						|
.modal-body .control-group > label {
 | 
						|
  width: 140px;
 | 
						|
}
 | 
						|
.modal-body .controls {
 | 
						|
  margin-left: 160px;
 | 
						|
}
 | 
						|
.dropdown-menu {
 | 
						|
    min-width: 90px;
 | 
						|
}
 | 
						|
.subhead {
 | 
						|
	padding-bottom: 0;
 | 
						|
	margin-bottom: 9px;
 | 
						|
}
 | 
						|
.subhead h1 {
 | 
						|
	font-size: 54px;
 | 
						|
}
 | 
						|
/* Subnav */
 | 
						|
.subnav {
 | 
						|
	width: 100%;
 | 
						|
	height: 36px;
 | 
						|
	/*border-top: 1px solid #e5e5e5;*/
 | 
						|
	background-color: #ffffff;
 | 
						|
}
 | 
						|
.subnav .filter {
 | 
						|
	margin-bottom: 0;
 | 
						|
	border-bottom: 1px solid #e5e5e5;
 | 
						|
}
 | 
						|
.subnav .filter > li > a {
 | 
						|
	margin: 0;
 | 
						|
	padding-top:    11px;
 | 
						|
	padding-bottom: 11px;
 | 
						|
	border-left: 1px solid #f5f5f5;
 | 
						|
	border-right: 1px solid #e5e5e5;
 | 
						|
	-webkit-border-radius: 0;
 | 
						|
	-moz-border-radius: 0;
 | 
						|
	border-radius: 0;
 | 
						|
}
 | 
						|
.subnav .filter > .active > a, .subnav .filter > .active > a:hover {
 | 
						|
	padding-left: 13px;
 | 
						|
	color: #777;
 | 
						|
	background-color: #e9e9e9;
 | 
						|
	border-right-color: #ddd;
 | 
						|
	border-left: 0;
 | 
						|
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
 | 
						|
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
 | 
						|
	box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
 | 
						|
}
 | 
						|
.subnav .filter > .active > a .caret, .subnav .filter > .active > a:hover .caret {
 | 
						|
	border-top-color: #777;
 | 
						|
}
 | 
						|
.subnav .filter > li:first-child > a, .subnav .filter > li:first-child > a:hover {
 | 
						|
	border-left: 0;
 | 
						|
	padding-left: 12px;
 | 
						|
	-webkit-border-radius: 4px 0 0 4px;
 | 
						|
	-moz-border-radius: 4px 0 0 4px;
 | 
						|
	border-radius: 4px 0 0 4px;
 | 
						|
}
 | 
						|
.subnav .filter > li:last-child > a {
 | 
						|
	border-right: 0;
 | 
						|
}
 | 
						|
.subnav .dropdown-menu {
 | 
						|
	-webkit-border-radius: 0 0 4px 4px;
 | 
						|
	-moz-border-radius: 0 0 4px 4px;
 | 
						|
	border-radius: 0 0 4px 4px;
 | 
						|
}
 | 
						|
table .span1-2 {
 | 
						|
	min-width: 85px;
 | 
						|
	float: none;
 | 
						|
	margin-left: 0;
 | 
						|
}
 | 
						|
table .span1-3 {
 | 
						|
	min-width: 200px;
 | 
						|
	float: none;
 | 
						|
	margin-left: 0;
 | 
						|
}
 | 
						|
.qe-block .form-horizontal .form-actions {
 | 
						|
	text-align:right;
 | 
						|
}
 | 
						|
.form-actions form {
 | 
						|
	margin-bottom: 0;
 | 
						|
}
 | 
						|
.form-actions form input {
 | 
						|
	margin-bottom: 0;
 | 
						|
}
 | 
						|
.modal.fade {
 | 
						|
    top: -50%;
 | 
						|
}
 | 
						|
.form-search button {
 | 
						|
	margin-bottom: 0;
 | 
						|
}
 | 
						|
.modal form {
 | 
						|
	margin-bottom: 0;
 | 
						|
} |