noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/33: Cosmetic : move dialog horizontally an


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/33: Cosmetic : move dialog horizontally and vertically
Date: Thu, 11 Nov 2021 06:02:41 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 50b2607941a817093c8b233f2a108ff428f28be4
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Sep 30 15:19:57 2021 +0200

    Cosmetic : move dialog horizontally and vertically
---
 html/css/style-classic7.css | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 4b5f593..df0f64a 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -1011,24 +1011,24 @@ div.inner_box  {
     font-size:14.4px;
     font-size:0.9rem;
     width: 100%;
-    left:0px !important;
+    left:0px ;
 }
 /* SM */
-@media (min-width: 576px) {
+@media (max-width: 576px) {
     div.inner_box  {
       width: 100%;
-      left:0px !important;
+      left:0px !important ;
     }
 }
 /* MD */
 @media (min-width: 768px) {
     div.inner_box  {
         width: 100%;
-        left:0px !important;
+        left:0px ;
     }
 }
 /* LG */
-@media (min-width: 992px) {
+@media (max-width: 992px) {
     div.inner_box  {
         left:0px !important;
         border-radius: 7px;
@@ -1038,9 +1038,10 @@ div.inner_box  {
 @media (min-width: 1200px) {
     div.inner_box  {
         width: 90%;
-        left:5% !important;
+        left:5%;
         /*! margin-bottom: 2%; */
         padding-bottom: 10px;
+           border-radius: 10px;
         }
 }
 
/***********************************************************************************/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]