37 lines
520 B
CSS
37 lines
520 B
CSS
.ui-dialog.ui-widget-content {
|
|
z-index: 1003!important;
|
|
}
|
|
|
|
.ui-widget-overlay {
|
|
z-index: 1002!important;
|
|
}
|
|
|
|
.widgetContent {
|
|
width: 99.8%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#topLeftBar {
|
|
z-index: 300!important;
|
|
}
|
|
|
|
.submit {
|
|
height: 30px;
|
|
}
|
|
|
|
input[type=checkbox], input[type=radio] {
|
|
border: none;
|
|
background: transparent none;
|
|
}
|
|
|
|
.jqplot-seriespicker-popover p input {
|
|
width: 15px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/* Don't override select style */
|
|
select {
|
|
background: transparent;
|
|
padding-right: 12px;
|
|
}
|