Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/cron/cronconfig.css

/*
     WARNING: This is a generated file. Any changes you make directly to this file
     will be overwritten when the file is regenerated. Add styles to the appropriate
     .less file instead.
*/
.formContainer {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 800px;
  border: 1px solid gray;
  padding: 10px;
  margin-top: 4px;
}
#intro {
  width: 800px;
  font-size: 14px;
  padding-left: 10px;
}
div#intro ul {
  font-size: 11px;
  line-height: 13px;
  list-style-type: none;
}
.term {
  font-weight: bold;
  padding-right: 5px;
}
.formTable {
  display: table;
  width: 450px;
}
.formRow {
  display: table-row;
  width: 400px;
  border: none;
}
.formCell {
  display: table-cell;
  padding: 4px 4px 4px 0;
  width: 60px;
}
html[dir="rtl"] .formCell {
  padding: 4px 0 4px 4px;
}
.header {
  font-weight: bold;
}
form {
  background-color: #ffffff;
  display: inline;
}
input[type="text"] {
  min-width: 60px;
}
Back to Directory File Manager