/*
EditorSaveAndContinue Gadget - CSS styling. Adds a Save continue button to the editor so the page is not reloaded everytime
See detailed documentation in Dev/mediawiki
*/

#editform .save-and-continue {
  display: inline-block;
  padding: 4px 14px;
  margin-right: 8px;
  vertical-align: bottom;
  background: #018001;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #406040;
}

#editform .save-and-continue:hover {
  background: #1ab01a;
}

#saveAndContinueMiniModal .content {
  position: absolute;
  left: 100px;
  top: 100px;
  width: calc(100% - 200px);
  height: calc(100% - 200px);
  box-shadow: 3px 3px 10px rgba(0,0,0,.3);
  max-width: unset;
  margin: 0;
  overflow: visible;
}

#saveAndContinueMiniModal > .content > .viewport > .overview {
  width: 100%;
  height: 100%;
}

#saveAndContinueMiniModal > .content > .scrollbar {
  display: none;
}

#saveAndContinueMiniModal div.content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*
[[Category:MultiWiki]]
*/
