ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/common.css
(Generate patch)

Comparing cfmaps/common.css (file contents):
Revision 1.8 by root, Sun Nov 20 20:37:13 2005 UTC vs.
Revision 1.9 by root, Sun Nov 20 20:38:00 2005 UTC

22 background-repeat: no-repeat; 22 background-repeat: no-repeat;
23} 23}
24.map tr { width: 32px; height: 32px; margin: 0px; padding: 0px; } 24.map tr { width: 32px; height: 32px; margin: 0px; padding: 0px; }
25 25
26.map td { width: 32px; height: 32px; margin: 0px; padding: 0px; border: 0px; } 26.map td { width: 32px; height: 32px; margin: 0px; padding: 0px; border: 0px; }
27.map td > div { padding: 3px; width: 26px; height: 26px; position: relative; line-height: 10px; } 27.map td > div { padding: 3px; width: 26px; height: 26px; position: relative; }
28.map td > div:hover { padding: 0px; border: 3px solid yellow; border-style: ridge; } 28.map td > div:hover { padding: 0px; border: 3px solid yellow; border-style: ridge; }
29 29
30.c { display: none; } 30.c { display: none; }
31 31
32.map div > div { 32.map div > div {
33 display: none; 33 display: none;
34 position: absolute; 34 position: absolute;
35 min-width: 40em; 35 min-width: 40em;
36 font-size: 8pt; 36 font-size: 8pt;
37 line-height: 9pt; 37 line-height: auto;
38 border: 0px; 38 border: 0px;
39 background: #eee; 39 background: #eee;
40 border: 3px solid yellow; 40 border: 3px solid yellow;
41 border-style: ridge; 41 border-style: ridge;
42 padding: 4px; 42 padding: 4px;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines