Merge remote-tracking branch 'upstream/pull/4342'
This commit is contained in:
commit
afc8dad0b6
2 changed files with 0 additions and 17 deletions
|
@ -68,14 +68,6 @@ window.updateLinks = function (loc, zoom, layers, object) {
|
|||
.toggleClass("disabled", editDisabled);
|
||||
};
|
||||
|
||||
window.maximiseMap = function () {
|
||||
$("#content").addClass("maximised");
|
||||
};
|
||||
|
||||
window.minimiseMap = function () {
|
||||
$("#content").removeClass("maximised");
|
||||
};
|
||||
|
||||
$(document).ready(function () {
|
||||
var headerWidth = 0,
|
||||
compactWidth = 0;
|
||||
|
|
|
@ -901,15 +901,6 @@ tr.turn:hover {
|
|||
}
|
||||
}
|
||||
|
||||
#content.maximised {
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border: 0;
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
/* Rules for small maps in content areas */
|
||||
|
||||
.content_map {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue