forked from cuberite/cuberite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WebAdmin improvements (cuberite#4433)
* 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
1 parent
dc787e1
commit f5af0e2
Showing
23 changed files
with
301 additions
and
697 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.