From 15509d0cff96534a04844f73345efc4df6cd8731 Mon Sep 17 00:00:00 2001 From: bergware Date: Sat, 25 Nov 2023 14:08:25 +0100 Subject: [PATCH] Update notice styling --- emhttp/plugins/dynamix/styles/default-azure.css | 2 +- emhttp/plugins/dynamix/styles/default-black.css | 2 +- emhttp/plugins/dynamix/styles/default-gray.css | 2 +- emhttp/plugins/dynamix/styles/default-white.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emhttp/plugins/dynamix/styles/default-azure.css b/emhttp/plugins/dynamix/styles/default-azure.css index 14122bef1..18946877d 100644 --- a/emhttp/plugins/dynamix/styles/default-azure.css +++ b/emhttp/plugins/dynamix/styles/default-azure.css @@ -108,7 +108,7 @@ div.title.shift{margin-top:-12px} .usage-disk.sys>span{line-height:normal;height:12px;padding:0} .usage-disk.mm{height:3px;line-height:normal;background-color:transparent;margin:5px 20px 0 0} .usage-disk.mm>span:first-child{height:3px;line-height:normal} -.notice{background:url(../images/notice.png) no-repeat;background-position:30px 50%;font-size:1.5rem;text-align:left;vertical-align:middle;padding-left:100px;height:6rem;line-height:6rem} +.notice{background:url(../images/notice.png) no-repeat 30px 50%;font-size:1.5rem;text-align:left;vertical-align:middle;padding-left:100px;height:6rem;line-height:6rem} .greenbar{background:-webkit-radial-gradient(#127a05,#17bf0b);background:linear-gradient(#127a05,#17bf0b)} .orangebar{background:-webkit-radial-gradient(#ce7c10,#f0b400);background:linear-gradient(#ce7c10,#f0b400)} .redbar{background:-webkit-radial-gradient(#941c00,#de1100);background:linear-gradient(#941c00,#de1100)} diff --git a/emhttp/plugins/dynamix/styles/default-black.css b/emhttp/plugins/dynamix/styles/default-black.css index 2e4c45ea2..2771c6277 100644 --- a/emhttp/plugins/dynamix/styles/default-black.css +++ b/emhttp/plugins/dynamix/styles/default-black.css @@ -102,7 +102,7 @@ div.title.shift{margin-top:-30px} .usage-disk.sys.none{background-color:transparent} .usage-disk.mm{height:3px;margin:5px 20px 0 0} .usage-disk.mm>span:first-child{height:3px} -.notice{background:url(../images/notice.png) no-repeat;background-position:30px 50%;font-size:1.5rem;text-align:left;vertical-align:middle;padding-left:100px;height:6rem;line-height:6rem} +.notice{background:url(../images/notice.png) no-repeat 30px 50%;font-size:1.5rem;text-align:left;vertical-align:middle;padding-left:100px;height:6rem;line-height:6rem} .notice.shift{margin-top:160px} .greenbar{background:-webkit-gradient(linear,left top,right top,from(#127a05),to(#17bf0b));background:linear-gradient(90deg,#127a05 0,#17bf0b)} .orangebar{background:-webkit-gradient(linear,left top,right top,from(#ce7c10),to(#ce7c10));background:linear-gradient(90deg,#ce7c10 0,#ce7c10)} diff --git a/emhttp/plugins/dynamix/styles/default-gray.css b/emhttp/plugins/dynamix/styles/default-gray.css index fec6dcdb8..e75b59f73 100644 --- a/emhttp/plugins/dynamix/styles/default-gray.css +++ b/emhttp/plugins/dynamix/styles/default-gray.css @@ -108,7 +108,7 @@ div.title.shift{margin-top:-12px} .usage-disk.sys>span{line-height:normal;height:12px;padding:0} .usage-disk.mm{height:3px;line-height:normal;background-color:transparent;margin:5px 20px 0 0} .usage-disk.mm>span:first-child{height:3px;line-height:normal} -.notice{background:url(../images/notice.png) no-repeat;background-position:30px 50%;font-size:1.5rem;text-align:left;vertical-align:middle;padding-left:100px;height:6rem;line-height:6rem} +.notice{background:url(../images/notice.png) no-repeat 30px 50%;font-size:1.5rem;text-align:left;vertical-align:middle;padding-left:100px;height:6rem;line-height:6rem} .greenbar{background:-webkit-radial-gradient(#127a05,#17bf0b);background:linear-gradient(#127a05,#17bf0b)} .orangebar{background:-webkit-radial-gradient(#ce7c10,#f0b400);background:linear-gradient(#ce7c10,#f0b400)} .redbar{background:-webkit-radial-gradient(#941c00,#de1100);background:linear-gradient(#941c00,#de1100)} diff --git a/emhttp/plugins/dynamix/styles/default-white.css b/emhttp/plugins/dynamix/styles/default-white.css index c177d4690..14fe26afc 100644 --- a/emhttp/plugins/dynamix/styles/default-white.css +++ b/emhttp/plugins/dynamix/styles/default-white.css @@ -102,7 +102,7 @@ div.title.shift{margin-top:-30px} .usage-disk.sys.none{background-color:transparent} .usage-disk.mm{height:3px;margin:5px 20px 0 0} .usage-disk.mm>span:first-child{height:3px} -.notice{background:url(../images/notice.png) no-repeat;background-position:30px 50%;font-size:1.5rem;text-align:left;vertical-align:middle;padding-left:100px;height:6rem;line-height:6rem} +.notice{background:url(../images/notice.png) no-repeat 30px 50%;font-size:1.5rem;text-align:left;vertical-align:middle;padding-left:100px;height:6rem;line-height:6rem} .notice.shift{margin-top:160px} .greenbar{background:-webkit-gradient(linear,left top,right top,from(#127a05),to(#17bf0b));background:linear-gradient(90deg,#127a05 0,#17bf0b)} .orangebar{background:-webkit-gradient(linear,left top,right top,from(#ce7c10),to(#ce7c10));background:linear-gradient(90deg,#ce7c10 0,#ce7c10)}