]> git.openstreetmap.org Git - rails.git/blob - public/stylesheets/large.css
458099add6b855137b1800e8b75eb211882c5b98
[rails.git] / public / stylesheets / large.css
1 /* Styles specific to large screens  */
2
3 /* Rules for greeting bar in the top right corner */
4
5 #small-greeting {
6   display: none;
7 }
8
9 /* Rules for the main content area */
10
11 #content {
12   left: 192px;
13   top: 35px;
14 }
15
16 /* Rules for OpenLayers maps */
17
18 .olControlPanZoom {
19   display: none;
20 }
21
22 /* Rules for the login form */
23
24 .loginBox {
25   width: 400px;
26   height: 200px;
27   margin-bottom: 40px;
28 }