admiyo-freeipa-0026-fixed-formatting-of-search-table.patch
>From 4f4cd60cae0a7650f0af6bcaa7c34100e68eb295 Mon Sep 17 00:00:00 2001
From: Adam Young <ayo...@redhat.com>
Date: Wed, 15 Sep 2010 11:00:00 -0400
Subject: [PATCH 26/33] fixed formatting of search table

---
 install/static/ipa.css |   38 +++++++++++++-------------------------
 1 files changed, 13 insertions(+), 25 deletions(-)

diff --git a/install/static/ipa.css b/install/static/ipa.css
index 326ed1c..d3cb6fb 100644
--- a/install/static/ipa.css
+++ b/install/static/ipa.css
@@ -61,14 +61,6 @@ div.tabs {
     overflow: auto;
 }
 
-/* ---- Search ---- */
-table.search-table {
-    width: 100%;
-}
-
-table.search-table th {
-    text-align: left;
-}
 
 h1 {
     font-size: 26pt;
@@ -228,11 +220,9 @@ span.sub-nav-off{
 }
 
 
-
-
 /* Search  */
 
-#search{
+.search-container{
     float: left;
     width: 80%;
     margin: 10px;
@@ -240,35 +230,33 @@ span.sub-nav-off{
     background: #e8e8e8;
 }
 
-div.searchControls{
-    background:#a5a5a5;
+.search-controls {
+     background:#a5a5a5;
 }
 
+.search-table > a:link,a:visted{
+    color:black;
+}
 
-
-#searchResultsTable{
+.search-table{
     padding: 0px;
     width:100%;
     border-width: thin;
     border-style: solid;
     border-color: black;
-}
 
-#searchResultsTable > a:link,a:visted{
-    color:black;
 }
 
-
-#searchResultsTable th{
+.search-table th{
     background-color:gray;
     color:white;
+    text-align: left;
 }
 
-#searchResultsTable tr:nth-child(even){
+.search-table tr:nth-child(even){
     background-color:#CCC;
 }
-#searchResultsTable tr:nth-child(odd){
-    background-color:#FFF;
-}
-
 
+.search-table tr:nth-child(odd){
+    background-color:#FFF;
+}
\ No newline at end of file
-- 
1.7.1

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to