122 lines
3.2 KiB
CSS
122 lines
3.2 KiB
CSS
.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 {
|
|
background: url(images/hborder.png) repeat-x 0px -2945px;
|
|
-background: url(images/hborder_ie6.png) repeat-x 0px -2144px;
|
|
}
|
|
.gwt-DialogBox .dialogMiddleLeft {
|
|
background: url(images/vborder.png) repeat-y -31px 0px;
|
|
}
|
|
.gwt-DialogBox .dialogMiddleRight {
|
|
background: url(images/vborder.png) repeat-y -32px 0px;
|
|
-background: url(images/vborder_ie6.png) repeat-y -32px 0px;
|
|
}
|
|
.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 {
|
|
background: url(images/circles.png) no-repeat -20px 0px;
|
|
-background: url(images/circles_ie6.png) no-repeat -20px 0px;
|
|
}
|
|
.gwt-DialogBox .dialogTopRight {
|
|
background: url(images/circles.png) no-repeat -28px 0px;
|
|
-background: url(images/circles_ie6.png) no-repeat -28px 0px;
|
|
}
|
|
.gwt-DialogBox .dialogBottomLeft {
|
|
background: url(images/circles.png) no-repeat 0px -36px;
|
|
-background: url(images/circles_ie6.png) no-repeat 0px -36px;
|
|
}
|
|
.gwt-DialogBox .dialogBottomRight {
|
|
background: url(images/circles.png) no-repeat -8px -36px;
|
|
-background: url(images/circles_ie6.png) no-repeat -8px -36px;
|
|
}
|
|
* 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;
|
|
} |