Skip to content
ispconfig.css 7.15 KiB
Newer Older
body {
  overflow-y: scroll; }

.left {
  float: left; }

.right {
  float: right; }

.clear:after {
  content: "";
  display: table;
  clear: both; }

.marginTop15 {
  margin-top: 15px; }

.paddingX5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.width65 {
  width: 65px; }

.form-group input[type='checkbox'] {
  margin-top: 10px; }

.control-label {
  font-weight: normal; }
  .control-label:after {
    content: ":"; }

.formbutton-default {
  padding: 6px 30px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-size: 12px;
  font-weight: bold;
  transition: all ease 500ms; }

Marius Cramer's avatar
Marius Cramer committed
.formbutton-success,
.formbutton-danger {
  padding: 6px 30px;
  border-style: solid;
  border-width: 1px;
  border-bottom-width: solid;
  font-size: 12px;
  font-weight: bold;
  transition: all ease 500ms; }

Marius Cramer's avatar
Marius Cramer committed
.formbutton-narrow {
  padding: 6px 8px;
  margin-left: 2px;
  margin-right: 2px; }

.formbutton-narrower {
  padding: 4px 6px; }

#main-wrapper {
  margin: 0 auto;
Marius Cramer's avatar
Marius Cramer committed
  width: 95%;
  max-width: 1260px; }

#logo {
  float: left;
  width: 200px;
  height: 65px;
  background: url("../images/logo.png") no-repeat; }
  #logo a {
    display: block;
    width: 100%;
    height: 100%; }

#headerbar {
  float: right; }

#searchform {
  float: right;
  margin-top: 16px; }
  #searchform > div {
    position: relative;
    display: table; }
    #searchform > div > div {
      display: table-cell;
      padding-right: 8px;
      vertical-align: top; }
  #searchform .icon {
    padding: 0 2px;
    font-size: 16px; }

#logout-button {
  float: right;
  margin-top: 16px;
  margin-left: 25px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  transition: all ease 500ms; }

#main-navigation {
  margin-top: 24px; }
  #main-navigation a {
    padding: 0 12px;
    height: 70px;
    border-bottom-style: solid;
    botder-bottom-width: 2px;
    transition: all ease 500ms; }
  #main-navigation .icon {
    font-size: 32px; }
  #main-navigation .title {
    margin-top: 2px;
    font-weight: bold; }

.btn-group-justified .btn {
  border-right-width: 0; }
  .btn-group-justified .btn:last-of-type {
    border-right-width: 1px; }

#content {
Marius Cramer's avatar
Marius Cramer committed
  width: 78%; }

#sidebar {
  margin-top: 27px;
Marius Cramer's avatar
Marius Cramer committed
  width: 18%;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px; }
  #sidebar header {
    margin: 1px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  #sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #sidebar li {
    padding: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 12px; }
  #sidebar a {
    text-decoration: none;
    transition: color ease 500ms; }

.page-header {
  margin: 20px 0;
  padding: 0; }

.alert-notification a {
  font-weight: bold;
  text-decoration: none;
  transition: color ease 500ms; }

.alert-label, .alert-content {
  display: inline-block;
  vertical-align: top; }

.alert-label {
  width: 60px; }

.modules {
  margin: 0;
  padding: 0;
  list-style: none; }
  .modules li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 8px;
    width: 200px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px; }
  .modules .icon {
    float: left;
    margin-right: 15px;
    font-size: 50px; }
  .modules .left {
    margin-top: 5px; }
  .modules .title {
    margin-top: 6px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold; }
  .modules .button {
    margin-top: 10px;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    font-size: 12px;
    font-weight: bold;
    transition: all ease 500ms; }
  .modules a {
    text-decoration: none; }

.table-wrapper {
  margin-bottom: 20px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px; }

.table {
Marius Cramer's avatar
Marius Cramer committed
  table-layout: fixed;
  margin-bottom: 1px; }
  .table caption {
    padding: 5px 10px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    border-bottom-style: solid;
    border-bottom-width: 1px; }
  .table tbody tr {
    border-top-style: solid;
    border-top-width: 1px;
    transition: background ease 500ms; }
    .table tbody tr:last-child {
      border-radius: 4px; }

.tfooter {
  margin-top: -1px;
  height: 40px;
  border-top-style: solid;
  border-top-width: 1px; }

Marius Cramer's avatar
Marius Cramer committed
.pagination {
  margin: 10px 0; }

.progress {
  display: inline-block;
  margin-bottom: 0;
Marius Cramer's avatar
Marius Cramer committed
  width: 150px;
  height: 10px; }

.content-tab-wrapper {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px; }
  .content-tab-wrapper .nav-tabs > li > a {
    border-radius: 0;
    border: none !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    outline: none;
    font-weight: bold;
    transition: background ease 500ms; }
  .content-tab-wrapper .nav-tabs li:not(:first-child) a {
    margin-left: -2px; }

.tab-content {
  padding: 25px 10px; }

.input-group-btn .icon-calendar {
  font-size: 18px; }

thead.dark th {
  height: 40px;
  line-height: 40px;
  font-weight: normal; }

Marius Cramer's avatar
Marius Cramer committed
thead.dark td input,
thead.dark td select {
  width: 100%; }

#footer {
  margin: 20px 0;
  padding-top: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  text-align: center;
  font-size: 10px; }

.menu-btn {
  display: none;
  cursor: pointer; }

Marius Cramer's avatar
Marius Cramer committed
.df-container,
.gs-container {
  position: relative; }

.gs-container:after {
  content: "";
  display: table;
  clear: both; }

ul.df-resultbox,
ul.gs-resultbox {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
    margin: 0;
    padding: 0 0 10px;
    min-width: 250px;
    max-width: 500px;
    z-index: 999999;
    background: #fff;
    list-style: none;
	box-shadow: 2px 2px 5px #c5c5c5;
	border-radius: 5px; }

ul.df-resultbox li,
ul.gs-resultbox li {
  float: none;
  display: block;
  cursor: pointer;
  padding: 0 10px; }

ul.gs-resultbox li {
  padding: 3px 10px;
  line-height: 1.1;
  font-size: 0.9em; }

ul.df-resultbox li:nth-child(even),
ul.gs-resultbox li:nth-child(even) {
	background: #f2f5f7; }

ul.df-resultbox li.df-cheader,
ul.gs-resultbox li.gs-cheader {
  background: #fff;
  padding-top: 10px;
  margin-bottom: 10px;
  }

ul.df-resultbox li p,
ul.gs-resultbox li p {
  margin-bottom: 0;
  color: inherit; }

ul.df-resultbox li.df-cheader p.df-cheader-title,
ul.gs-resultbox li.gs-cheader p.gs-cheader-title {
  font-weight: bold;
  margin-bottom: 0; }

ul.df-resultbox li.df-cheader p.df-cheader-limit,
ul.gs-resultbox li.gs-cheader p.gs-cheader-limit {
  font-weight: normal; }

ul.df-resultbox li.df-cdata img,
ul.gs-resultbox li.gs-cdata img {
  margin-right: 12px; }
    
ul.df-resultbox li.df-cdata p span.df-cdata-title,
ul.gs-resultbox li.gs-cdata p span.gs-cdata-title {
  font-weight: bold; }

ul.gs-resultbox li.gs-cdata p span.gs-cdata-title {
  display: block; }

ul.df-resultbox li:first-child,
ul.gs-resultbox li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

ul.df-resultbox li:last-child,
ul.gs-resultbox li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #logo {
    background-image: url("../images/logo@2x.png");
    background-size: 200px 65px; } }