Skip to content

Commit

Permalink
WebAdmin improvements (cuberite#4433)
Browse files Browse the repository at this point in the history
* WebAdmin improvements

* Remove stray div tag

* Revert path change

* Remove buildserver link

* Further simplification

* Reduce horizontal padding

* Add svg icons

* Remove unneeded css

* Make login and logout icons colored

* Use same capitalization for Log in and Log  out

* Remove leftover code from old Webadmin design

* Remove more leftover code from earlier Webadmin versions

* and don't add earlier leftovers back...

* PR test

* Fix max width overflow

* Add missing css changes
  • Loading branch information
mathiascode authored Dec 28, 2019
1 parent dc787e1 commit f5af0e2
Show file tree
Hide file tree
Showing 23 changed files with 301 additions and 697 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Cuberite: A lightweight, fast and extensible game server for Minecraft
www: https://cuberite.org

Copyright 2011-2017 Cuberite Contributors
Copyright 2011-2019 Cuberite Contributors

A full list of known copyright holders can be found in the CONTRIBUTORS file
to be distributed with all copies of this software.
Expand Down
Binary file added Server/webadmin/files/favicon.ico
Binary file not shown.
Binary file removed Server/webadmin/files/favicon.png
Binary file not shown.
38 changes: 22 additions & 16 deletions Server/webadmin/files/guest.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<title>Guest Information</title>
</head>

<body>
<p>
Hello! Welcome to the Cuberite WebAdmin.
</p>
<p>
This is a default message, edit <b>files/guest.html</b> to add your own custom message.
</p>
</body>

<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Guest Information</title>
<style>
html {
font-family: Tahoma, Verdana, Arial, sans-serif;
color: #343434;
font-size: 13px;
line-height: 1.4;
}
</style>
</head>
<body>
<p>
Hello! Welcome to the Cuberite WebAdmin.
</p>
<p>
This is a default message, edit <b>files/guest.html</b> to add your own custom message.
</p>
</body>
</html>
Binary file removed Server/webadmin/files/header.png
Binary file not shown.
Binary file removed Server/webadmin/files/home.gif
Binary file not shown.
Binary file removed Server/webadmin/files/log_out.png
Binary file not shown.
218 changes: 0 additions & 218 deletions Server/webadmin/files/login.css

This file was deleted.

Binary file removed Server/webadmin/files/login.gif
Binary file not shown.
Binary file removed Server/webadmin/files/logo_login.png
Binary file not shown.
Binary file removed Server/webadmin/files/pmfolder.gif
Binary file not shown.
Loading

0 comments on commit f5af0e2

Please sign in to comment.