Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
interface/web/themes/default/assets/stylesheets/ispconfig.css
@@ -65,7 +65,8 @@
  float: left;
  width: 200px;
  height: 65px;
  background: url("../images/logo.png") no-repeat; }
  margin-top:10px;
  /*background: url("../images/logo.png") no-repeat;*/ }
  #logo a {
    display: block;
    width: 100%;
@@ -117,6 +118,18 @@
#content {
  width: 78%; }
#passBar, #passText {
  display: inline-block;
  vertical-align: middle; }
#passBar {
  height: 11px;
  padding: 0; }
#passBar > div {
  height: 100%;
  padding: 0; }
#sidebar {
  margin-top: 27px;
@@ -218,6 +231,9 @@
    transition: background ease 500ms; }
    .table tbody tr:last-child {
      border-radius: 4px; }
    .table tbody tr td {
      text-overflow: ellipsis;
      overflow-x: hidden; }
.tfooter {
  margin-top: -1px;
@@ -233,6 +249,9 @@
  margin-bottom: 0;
  width: 150px;
  height: 10px; }
p.fieldset-legend {
  display: none; }
.content-tab-wrapper {
  border-style: solid;
@@ -267,6 +286,37 @@
  width: 8%;
  overflow: hidden;
  text-overflow: ellipsis; }
thead.dark th[data-column] {
  cursor: pointer;
}
thead.dark th[data-column][data-ordered] {
   font-weight: bold;
   position: relative;
}
thead.dark th[data-column][data-ordered]:before {
   content: "";
   display: block;
   position: absolute;
   right: 5px;
   top: 16px;
   width: 0;
   height: 0;
   vertical-align: middle;
   border-bottom: 5px solid #fff;
   border-top: 5px solid transparent;
   border-right: 5px solid transparent;
   border-left: 6px solid transparent;
   line-height: inherit;
}
thead.dark th[data-column][data-ordered="desc"]:before {
   top: 21px;
   border-bottom: 5px solid transparent;
   border-top: 5px solid #fff;
}
thead.dark td input,
thead.dark td select {
@@ -440,6 +490,7 @@
span.flag-ee {background-position:0 -1387px}
span.flag-eg {background-position:0 -1409px}
span.flag-eh {background-position:0 -1431px}
/*span.flag-en {background-position:0 -1453px}*/
span.flag-er {background-position:0 -1475px}
span.flag-es {background-position:0 -1497px}
span.flag-et {background-position:0 -1519px}
@@ -450,7 +501,7 @@
span.flag-fo {background-position:0 -1673px}
span.flag-fr {background-position:0 -1695px}
span.flag-ga {background-position:0 -1717px}
span.flag-gb {background-position:0 -1739px}
span.flag-gb, span.flag-en {background-position:0 -1739px}
span.flag-gd {background-position:0 -1761px}
span.flag-ge {background-position:0 -1783px}
span.flag-gf {background-position:0 -1805px}
@@ -622,3 +673,25 @@
  #logo {
    background-image: url("../images/logo@2x.png");
    background-size: 200px 65px; } }
.input-group-field {
    display: table-cell;
    vertical-align: middle;
    border-radius:4px;
    min-width:1%;
    white-space: nowrap;
}
.input-group-field .form-control {
    border-radius: inherit !important;
}
.input-group-field:not(:first-child):not(:last-child) {
    border-radius:0;
}
.input-group-field:not(:first-child):not(:last-child) .form-control {
    border-left-width: 0;
    border-right-width: 0;
}
.input-group-field:last-child {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}