genex.css 3.15 KB
Newer Older
jmclaus committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
.genex-button {
    margin-right: -8px;
    height: 40px !important;
}

.genex-label {
    /*font: normal normal normal 10pt/normal 'Open Sans', Verdana, Geneva, sans-serif !important;*/
    /*padding: 4px 0px 0px 10px !important;*/
    font-family: sans-serif !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    padding-top: 6px !important;
    margin-left: 18px;
}

.gwt-HTML {
	cursor: default;
	overflow-x: auto !important;
	overflow-y: auto !important;
	background-color: rgb(248, 248, 248) !important;
}

.genex-scrollpanel {
    word-wrap: normal !important;
    white-space: pre !important;
}

pre, #dna-strand {
    font-family: 'courier new', courier !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    border-style: none !important;
    background-color: rgb(248, 248, 248) !important;	
    word-wrap: normal !important;
    white-space: pre !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.gwt-DialogBox .Caption {
  background: #F1F1F1;
  padding: 4px 8px 4px 4px;
  cursor: default;
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #D2D2D2;
}
.gwt-DialogBox .dialogContent {
}
.gwt-DialogBox .dialogMiddleCenter {
  padding: 3px;
  background: white;
}
.gwt-DialogBox .dialogBottomCenter {
60 61
  background: url(images/hborder.png) repeat-x 0px -2945px;
  -background: url(images/hborder_ie6.png) repeat-x 0px -2144px;
jmclaus committed
62 63
}
.gwt-DialogBox .dialogMiddleLeft {
64
  background: url(images/vborder.png) repeat-y -31px 0px;
jmclaus committed
65 66
}
.gwt-DialogBox .dialogMiddleRight {
67 68
  background: url(images/vborder.png) repeat-y -32px 0px;
  -background: url(images/vborder_ie6.png) repeat-y -32px 0px;
jmclaus committed
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
}
.gwt-DialogBox .dialogTopLeftInner {
  width: 10px;
  height: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopRightInner {
  width: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomLeftInner {
  width: 10px;
  height: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomRightInner {
  width: 12px;
  height: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopLeft {
90 91
  background: url(images/circles.png) no-repeat -20px 0px;
  -background: url(images/circles_ie6.png) no-repeat -20px 0px;
jmclaus committed
92 93
}
.gwt-DialogBox .dialogTopRight {
94 95
  background: url(images/circles.png) no-repeat -28px 0px;
  -background: url(images/circles_ie6.png) no-repeat -28px 0px;
jmclaus committed
96 97
}
.gwt-DialogBox .dialogBottomLeft {
98 99
  background: url(images/circles.png) no-repeat 0px -36px;
  -background: url(images/circles_ie6.png) no-repeat 0px -36px;
jmclaus committed
100 101
}
.gwt-DialogBox .dialogBottomRight {
102 103
  background: url(images/circles.png) no-repeat -8px -36px;
  -background: url(images/circles_ie6.png) no-repeat -8px -36px;
jmclaus committed
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
}
* html .gwt-DialogBox .dialogTopLeftInner {
  width: 10px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogTopRightInner {
  width: 12px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomLeftInner {
  width: 10px;
  height: 12px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomRightInner {
  width: 12px;
  height: 12px;
  overflow: hidden;
}