Improved admin.css a bit.

This commit is contained in:
Relintai 2021-11-14 22:37:31 +01:00
parent be495e2031
commit c65bc0d6b7
2 changed files with 141 additions and 129 deletions

2
HEADS
View File

@ -1 +1 @@
{"engine": {"master": "8d622659e25c8f9849b20e6a05ccf4dbb0803827"}}
{"engine": {"master": "3db99e06e173996f1e998ba29c301a5bf0c759a1"}}

View File

@ -1,5 +1,6 @@
.menu_forum_mod,.menu_gm,.menu_admin
{
.menu_forum_mod,
.menu_gm,
.menu_admin {
float: left;
border-width: 1px;
border-right-style: solid;
@ -9,8 +10,8 @@
text-align: center;
}
.back,.action
{
.back,
.action {
width: 970px;
margin-left: auto;
margin-right: auto;
@ -24,8 +25,30 @@
text-align: center;
}
.top_menu
{
.section {
width: 970px;
padding-left: 2em;
border-style: solid;
border-width: 1px;
border-color: #363634;
border-radius: 5px 5px 5px 5px;
padding: 2px;
margin-bottom: 5px;
margin-top: 5px;
}
.section_header {
background-color: #202020;
margin-bottom: 0.5em;
padding: 0.4em;
}
.section_entry {
background-color: #2e2e2e;
padding: 0.2em;
}
.top_menu {
width: 970px;
margin-left: auto;
margin-right: auto;
@ -38,15 +61,14 @@
margin-top: 5px;
}
.list_container,.edit_container
{
.list_container,
.edit_container {
width: 100%;
margin-top: 5px;
padding-top: 15px;
}
.row
{
.row {
height: 18px;
width: 970px;
margin-left: auto;
@ -60,33 +82,30 @@
border-radius: 5px 5px 5px 5px;
}
.second
{
.second {
background-color: #191C16;
}
.attr_box
{
.attr_box {
float: left;
padding-left: 2px;
padding-right: 2px;
}
.name
{
.name {
float: left;
padding-left: 5px;
margin-right: 15px;
}
.actionbox
{
.actionbox {
float: right;
margin-right: 10px;
}
.row_edit,.row_edit_textbox,.sql_textbox
{
.row_edit,
.row_edit_textbox,
.sql_textbox {
height: 25px;
width: 700px;
margin-left: auto;
@ -100,33 +119,28 @@
border-radius: 5px 5px 5px 5px;
}
.row_edit_textbox
{
.row_edit_textbox {
height: 95px;
}
.sql_textbox
{
.sql_textbox {
height: 230px;
width: 722px;
padding: 5px;
}
.edit_name
{
.edit_name {
padding-top: 2px;
margin-left: 10px;
float: left;
}
.edit_input
{
.edit_input {
float: right;
margin-right: 10px;
}
.edit_spacer
{
.edit_spacer {
margin-left: auto;
margin-right: auto;
width: 500px;
@ -137,8 +151,7 @@
border-width: 2px;
}
.edit_submit
{
.edit_submit {
height: 25px;
width: 105px;
margin-left: auto;
@ -158,7 +171,6 @@
/* Admin Panel Stuff */
.text_center
{
.text_center {
text-align: center;
}