changing the default.css style sheets to handle the new navibar/buttons
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 10 Nov 2008 11:21:04 +0000 (11:21 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 10 Nov 2008 11:21:04 +0000 (11:21 +0000)
CHANGELOG.txt
themes/aqua/default.css
themes/cool/default.css
themes/cool/images/sort_asc.gif
themes/cool/images/sort_desc.gif
themes/default/default.css

index 5b946b396e92fea53edaff07b001a9b3ac9f1c54..6abed7f771bc754475b9f347d3bbd43084431471 100644 (file)
@@ -19,6 +19,14 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+10-Nov-2008 Joe Hunt
+! changing the default.css style sheets to handle the new navibar/buttons
+$ /themes/default/default.css 
+  /themes/aqua/default.css
+  /themes/cool/default.css
+  /themes/cool/images/sort_asc.gif
+  /themes/cool/images/sort_desc.gif
+  
 10-Nov-2008 Joe Hunt
 ! Changed Bank Statement Report in accourding to Bank Account Change
 $ /reporting/rep601.php
index 1e0785435fb79e8aa58f7e122f4968b6707bec7b..e9b4376337b0d31dfe7b569516e8e31ebd5d70ce 100644 (file)
@@ -375,9 +375,10 @@ input.amount {
   color:#808080;
   cursor: auto;
 }
-.navibutton {
-   color:#0000FF;
-   padding: 3px;
+button.navibutton {
+       font-weight: bold;
+   color:#000;
+   padding: 0 3px;
    background-color:transparent;
    border-style:none;
    text-decoration:underline;
@@ -385,10 +386,14 @@ input.amount {
 }
 
 .navibar {
-    padding: 3px;
+    padding: 3px;
        border: 1px solid #8cacbb;
     border-collapse: collapse;
-    background-color: #dee7ec;
+    background-color: #d5cea7;
+}
+table.navibar td {
+       color: #000;
+       border: 0px none;
 }
 
 
index 85f8342dfb5e238d1c5bed3d4a6dc591004a394f..336ab1c592bb23f49f65d8199bcd7bdbc961036b 100644 (file)
@@ -380,9 +380,10 @@ input.amount {
   color:#808080;
   cursor: auto;
 }
-.navibutton {
-   color:#0000FF;
-   padding: 3px;
+button.navibutton {
+       font-weight: bold;
+   color:#fff;
+   padding: 0 3px;
    background-color:transparent;
    border-style:none;
    text-decoration:underline;
@@ -390,10 +391,15 @@ input.amount {
 }
 
 .navibar {
-    padding: 3px;
+    padding: 3px;
     border: 1px solid #cccccc;
     border-collapse: collapse;
-    background-color: #dee7ec;
+    background-color: #788da1;
+}
+
+table.navibar td {
+       color: #fff;
+    border: 0px none;
 }
 
 
index 8055b425cd0d7caa8215b7b14fca1d3428111916..61bdf04d793c862b48b0922bfd2adfe3fdd2658b 100644 (file)
Binary files a/themes/cool/images/sort_asc.gif and b/themes/cool/images/sort_asc.gif differ
index e0f93f7902e764e8bdf19a8ac0f1554036742dea..e1395eeb4fe1b2cd4a2da99c83f02302bd07c288 100644 (file)
Binary files a/themes/cool/images/sort_desc.gif and b/themes/cool/images/sort_desc.gif differ
index c89c6638576a017a6c589966d869a42a221aa7ad..b423451501f5fd4afe283b23d367e1f957896715 100644 (file)
@@ -376,9 +376,10 @@ input.amount {
   cursor: auto;
 }
 
-.navibutton {
-   color:#0000FF;
-   padding: 3px;
+button.navibutton {
+       font-weight: bold;
+   color:#000;
+   padding: 0 3px;
    background-color:transparent;
    border-style:none;
    text-decoration:underline;
@@ -386,13 +387,14 @@ input.amount {
 }
 
 .navibar {
-    padding: 3px;
+    padding: 3px;
     border: 1px solid #8cacbb;
     border-collapse: collapse;
     background-color: #dee7ec;
 }
 
 table.navibar td {
+       color: #000
     border: 0px none;
 }