From 9994de85fcf14a98dcc54cc7399b87e34d9b3c29 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 17 Mar 2009 09:23:07 -0400
Subject: [PATCH] Updated all language files.
---
interface/web/themes/default/css/screen/content_ispc.css | 28 +++++++++++++++++++++++++---
1 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/interface/web/themes/default/css/screen/content_ispc.css b/interface/web/themes/default/css/screen/content_ispc.css
index 8026c56..7fbaaef 100644
--- a/interface/web/themes/default/css/screen/content_ispc.css
+++ b/interface/web/themes/default/css/screen/content_ispc.css
@@ -65,6 +65,10 @@
.pnl_formarea fieldset {
font-weight: bold;
}
+
+ /* hide line and legend when inside tabbed content */
+ #tabbox_content * .pnl_toolsarea fieldset, #tabbox_content * .pnl_listarea fieldset, #tabbox_content * .pnl_formsarea fieldset { border: none !important; }
+ #tabbox_content * .pnl_toolsarea fieldset legend, #tabbox_content * .pnl_listarea fieldset legend, #tabbox_content * .pnl_formsarea fieldset legend { display: none !important; }
.codeview {
margin:20px 0;
@@ -293,9 +297,27 @@
}
.textDisplay { display: block; }
- select#language { width: 100px; }
- .panel_dns_soa * input#refresh, .panel_dns_soa * input#retry, .panel_dns_soa * input#expire, .panel_dns_soa * input#minimum, .panel_dns_soa * input#ttl { width: 100px; }
-
+ /* Form Length Classes */
+ .textInput.formLengthBool { width: 25px !important; }
+ .selectInput.formLengthBool { width: 60px !important; }
+ .textInput.formLengthLimit { width: 50px !important; }
+ .selectInput.formLengthLimit { width: 85px !important; }
+ .formLengthDate { width: 75px !important; }
+ .formLengthIPv4 { width: 125px !important; }
+ .formLengthIPv6 { width: 100% !important; }
+ .formLengthEmailUser { width: 30% !important; }
+ .formLengthEmailDomain { width: 30% !important; }
+ .formLengthHalf { width: 15% !important; }
+ .formLengthDouble { width: 50% !important; }
+
+ /* Individual Form Lengths */
+ .textInput#username, .textInput#password, .textInput#passwort, .textInput#source_password { width: 100px; }
+ .selectInput#language { width: 75px; }
+ .selectInput#client_group_id, .selectInput#default_group { width: 125px; }
+ input#refresh, input#retry, input#expire, input#minimum, input#ttl { width: 50px !important; }
+
+ /* --- */
+
a[href $='#logout'] { padding-right: 18px; background: transparent url("../../icons/x16/logout.png") no-repeat right top !important; }
/* Select Menu with Images */
--
Gitblit v1.9.1