Author:   Lars Michelsen <[email protected]>
Date:     Mon Apr 25 20:14:42 2011 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Mon Apr 25 20:14:42 2011 +0200

Changed transparent pngs to gifs to make them work in IE

---

 TODO                                               |    5 +++++
 .../images/templates/default.control_delete.gif    |  Bin 0 -> 515 bytes
 .../images/templates/default.control_delete.png    |  Bin 530 -> 0 bytes
 .../images/templates/default.control_modify.gif    |  Bin 0 -> 511 bytes
 .../images/templates/default.control_modify.png    |  Bin 522 -> 0 bytes
 share/userfiles/templates/default.css              |    8 ++++----
 share/userfiles/templates/default.hover.css        |   12 ++++++------
 7 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/TODO b/TODO
index d3540db..75a1167 100644
--- a/TODO
+++ b/TODO
@@ -32,6 +32,11 @@ Linien (Auch für neue Automap wichtig!):
    - Farbe (?)
  - Offset zum Ziel
 
+*** Kleinkram ***
+
+- JS Links im Header-Menu funktionieren im IE nicht
+- Header-Menus sind IE manchmal zu breit (Füllen den Schirm voll aus)
+
 *** Add/Modify Redesign ***
 
 Aufrufe:
diff --git a/share/userfiles/images/templates/default.control_delete.gif 
b/share/userfiles/images/templates/default.control_delete.gif
new file mode 100644
index 0000000..0b64de6
Binary files /dev/null and 
b/share/userfiles/images/templates/default.control_delete.gif differ
diff --git a/share/userfiles/images/templates/default.control_delete.png 
b/share/userfiles/images/templates/default.control_delete.png
deleted file mode 100644
index 605cb77..0000000
Binary files a/share/userfiles/images/templates/default.control_delete.png and 
/dev/null differ
diff --git a/share/userfiles/images/templates/default.control_modify.gif 
b/share/userfiles/images/templates/default.control_modify.gif
new file mode 100644
index 0000000..38c6895
Binary files /dev/null and 
b/share/userfiles/images/templates/default.control_modify.gif differ
diff --git a/share/userfiles/images/templates/default.control_modify.png 
b/share/userfiles/images/templates/default.control_modify.png
deleted file mode 100644
index 8824fc8..0000000
Binary files a/share/userfiles/images/templates/default.control_modify.png and 
/dev/null differ
diff --git a/share/userfiles/templates/default.css 
b/share/userfiles/templates/default.css
index f63bc34..78f2b2f 100644
--- a/share/userfiles/templates/default.css
+++ b/share/userfiles/templates/default.css
@@ -137,19 +137,19 @@ div.control {
 }
 
 div.control.drag10 {
-       background: url('../images/templates/default.control_drag.gif');
+       background-image: url('../images/templates/default.control_drag.gif');
 }
 
 div.control.drag20 {
-       background: url('../images/templates/default.control_drag_20.gif');
+       background-image: 
url('../images/templates/default.control_drag_20.gif');
 }
 
 div.control.delete10 {
-       background: url('../images/templates/default.control_delete.png');
+       background-image: url('../images/templates/default.control_delete.gif');
 }
 
 div.control.modify10 {
-       background: url('../images/templates/default.control_modify.png');
+       background-image: url('../images/templates/default.control_modify.gif');
 }
 
 
diff --git a/share/userfiles/templates/default.hover.css 
b/share/userfiles/templates/default.hover.css
index 9918b50..b0f4f30 100644
--- a/share/userfiles/templates/default.hover.css
+++ b/share/userfiles/templates/default.hover.css
@@ -27,7 +27,7 @@
 
 div.hover {position:absolute;margin:0;padding:0;font-size:10px;z-index:1000}
 div.hover > table {border-collapse:collapse;margin:0;padding:0}
-div.hover > table td, div.hover > table th {border:1px #FBFDFD 
solid;padding:2px;font-size:9px;background-color:#EAF0F2}
+div.hover > table td, div.hover > table th {border:1px #FBFDFD 
solid;padding:2px;font-size:9px;background-color:#EAF0F2;color:#000}
 div.hover > table th {text-align:center;background-color:#D7E2E5}
 div.hover > table td.spacer {height:3px;background-color:#D7E2E5}
 div.hover > table td.label {text-align:center;background-color:#D7E2E5}
@@ -40,8 +40,8 @@ div.hover > table td.labelERROR {background-color:#D7E2E5}
 div.hover > table td.labelUNKNOWN {background-color:#D7E2E5}
 div.hover > table label {font-weight:bold}
 div.hover > table td.statePENDING {}
-div.hover > table td.stateOK, div.hover > table td.stateUP 
{background-color:#00CC00}
-div.hover > table td.stateWARNING {background-color:#FFFF00}
-div.hover > table td.stateCRITICAL, div.hover > table td.stateDOWN, div.hover 
> table td.stateUNREACHABLE {background-color:#F83838}
-div.hover > table td.stateERROR {background-color:#66CCFF}
-div.hover > table td.stateUNKNOWN {background-color:#FFFF99}
+div.hover > table td.stateOK, div.hover > table td.stateUP 
{background-color:#00CC00;color:#fff}
+div.hover > table td.stateWARNING {background-color:#FFFF00;color:#000}
+div.hover > table td.stateCRITICAL, div.hover > table td.stateDOWN, div.hover 
> table td.stateUNREACHABLE {background-color:#F83838;color:#fff}
+div.hover > table td.stateERROR {background-color:#66CCFF;color:#fff}
+div.hover > table td.stateUNKNOWN {background-color:#FFFF99;color:#000}


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to