Commit f255aa1f1537f71f35d7bc4f2805bf8aeb61e30b

Authored by michael
1 parent fd72f530

changed link font size to 8pts and underline links only on hover


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1319 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/stylesheet.php
... ... @@ -71,33 +71,33 @@ text-decoration: none;
71 71  
72 72  
73 73 A {
74   -font-size : 10pt;
  74 +font-size : 8pt;
75 75 font-family : Verdana, sans-serif;
76   -font-style : normal;
  76 +text-decoration: none;
77 77 color : #000000;
78 78 }
79 79  
80 80  
81 81 A:Visited {
82   -font-size : 10pt;
  82 +font-size : 8pt;
83 83 font-family : Verdana, sans-serif;
84 84 font-style : normal;
85   -color : #0000FF;
  85 +color : #000000;
86 86 }
87 87  
88 88 A:Active {
89 89 color : #000000;
90   -font-size : 10pt;
  90 +font-size : 8pt;
91 91 font-family : Verdana, sans-serif;
92 92 font-style : normal;
93 93 }
94 94  
95 95 A:hover {
96 96 color : #000000;
97   -font-size : 10pt;
  97 +font-size : 8pt;
98 98 font-family : Verdana,sans-serif;
99 99 font-style : normal;
100   -background-color : #FFFACD;
  100 +text-decoration: underline;
101 101 }
102 102  
103 103 TABLE {
... ... @@ -138,13 +138,13 @@ text-decoration: none;
138 138  
139 139 .browseTypeSelect {
140 140 color : #000000;
141   - font-size : 10pt;
  141 + font-size : 8pt;
142 142 font-family : Verdana,sans-serif;
143 143 }
144 144  
145 145 .errorText {
146 146 color : #FF0000;
147   - font-size : 10pt;
  147 + font-size : 8pt;
148 148 text-align : center;
149 149 font-family : Verdana,sans-serif;
150 150 }
... ...