From c795dfd688dd414386ffdeba9fd081a4ba9bdb90 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Thu, 04 Feb 2016 10:01:47 -0500
Subject: [PATCH] added missing tables to client_delete function - Closes #3712
---
interface/web/themes/default/assets/stylesheets/ispconfig.css | 28 ++++++++++++++++++++++++++--
1 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/interface/web/themes/default/assets/stylesheets/ispconfig.css b/interface/web/themes/default/assets/stylesheets/ispconfig.css
index 958c2b3..ed3a5a1 100644
--- a/interface/web/themes/default/assets/stylesheets/ispconfig.css
+++ b/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%;
@@ -474,6 +475,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}
@@ -484,7 +486,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}
@@ -656,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;
+}
\ No newline at end of file
--
Gitblit v1.9.1