Author:   Lars Michelsen <[email protected]>
Date:     Sat Jun 23 14:51:17 2012 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Sat Jun 23 14:51:17 2012 +0200

Bugfix: Fixed some IE css warning message

---

 ChangeLog                             |    1 +
 docs/general/css/style.css            |    6 +++++-
 share/userfiles/templates/default.css |    9 +++++----
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4c6e8b6..aba7a03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,7 @@ Frontend
   * Info page shows json_encode/json_decode capability of used PHP
   * Bugfix: When releasing relative coordinates the parent object is not 
highlighted anymore
   * Bugfix: Fixed bug which suppressed the hover menu on overview page in some 
cases
+  * Bugfix: Fixed some IE css warning message
 
 1.7b2
 Core
diff --git a/docs/general/css/style.css b/docs/general/css/style.css
index b0fbb75..329bbdc 100644
--- a/docs/general/css/style.css
+++ b/docs/general/css/style.css
@@ -8,11 +8,15 @@ table {
        font-size: 1.0em;

 }

 

-a, a:visited, a:active, a:link {

+a, a:active, a:link {

        color: #45b1cd;

        text-decoration: none;

 }

 

+a:visited {

+        color: #45b1cd;

+}

+

 a:hover {

        text-decoration: underline;

 }

diff --git a/share/userfiles/templates/default.css 
b/share/userfiles/templates/default.css
index cdc11b8..8eb3c99 100644
--- a/share/userfiles/templates/default.css
+++ b/share/userfiles/templates/default.css
@@ -617,7 +617,7 @@ td#popupWindowContent a:hover 
{color:#779D2A;text-decoration:underline}
     margin-top: 2px;
 }
 
-.header ul.head li.logo a, .header ul.head li.logo a:active, .header ul.head 
li.logo a:visited {
+.header ul.head li.logo a, .header ul.head li.logo a:active {
     margin: 0;
     padding: 0;
     width: 100%;
@@ -638,9 +638,10 @@ td#popupWindowContent a:hover 
{color:#779D2A;text-decoration:underline}
 .dropdown li.lvl4 a{padding-left:30px;width:168px}
 .dropdown li.lvl5 a{padding-left:40px;width:158px}
 .dropdown li.lvl5 a{padding-left:50px;width:148px}
-.dropdown a, .dropdown a:active, .dropdown a:visited, .dropdown li.spacer, 
.dropdown dl.subdropdown dt 
{display:block;width:193px;background:#eaf0f2;margin:0;color:#43B3CF;text-decoration:none;border-left:1px
 solid #a4a4a4;border-right:1px solid #a4a4a4;padding:5px;z-index:100}
-.dropdown a.left, .dropdown a.left:active, .dropdown a.left:visited 
{float:left;width:152px;border-right:0}
-.dropdown a.right, .dropdown a.right:active, .dropdown a.right:visited 
{float:right;width:30px;border-left:1px solid #43B3CF}
+.dropdown a, .dropdown a:active, .dropdown li.spacer, .dropdown dl.subdropdown 
dt 
{display:block;width:193px;background:#eaf0f2;margin:0;color:#43B3CF;text-decoration:none;border-left:1px
 solid #a4a4a4;border-right:1px solid #a4a4a4;padding:5px;z-index:100}
+.dropdown a:visited {color:#43B3CF;}
+.dropdown a.left, .dropdown a.left:active 
{float:left;width:152px;border-right:0}
+.dropdown a.right, .dropdown a.right:active 
{float:right;width:30px;border-left:1px solid #43B3CF}
 .dropdown a.error, .dropdown a.error:active, .dropdown a.error:visited 
{color:#ff0000}
 .dropdown a:hover {background:#d9e1e4;color:#779D2A}
 .dropdown a.submenu-link:after {float:right;content:">"}


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to