From 44727a9e5d0744c6ce3cf20bbf03eb3f59a22c7b Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@imag.fr> Date: Wed, 22 Feb 2017 15:34:08 +0100 Subject: [PATCH] clean style --- src/css/style.css | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index aec9ac9..6887e37 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -17,14 +17,18 @@ div#box { div#form { text-align : center; } -div#log{ +textarea { + width: 300px; + height: 150px; +} +/*div#log{ padding-left: 10%; width : 90%; max-height : 400px; } div.scroll{ overflow: auto; -} +}*/ /*Contenu*/ div#content { padding: 1.5% 3%; @@ -128,25 +132,3 @@ h3 .right { text-align : right; } - -/*tables*/ - -table { - width: 100%; - text-align : left; -} - -th { - height: 50px; - background-color: #eeecee; -} -th, td { - padding: 15px; - border-bottom: 1px solid #ddd; -} -tr:nth-child(odd){ - background-color: #f2f2f2 -} -tr:hover { - background-color: #f5f5f5 -} -- GitLab