From 0e1a93cc5d1bab1dacdeeef5736b68f69c00a3a8 Mon Sep 17 00:00:00 2001 From: bergware Date: Sun, 11 Nov 2018 09:41:09 +0100 Subject: [PATCH] css correction --- plugins/dynamix/styles/default-azure.css | 2 +- plugins/dynamix/styles/default-black.css | 2 +- plugins/dynamix/styles/default-gray.css | 2 +- plugins/dynamix/styles/default-white.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/dynamix/styles/default-azure.css b/plugins/dynamix/styles/default-azure.css index 932c6fc1e..e455b2b48 100644 --- a/plugins/dynamix/styles/default-azure.css +++ b/plugins/dynamix/styles/default-azure.css @@ -42,7 +42,7 @@ select.narrow{min-width:87px} select.auto{min-width:auto} select.slot{min-width:44rem;max-width:44rem} input.narrow{width:174px} -input.trim{min-width:74px} +input.trim{width:74px;min-width:74px} form+p{display:none} #header{position:fixed;top:0;left:0;width:100%;height:90px;z-index:100;margin:0;background-color:#edeaef;background-size:100% 90px;background-repeat:no-repeat;border-bottom:#9794a0 1px solid} #header .logo{float:left;margin-left:75px;color:#e22828;width:160px;text-align:center} diff --git a/plugins/dynamix/styles/default-black.css b/plugins/dynamix/styles/default-black.css index b513b16bf..cbc119c1c 100644 --- a/plugins/dynamix/styles/default-black.css +++ b/plugins/dynamix/styles/default-black.css @@ -42,7 +42,7 @@ select.narrow{min-width:76px} select.auto{min-width:auto} select.slot{min-width:44rem;max-width:44rem} input.narrow{width:166px} -input.trim{min-width:76px} +input.trim{width:76px;min-width:76px} #header{position:absolute;top:0;left:0;width:100%;height:91px;z-index:100;margin:0;color:#1c1b1b;background:#f2f2f2;background-size:100% 90px;background-repeat:no-repeat} #header .logo{float:left;margin-left:10px;color:#e22828;width:160px;text-align:center} #header .logo svg{width:160px;display:block;margin:25px 50px 8px 0} diff --git a/plugins/dynamix/styles/default-gray.css b/plugins/dynamix/styles/default-gray.css index 7cc738c4c..d18031fe6 100644 --- a/plugins/dynamix/styles/default-gray.css +++ b/plugins/dynamix/styles/default-gray.css @@ -42,7 +42,7 @@ select.narrow{min-width:87px} select.auto{min-width:auto} select.slot{min-width:44rem;max-width:44rem} input.narrow{width:174px} -input.trim{min-width:74px} +input.trim{width:74px;min-width:74px} form+p{display:none} #header{position:fixed;top:0;left:0;width:100%;height:90px;z-index:100;margin:0;background-color:#121510;background-size:100% 90px;background-repeat:no-repeat;border-bottom:#42453e 1px solid} #header .logo{float:left;margin-left:75px;color:#e22828;width:160px;text-align:center} diff --git a/plugins/dynamix/styles/default-white.css b/plugins/dynamix/styles/default-white.css index e210c65c7..df5cd8996 100644 --- a/plugins/dynamix/styles/default-white.css +++ b/plugins/dynamix/styles/default-white.css @@ -42,7 +42,7 @@ select.narrow{min-width:76px} select.auto{min-width:auto} select.slot{min-width:44rem;max-width:44rem} input.narrow{width:166px} -input.trim{min-width:76px} +input.trim{width:76px;min-width:76px} #header{position:absolute;top:0;left:0;width:100%;height:91px;z-index:100;margin:0;color:#f2f2f2;background:#1c1b1b;background-size:100% 90px;background-repeat:no-repeat} #header .logo{float:left;margin-left:10px;color:#e22828;width:160px;text-align:center} #header .logo svg{width:160px;display:block;margin:25px 50px 8px 0}