Marius Burkard
2016-02-04 c795dfd688dd414386ffdeba9fd081a4ba9bdb90
interface/web/themes/default/assets/stylesheets/ispconfig.css
@@ -658,3 +658,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;
}