All Downloads are FREE. Search and download functionalities are using the official Maven repository.

css.report.css Maven / Gradle / Ivy

There is a newer version: 0.10.1
Show newest version
#script_table_container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 250px;
}

body {
  background-color: #fcfcff;
}

#script_table {
  margin: 0px;
}

.successLine {
  background-color: #abff7f;
}

.errorLine {
  background-color: #ffe4e1;
}

.notRunLine {
  background-color: #e7e8e2;
}

#funcArgTestDocs {
  display: none;
}

.hiddenFuncArgTestDoc {
  display: none;
}

#err_msg_container {
  width: 50%
}

#err_msg {
  color: red    
}

#bxslider_container {
  position: absolute;
  width: 400px;
  height: 250px;
  left: 77%;
  margin-left: -200px;
}

.bxslider > li > div {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 250px;
}

.bxslider > li > div > img {
  overflow: hidden;
  width: 100%;
  height: auto;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy