projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
95490fddc657dea617883416898617bf5ecb3e13
[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
#login_openid_buttons_narrow {
25
display: none;
26
}