source: tmcsimulator/trunk/EInotebook/maps/maps.css @ 359

Revision 359, 502 bytes checked in by jdalbey, 7 years ago (diff)

Add EINotebook source

  • Property svn:executable set to *
Line 
1/*************************
2 *    Simulation Page    *
3 *************************/
4body
5{
6   font-family: Arial, Helvetica, sans-serif;
7   background-color:#FFFFFF;
8}
9
10/*************************
11 *   Google Maps Find    *
12 *************************/
13#incidentForm
14{
15   font-size: 2em;
16}
17
18#mapSelect
19{
20   padding: 5px;
21}
22
23/*************************
24 *     Maps Buttons      *
25 *************************/
26.mapButton
27{
28   width: 200px;
29   height: 40px;
30   margin: 0px 50px 10px 50px;
31   font-size: 1.2em;
32}
Note: See TracBrowser for help on using the repository browser.