Merge pull request #2030 from bergware/master

Minor styling updates
This commit is contained in:
tom mortensen
2025-02-20 13:07:36 -08:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -3,4 +3,5 @@ td.gap{padding-left:26px!important}
td.wrap{white-space:normal!important}
span#pass{display:none;margin-left:20px}
input[type=checkbox]{margin-left:0}
.hidden{display:none}
input.subpool{font-size:1rem;padding:5px 10px}
.hidden{display:none}

View File

@@ -45,7 +45,7 @@ select.auto{min-width:auto}
select.slot{min-width:44rem;max-width:44rem}
input.narrow{width:166px}
input.trim{width:76px;min-width:76px}
textarea{resize:none}
textarea{resize:none;border:1px solid #6c6c6c;border-bottom:1px solid #e5e5e5;padding:4px 6px}
#header{position:absolute;top:0;left:0;width:100%;height:91px;z-index:102;margin:0;color:#1c1b1b;background-color:#f2f2f2;background-size:100% 90px;background-repeat:no-repeat}
#header .logo{float:left;margin-left:10px;color:#e22828;text-align:center}
#header .logo svg{width:160px;display:block;margin:25px 0 8px 0}

View File

@@ -45,7 +45,7 @@ select.auto{min-width:auto}
select.slot{min-width:44rem;max-width:44rem}
input.narrow{width:166px}
input.trim{width:76px;min-width:76px}
textarea{resize:none}
textarea{resize:none;border:1px solid #a2a2a2;border-bottom:1px solid #1c1b1b;padding:4px 6px}
#header{position:absolute;top:0;left:0;width:100%;height:91px;z-index:102;margin:0;color:#f2f2f2;background-color:#1c1b1b;background-size:100% 90px;background-repeat:no-repeat}
#header .logo{float:left;margin-left:10px;color:#e22828;text-align:center}
#header .logo svg{width:160px;display:block;margin:25px 0 8px 0}