noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/02: cosmetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/02: cosmetic
Date: Thu, 02 Jul 2015 17:30:36 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 4ea7a1859c962edb98e335878214b3f0698d3732
Author: Dany De Bontridder <address@hidden>
Date:   Thu Jul 2 19:26:11 2015 +0200

    cosmetic
---
 html/style-mandarine.css |   32 ++++++++++++++++++++++++++------
 1 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/html/style-mandarine.css b/html/style-mandarine.css
index 92e4696..ba25f72 100644
--- a/html/style-mandarine.css
+++ b/html/style-mandarine.css
@@ -1355,12 +1355,18 @@ div.menu3 {
     margin-left:30px;
 }
 #folder {
-    border-width:0px;
-    border-collapse: collapse;
-    }
-    #folder tr {
-        height: 30px;
-    }    
+ border-width:1px;
+    border-collapse: separate;
+    margin-left: 5%;
+    width: 90%;
+    border-radius: 9px;
+    border-style:solid;
+    padding : 5px;
+    border-color: #DF3F3F;
+}
+#folder tr {
+        height: 33px;
+}    
 /*#folder tr.odd,#folder tr.even {
     font-size : 1.2em;
 }*/
@@ -1839,4 +1845,18 @@ div.menu2 a.mtitle{
     margin-right: 150px;
     background: snow;
     margin-top: 50px;
+}
+/*******************************************************************************
+ * For TODO List
+ 
*******************************************************************************/
+#add_todo_list , div.add_todo_list {
+    border:1px solid #0000FF;
+    background-color:#FFCCCC;
+    padding:0.07%;
+    position:absolute;
+    text-align:left;
+    z-index:1;
+    width:480px;
+    width:30rem;
+    height:auto;
 }
\ No newline at end of file



reply via email to

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