view release on metacpan or search on metacpan
lib/CGI/OptimalQuery/InteractiveQuery.pm view on Meta::CPAN
/* workaround: too bad 'text-align: center' does not work */
table.OQpager {
  margin-left: auto;
  margin-right: auto;
}
.OQcolHeadTitle {
  font-size: 1.1em;
  color: black;
  font-weight: bold;
}
#OQdata tr td {
  border-right: 1px solid #efefef;
}
#OQhead, #OQinfo, #OQdata {
  width: 100%;
}
lib/CGI/OptimalQuery/InteractiveQuery.pm view on Meta::CPAN
  font-size: .8em;
  color: #444444;
  overflow: auto;
  display: none;
}
#cmdOptions button.closeButton {
  position: absolute;
  right: 0;
  color: black;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  background-color: white;
  border: 1px outset black;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: .8em;
}
lib/CGI/OptimalQuery/PrinterFriendly.pm view on Meta::CPAN
dl {
  margin:0;
}
dt,dd {
  float: left;
  margin: 0;
}
dt {
  clear:both;
  width: 5em;
  font-weight: bold;
}
table {
  border-collapse: collapse;
}
td {
  padding: 0 3px;
}
thead td {
  font-weight: bold;
  text-decoration: underline;
}
tbody td {
  border-bottom: 1px solid #ddd;
}
#OQdata {
  clear: both;
}
</style>
</head>
lib/CGI/OptimalQuery/Resources/InteractiveQuery2.css view on Meta::CPAN
}
form.OQform {
  position: relative;
  margin: 0;
}
.OQhead { position: relative; background-color: #666; color: #fff; overflow: hidden; padding: .2em; border-bottom: 1px solid #444b54; }
.OQtitle {
  width: 40%; float: left; padding: .3em 0;
  font-weight: bold;
}
.OQsummary { width: 30%; text-align: center; float: left; padding: .3em 0; }
.OQcmds { text-align: right; float: right; }
.OQcmds > * {
  font-size: .7em;
}
.OQinfo {
  width: 100%;
lib/CGI/OptimalQuery/Resources/InteractiveQuery2.css view on Meta::CPAN
.OQFilterDescr {
  cursor: pointer;
}
.OQRecUpdateMsg {
  background-color: #fdd;
  text-align: center;
  padding: 2px;
  color: #222;
  border: 1px solid #ffe;
  font-weight: bold;
}
.OQBlocker {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  cursor: wait; 
  display: none;
}
lib/CGI/OptimalQuery/Resources/InteractiveQuery2.css view on Meta::CPAN
}
.OQemailmergetemplatevarlist {
  position: relative;
  max-height: 32em;
  overflow: auto;
  min-width: 16em;
}
.OQemailmergeform p > label {
  font-weight: bold;
  color: #222;
  margin: 4px;
}
.OQemailmergeform small {
  color: #555;
  margin-left: 6px;
}
.OQemailmergeform textarea {
  height: 4em;
lib/CGI/OptimalQuery/Resources/InteractiveQuery2.css view on Meta::CPAN
  text-align: right;
}
table.OQdata > thead td {
  text-align: center;
  background-color: #ddd;
  font-size: .8em;
  cursor: pointer;
  border: 1px solid #aaa;
  border-width: 0 1px 1px 1px;
  height: 3em;
  font-weight: bold;
}
table.OQdata > thead td:hover {
  background-color: #ffd;
}
table.OQdata > thead td[data-noselect][data-nosort][data-nosort] {
  background-color: #ddd;
  cursor: default;
}
table.OQdata > thead td:first-child, 
table.OQdata > thead td:last-child {
lib/CGI/OptimalQuery/Resources/InteractiveQuery2.css view on Meta::CPAN
  background-image: url(view-left-close.png);
}
.OQStatsBut {
  background-image: url(view-statistics.png);
}
.OQToolsCancelBut {
  position:absolute;
  right:4px;
  top:4px;
  font-size:20px;
  font-weight:bold;
  color:#858585;
  cursor:pointer;
  height:30px;
  width:30px;
  font-family:serif;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #eee;
  padding: 0;
  text-align: center;
lib/CGI/OptimalQuery/Resources/InteractiveQuery2.css view on Meta::CPAN
  margin: 0;
  border: 0;
  background-color: transparent;
  font-size: .9em;
  width: auto !important;
}
.OQrecview td * {
  text-align: left;
}
.OQrecview tr td:first-child {
  font-weight: bold;
  text-align: right;
  color: #333;
}
.OQrecview td:first-child:after {
  content:':';
}
.OQrecviewLabel {
  margin-left: 4px;
  font-weight: bold;
}
.OQrecviewVal + .OQrecviewLabel {
  margin-top: 6px;
  padding-top: 2px;
  border-top: 1px solid #ccc;
}
.OQrecviewVal {
  margin-left: 6px;
}
.OQrecviewVal * {
lib/CGI/OptimalQuery/Resources/InteractiveQuery2.css view on Meta::CPAN
  display: inline-block;
  border: 1px outset #ccc !important;
  background-position: 10px 10px;
  color: #222 !important;
  line-height: 40px !important;
  width: 100px !important;
  height: 40px !important;
  font-size: 12px !important;
  border-radius: 10px !important;
  padding: 0 0 0 36px;
  font-weight: bold;
  text-align: left;
}
.OQToolsPanel .OQSavedSearchCkBox {
  position:relative;
  left:-4px;
  width:14em;
  text-align:left;
  font-size:11px;
}
lib/CGI/OptimalQuery/SaveSearchTool.pm view on Meta::CPAN
  font-family: sans-serif;
}
.OQSSAlert h2 {
  margin: 0;
  font-size: 14px;
}
.OQSSAlert table {
  border-collapse: collapse;
}
.OQSSAlert thead td {
  font-weight: bold;
  color: white;
  background-color: #999;
}
.OQSSAlert td {
  padding: 4px;
  border: 1px solid #aaa;
  font-size: 11px;
}
.OQSSAlert .ftv {
  background-color: #E2FFE2;