noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 28/30: Esthetique


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 28/30: Esthetique
Date: Tue, 02 Jun 2015 22:29:16 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit f1b361b94e756c706881a668299a62490c79622f
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jun 2 20:47:04 2015 +0200

    Esthetique
---
 html/style-classic.css |   19 ++++++++++++-------
 html/user_login.php    |    3 +--
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/html/style-classic.css b/html/style-classic.css
index c8f0de6..62e5540 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -1312,8 +1312,8 @@ a.nav:hover,div.content a.nav:hover,div.redcontent 
a.nav:hover {
 div.foldercontent {
     font-size:14px;
     font-size:0.95rem;
-    width: 80%;
-    margin-left: 10%;
+    width: 95%;
+    margin-left: 2.5%;
 }
 
 h1.title {
@@ -1387,12 +1387,17 @@ div.menu3 {
     margin-left:30px;
 }
 #folder {
-    border-width:0px;
-    border-collapse: collapse;
-    }
-    #folder tr {
+    border: 1px solid #0000ff;
+    border-collapse: separate;
+    border-radius: 10px;
+    border-spacing: 0px;
+    box-shadow: 10px 10px 5px #888888;
+    padding: 5px;
+    width: 100%;
+}
+#folder tr {
         height: 30px;
-    }    
+}    
 /*#folder tr.odd,#folder tr.even {
     font-size : 1.2em;
 }*/
diff --git a/html/user_login.php b/html/user_login.php
index a76aa54..e90b49b 100644
--- a/html/user_login.php
+++ b/html/user_login.php
@@ -161,8 +161,7 @@ echo '<div id="module">'.$result.'</div>';
 echo '</div>';
 ?>
 <div class="foldercontent">
-<?php echo '<h2 >'._('Choisissez un dossier').'</h2>';?>
-       <span style="display:block;margin:2.5%">
+       <span style="display:block;margin:2%">
  <?php
                         echo _('Filtre').HtmlInput::infobulle(23);
 ?>



reply via email to

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