app.css 3.77 KB
@CHARSET "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
}

.appAddRowButton {
	width: 11px;
	height: 11px;
	background-image: url(images/AddRow.png);
	display: inline-block; 
	text-indent: -99999px; 
	overflow: hidden; 
	background-repeat: no-repeat;
	margin-left: 2px;
}

.appAutoComplete {
}

.appBaseFont, .appObjectWidget, .appLabeledObjectsLabelTD {
	font-size: 12px;
}

.appErrorIndicator {
}

.appIcon {
	display: inline-block !important;
}

.appLabeledObjectsBodyTD {
	padding: 0px;
}

.appLabeledObjectsTable {
	border-spacing: 0px;
}

.appLabeledObjectsTR {
}

.appLabeledObjectsIconsTD {
	width: 16px;
	vertical-align: top;
	padding-top: 4px;
}

.appLabeledObjectsLabelTD {
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: right;
	vertical-align: top;
}

.appObjectEditorRowTable {
}

.appObjectWidget {
}

.appObjectRow {
}

.appObjectRowButtonTD {
	padding: 3px 0px 0px 0px;
	vertical-align: top;
}

.appObjectRowMainTD {
	padding: 0px;
}

.appObjectRowTable {
}

.appObjectRowTableTR {
}

.appObjectRowIcon {
	width: 16px;
	height: 16px;
	border-width: 0px;
}

.appObjectRowIconTD {
	padding: 2px 0px 0px 0px;
	vertical-align: top;
}

.appObjectsGroup {
	margin-bottom: 16px;
}

.appShiftedLabel {
	padding-top: 5px;
}

.appEditorHiddenField {
}

.appForm {
}

.appFormBorder {
	border-width: thin;
	border-color: gray;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 2px;
}

.appFormBody {
	padding: 4px;
}

.appFormFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b0b0b0;
	background-color: #f0f0f0;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

.appFormHeaderLink {
	font-size: smaller;
	font-weight: bold;
}

.appFormHeaderToolBar {
}

a:link.appFormHeaderLink { 
	color: white;
}

a:visited.appFormHeaderLink { 
	color: white;
}

a:active.appFormHeaderLink { 
	color: white;
}

.appHeader {
	background-color: #303030;
	color: white;
	font-size: 15px;
    font-weight: bold;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
}

.appHeaderLabel {
	font-weight: bold;
}

.appImage {
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

.appIconConcept {
	background-image: url(images/appIcons.png) !important;
	background-position: 0 0 !important;
}

.appIconClass {
	background-image: url(images/appIcons.png) !important;
	background-position: -16px 0px !important;
}

.appLoadingIndicator {
	background-image: url(images/appLoadingIndicator.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	width: 32px;
	height: 32px;
}

div.appTop {text-align:right}
div.appTop div {display:inline; white-space:nowrap}
div.appTop div.appLeft {float:left}
div.appTop {display:table; width:100%}
div.appTop div {display:table-cell}
div.appTop div.appLeft {float:none; text-align:left}
div.appTop div.appRight {text-align:right}

table.appLayoutTable {
	border-spacing: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

td.appLayoutTD {
	padding-left: 0px;
}

table.appPropertyWidgetTable {
	margin-bottom: 4px;
}

td.appPropertyWidgetObjectTD {
	padding: 0px;
	margin: 0px;
}

.appObjectWidgetRow {
	margin-bottom: 3px;
}

.appObjectWidgetToolBar {
	padding-left: 2px;
}

.appObjectWidgetToolBarButton {
	vertical-align: middle;
}

.appSubTitle {
	color: gray;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}

.appTitle {
	color: gray;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 14px;
}

.appWidgetInitializer {
	display: none;
}

.ui-menu-item {
	font-size: 11px;
}

.ui-layout-content { 
    padding: 0 !important;
} 

.ui-layout-north, .ui-layout-south, .ui-layout-west, .ui-layout-east, .ui-layout-center {
	border: 0px !important;
    padding: 0 !important;
}

.jstree {
	font-size: 12px !important;
}