Change settings layout

This commit is contained in:
0ip 2013-02-09 21:22:23 +01:00
parent 40734e6776
commit 8fb8f0d3b6
2 changed files with 9 additions and 2 deletions

View File

@ -146,6 +146,11 @@ a:focus, a:hover {
border-bottom: #333333 1px solid;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
@media (max-width: 720px) {
div.innerwrapper {
padding: 0 15px 15px 15px;

View File

@ -35,12 +35,14 @@
</div>
<div class="innerwrapper">
<a href='https://github.com/ether/etherpad-lite/wiki/Example-Production-Settings.JSON'>Example production settings template</a>
<a href='https://github.com/ether/etherpad-lite/wiki/Example-Development-Settings.JSON'>Example development settings template</a>
<h2>Current configuration</h2>
<textarea class="settings"></textarea>
<input type="button" class="settingsButton" id="saveSettings" value="Save Settings">
<input type="button" class="settingsButton" id="restartEtherpad" value="Restart Etherpad">
<div id="response"></div>
<div class="separator"></div>
<a href='https://github.com/ether/etherpad-lite/wiki/Example-Production-Settings.JSON'>Example production settings template</a>
<a href='https://github.com/ether/etherpad-lite/wiki/Example-Development-Settings.JSON'>Example development settings template</a>
</div>
</div>
</body>