26 lines
369 B
CSS
26 lines
369 B
CSS
/* Styles specific to large screens */
|
|
|
|
/* Rules for greeting bar in the top right corner */
|
|
|
|
#small-greeting {
|
|
display: none;
|
|
}
|
|
|
|
/* Rules for the main content area */
|
|
|
|
#content {
|
|
left: 192px;
|
|
top: 35px;
|
|
}
|
|
|
|
/* Rules for OpenLayers maps */
|
|
|
|
.olControlPanZoom {
|
|
display: none;
|
|
}
|
|
|
|
/* Rules for the login form */
|
|
|
|
#login_openid_buttons_narrow {
|
|
display: none;
|
|
}
|