noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/01: Improve appearance login + theme mobil


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/01: Improve appearance login + theme mobile
Date: Sat, 08 Mar 2014 21:54:22 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 1018f85817724b4642b7f3920e910ba4c92ab303
Author: Dany De Bontridder <address@hidden>
Date:   Sat Mar 8 22:52:34 2014 +0100

    Improve appearance login + theme mobile
---
 html/index.php        |    3 ++-
 html/style-mobile.css |   16 ++++++++++------
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/html/index.php b/html/index.php
index 7573230..c437c7d 100644
--- a/html/index.php
+++ b/html/index.php
@@ -140,7 +140,7 @@ color:red;
 
 }
 .input_text {
-border:groove 1px blue;
+border:1px solid blue;
 margin:1px;
 }
 .button {
@@ -250,6 +250,7 @@ echo '
 <div  style="position:absolute;bottom:0em;border:1px solid 
red;text-align:right;width:20em;">
 <span style="display:block">Pour une meilleure expérience web, nous vous 
conseillons <a href="http://www.mozilla.com/fr/";>firefox</a></span>
 <span style="display:block">For a better web experience, we recommend you <a 
href="http://www.mozilla.com/en/";>firefox</a></span>
+</div>
  <script> SetFocus('p_user'); </script>
 </body>
 </html>
diff --git a/html/style-mobile.css b/html/style-mobile.css
index f1f649d..e33f650 100644
--- a/html/style-mobile.css
+++ b/html/style-mobile.css
@@ -243,7 +243,9 @@ table.document th{
 }
 
 table.mtitle {
-    border:0;
+    border:0px;
+    border-collapse:separate;
+    border-spacing:5px;
     text-align:center
 }
 td.mshort {
@@ -259,8 +261,8 @@ td.mtitle {
     width:250px;
     height :30px;
     background-color:#DDE6FF;
-    border:1px solid #99B1DF;
-    border-radius:5px;
+    border:0px
+    
 }
 td.msubtitle {
     text-align:center;
@@ -310,8 +312,7 @@ td.selectedcell{
     color:#FFFFFF;
     text-align:center;
     width:120px;
-    border-radius:5px;
-}
+   }
 a.mtitle {
     text-decoration:none;
     display:inline;
@@ -870,7 +871,10 @@ div.topmenu {
        font-size:0.85rem;
         
 }
-
+div.topmenu table {
+    border-collapse:collapse;
+  
+}
 #dossier h2{
     color:#00008B;
     display:inline;



reply via email to

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