protex.css 1.08 KB
Newer Older
1 2 3 4
.protex-absolute-panel {
   background-color: #BBBBBB;
}

5 6 7 8
.protex-canvas {
	outline: none;
}

9 10 11 12 13 14 15 16 17
.protex-caption-panel {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	border:2px solid #4E4E4E;
    font: normal normal normal 14pt/normal 'Open Sans', sans-serif;
	background-color: #B2B2FF;
}

.protex-textbox {
18 19
    font: normal normal normal 12pt/normal 'Open Sans', sans-serif !important;
    padding: 2px 2px 2px 2px !important;
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
}

.protex-caption-panel-ss-bonds-on {
    padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	border:2px solid #4E4E4E;
    font: normal normal normal 14pt/normal 'Open Sans', sans-serif;
	background-color: #B2FFFF;	
}

.protex-button {
    margin-right: 15px;
}

.protex-listbox {
}
jmclaus committed
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53

.gwt-ProgressBar-shell {
  border: 2px solid #faf9f7;
  border-right: 2px solid #848280;
  border-bottom: 2px solid #848280;
  background-color: #AAAAAA;
  height: 14pt;
  width: 50%;
  margin-left: 15px;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-bar {
  background-color: #67A7E3;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-text {
  padding: 0px;
  margin: 0px;
  color: white;
}