summaryrefslogtreecommitdiffstats
path: root/install/static
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-09-15 11:00:00 -0400
committerAdam Young <ayoung@redhat.com>2010-09-17 19:42:40 -0400
commit9b64a132e00ec3f213ab5603078efcc7666267fb (patch)
tree743dccbf70d9216cd0ab4278db6ab6d54d062f4e /install/static
parent99222d61fe371734dd49742413c98d47cbbfb6b6 (diff)
downloadfreeipa-9b64a132e00ec3f213ab5603078efcc7666267fb.tar.gz
freeipa-9b64a132e00ec3f213ab5603078efcc7666267fb.tar.xz
freeipa-9b64a132e00ec3f213ab5603078efcc7666267fb.zip
fixed formatting of search table
Diffstat (limited to 'install/static')
-rw-r--r--install/static/ipa.css38
1 files changed, 13 insertions, 25 deletions
diff --git a/install/static/ipa.css b/install/static/ipa.css
index 326ed1c08..d3cb6fba7 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