diff --git a/css/art/genAI.css b/css/art/genAI.css index 8d111f780b44da137dc59309f762990d28a314cb..e98f5a75b6b877a4472fb54b420d52a3c09cb41a 100644 --- a/css/art/genAI.css +++ b/css/art/genAI.css @@ -18,17 +18,17 @@ } .rightArrow { - right: 0px; + right: 0; } .leftArrow { - left: 0px; + left: 0; } .arrow { display: none; position: absolute; - bottom: 0px; + bottom: 0; cursor: pointer; border: none; background: none; @@ -56,8 +56,8 @@ .ai-toolbar { display: none; position: absolute; - right: 0px; - top: 0px; + right: 0; + top: 0; } .ai-art-container:hover .ai-toolbar { @@ -79,7 +79,7 @@ } .zoom-in::after { - font-family: "tme-fa-icons"; + font-family: "tme-fa-icons"; content: " \e83c"; /* Zoom in icon */ } @@ -126,4 +126,4 @@ 100% { transform: translate(-50%, -50%) rotate(360deg); } -} \ No newline at end of file +} diff --git a/css/gui/linksStrip.css b/css/gui/linksStrip.css index 18f2a89ff085ffcc47ffe79cd57ac496aa317ba1..30cb151113107997b4a8e4fbe20db37ca6d0cf5f 100644 --- a/css/gui/linksStrip.css +++ b/css/gui/linksStrip.css @@ -1,8 +1,8 @@ ul.choices-strip { display: inline; list-style-type: none; - padding: 0mm; - margin-left: 0em; + padding: 0; + margin-left: 0; } ul.choices-strip li { diff --git a/css/rulesAssistant/raOptions.css b/css/rulesAssistant/raOptions.css index 079895f20ae600c74c1b04f739d18d4529700d98..d99648eb2adeb628e2ebbf121f2a5c2ef2c70d63 100644 --- a/css/rulesAssistant/raOptions.css +++ b/css/rulesAssistant/raOptions.css @@ -52,7 +52,7 @@ } .ra-onoffswitch-checkbox:checked + .ra-onoffswitch-label .ra-onoffswitch-switch { - right: 0px; + right: 0; background-color: #2D80E0; } diff --git a/css/rulesAssistant/raSummary.css b/css/rulesAssistant/raSummary.css index 1e3335da8d53ebd8843432f9c448b398f5902cb6..ceb1b3f31eeedc185d45aa61feb477283e1dce2a 100644 --- a/css/rulesAssistant/raSummary.css +++ b/css/rulesAssistant/raSummary.css @@ -27,20 +27,20 @@ .ra-sum thead th { position: sticky; - top: 0px; + top: 0; z-index: 1; background: #111; } .ra-sum thead th:first-child { position: sticky; - left: 0px; + left: 0; z-index: 2; } .ra-sum tbody th { position: sticky; - left: 0px; + left: 0; z-index: 1; background: #111; }