noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 220/323: Welcome : adapt to small screen


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 220/323: Welcome : adapt to small screen
Date: Wed, 14 Mar 2018 17:38:52 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit b2c43303f4788c82e9ddc49b6ec82cc65d790943
Author: Dany De Bontridder <address@hidden>
Date:   Mon Feb 19 09:12:07 2018 +0100

    Welcome : adapt to small screen
---
 html/index.css | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/html/index.css b/html/index.css
index e2b1017..642899d 100644
--- a/html/index.css
+++ b/html/index.css
@@ -126,7 +126,6 @@ background-repeat: repeat-x repeat-y;
 
 }
  
-}
 @media only screen and (max-width : 900px) {
     #alternate_browser {
         display : none;
@@ -134,14 +133,14 @@ background-repeat: repeat-x repeat-y;
    #logo_id {
       position:absolute;
       z-index:-1;
-      height:45%;
-      width:auto;
-      left:15%;
-      top:15%;
+      height:auto;
+      width:34%;
+      left:33%;
+      top:5%;
     
     }
     .input_text {
-        width:8em;
+        width:12rem;
     }
      #recover_box {
 
@@ -154,7 +153,13 @@ background-repeat: repeat-x repeat-y;
     left: 1%;
     background-color: whitesmoke;
 
-}
+    }
+     #login_frm {
+        position:absolute;
+        left:35%;
+        right:35%;
+        top:50%;
+    }
 }
 @media only screen and (min-width : 901px) {
     #alternate_browser {
@@ -172,8 +177,8 @@ background-repeat: repeat-x repeat-y;
     }
     #login_frm {
         position:absolute;
-        left:15%;
-        top:15%;
+        left:30%;
+        top:25%;
     }
     .input_text {
         width: 24em;



reply via email to

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