Changeset 7674


Ignore:
Timestamp:
Apr 2, 2010, 1:53:21 PM (15 years ago)
Author:
janveeden
Message:

Did css for info spaces. Also resized mapwidth.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src_map/style/stylesheet.css

    r7673 r7674  
    66
    77#mapcanvas {
    8 width: 550px;
     8width: 575px;
    99height: 400px;
    1010float: left;
     
    1212
    1313#infowrapper {
    14 margin-left: 550px;
    15 width: 200px;
     14margin-left: 575px;
     15width: 175px;
    1616height: 400px;
    17 border: 1px solid black;
     17}
     18
     19#infotop {
     20border: 2px solid black;
     21height: 243px;
     22width: 100%;
     23}
     24
     25
     26#infobottom {
     27border: 2px solid black;
     28height: 145px;
     29width: 100%;
     30margin-top: 5px;
    1831}
    1932
Note: See TracChangeset for help on using the changeset viewer.