Conflicts: Gemfile.lock app/views/browse/_map.html.erb app/views/user/view.html.erb config/locales/en.yml config/openlayers.cfg db/structure.sql vendor/assets/openlayers/OpenLayers.js
25 lines
345 B
CSS
25 lines
345 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 {
|
|
top: 30px;
|
|
}
|
|
|
|
/* Rules for OpenLayers maps */
|
|
|
|
.olControlZoom {
|
|
display: none;
|
|
}
|
|
|
|
/* Rules for map bug reporting */
|
|
|
|
#reportbuganchor {
|
|
font-size: 150%;
|
|
}
|