From f0a0ea04e142be9ec67104ffbe6bb6a3e4f55b34 Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Wed, 13 Jun 2012 05:46:00 -0400
Subject: [PATCH] added tmp_vars for login + password_reset as replacement for hardcoded language non-neutral expressions

---
 interface/web/themes/default/css/screen/content_ispc.css |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/interface/web/themes/default/css/screen/content_ispc.css b/interface/web/themes/default/css/screen/content_ispc.css
index 2678187..9553525 100644
--- a/interface/web/themes/default/css/screen/content_ispc.css
+++ b/interface/web/themes/default/css/screen/content_ispc.css
@@ -88,6 +88,8 @@
 	table.list .tbl_row_even { background: #fcfcfc; }
 	table.list .tbl_row_uneven { background: #f0f8ff; }
 	table.list tr:hover { background: #fffacd; }
+	table.list td { word-wrap:break-word;white-space:pre-wrap; }
+	table.list td.tbl_col_buttons { word-wrap:normal;white-space:normal; }
 
     /* Password Strength */
     #passBar {
@@ -1252,5 +1254,25 @@
 		-ms-border-radius:0 0 5px 5px;
 		border-radius:0 0 5px 5px;
 	}
+	
+	span.icons16-empty{
+		float:left;
+		display:block;
+		height:20px;
+		width:20px;
+		margin:0 7px 0 0;
+	}
+	
+	.ttip{
+		width:16px;
+		height:16px;
+		cursor:pointer;
+		background: url(../../icons/x16/question_frame.png) no-repeat center center;
+		float:right;
+		display:inline;
+		position:relative;
+		right:-2px;
+		top:-2px;
+	}
 }
 

--
Gitblit v1.9.1