NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/Interactive_Map/trunk/Interactive_Map/htdocs/static.css

Revision 19 (checked in by jcleary, 17 years ago)

Last code checkout from earlier SVN instance

Line 
1 #MainMapLayer {
2   padding:0px;
3   margin:0px;
4   position:absolute;
5   left:75px;
6   top:15px;
7   width:402px;
8   height:302px;
9   z-index:1;
10   border: 0px none #000000;
11 }
12
13 .grey_border {
14   border: 1px solid #cccccc;
15 }
16
17 .label
18 {
19   font-family: Arial, Helvetica, sans-serif;
20   font-size: 10px;
21   color: #333333;
22 }
23
24 .title
25 {
26   font-family: Arial, Helvetica, sans-serif;
27   font-weight: bold;
28   font-size: 14px;
29   color: #333333;
30 }
31
32 .inputBox
33 {
34   font-family: Arial, Helvetica, sans-serif;
35   font-size: 10px;
36   font-weight: bold;
37   color: #000000;
38   border-width: 0px;
39   background-color: #ffffff;
40 }
Note: See TracBrowser for help on using the browser.