From e2c00a1762d1313e32f9fed330406b2e38d1af5b Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Mon, 26 Mar 2012 12:33:34 -0400
Subject: [PATCH] - Added restart function for PHP-FPM.
---
interface/web/themes/default/css/screen/content.css | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/interface/web/themes/default/css/screen/content.css b/interface/web/themes/default/css/screen/content.css
index daf1310..4f65858 100644
--- a/interface/web/themes/default/css/screen/content.css
+++ b/interface/web/themes/default/css/screen/content.css
@@ -95,6 +95,15 @@
border-bottom: .1em dashed #c00;
cursor: help;
}
+
+ /* Set a background-color, no system backgorund used anymore */
+ select, input, textarea {
+ background: #FFFFFF;
+ border: 1px solid #DFDFDF;
+ padding: 1px;
+ outline:none;
+ }
+
/**
* Generic Content Classes
@@ -165,8 +174,9 @@
table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
table.full { width: 100%; }
table.fixed { table-layout:fixed }
-
- th,td { padding: 0.5em; }
+
+ table.list td{max-width:350px;min-width: 32px;white-space: nowrap;overflow:hidden;text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis;}
+ th,td { padding: 0.5em;text-align:left;}
thead th { background: #444 url(../../images/lists_thead_bg.png) repeat-x; color: #fff }
tbody th { background: #ccc; color: #333 }
tbody th.sub { background: #ddd; color: #333 }
@@ -185,4 +195,9 @@
border:0;
border-bottom: 1px #eee solid;
}
+
+ /* Sorting cusror and backgorund */
+ .pnl_listarea th[class^="tbl_col"]{cursor:pointer}
+ .pnl_listarea th[class^="tbl_col"]:hover{background-position:0 -15px!important}
+
}
--
Gitblit v1.9.1