summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorStéphane Caron <stephane.caron@ens.fr>2012-08-07 09:14:35 -0700
committerStéphane Caron <stephane.caron@ens.fr>2012-08-07 09:14:35 -0700
commit7e4d323bda1849f8513c6634c39e53176f11ce1e (patch)
treec6427b7928dcb4a9a92efb31beb1e41fc61dcb77 /style.css
parent8420546bf5369e78edacc94c9a365e2aae1a46e8 (diff)
downloadfoosball-7e4d323bda1849f8513c6634c39e53176f11ce1e.tar.gz
espacement uniforme + hline dans Bracket
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/style.css b/style.css
index 15aa005..c4a6077 100644
--- a/style.css
+++ b/style.css
@@ -178,6 +178,7 @@ tr:nth-child(even) {
float: left;
padding: 1em;
margin: 35px;
+ margin-bottom: 7ex;
border: thin solid;
width: 180px;
height: 130px;
@@ -202,8 +203,7 @@ tr:nth-child(even) {
.quarter {
float: left;
padding: 1em;
- margin: 15px;
- margin-top: 2em;
+ margin: 7ex 15px .75em;
border: thin solid;
border-radius: .75em;
width: 220px;
@@ -213,6 +213,8 @@ tr:nth-child(even) {
.semi {
float: left;
+ margin-top: 2em;
+ margin-bottom: .75em;
padding: 1em;
border: thin solid;
border-radius: .75em;
@@ -230,6 +232,7 @@ tr:nth-child(even) {
padding: 1em;
margin-left: 430px;
margin-top: 2em;
+ margin-bottom: 3em;
border: thin solid;
border-radius: .75em;
width: 220px;
@@ -237,7 +240,6 @@ tr:nth-child(even) {
background-color: #FF58F7
}
-
.readable {
margin-left: auto;
margin-right: auto;
@@ -304,3 +306,11 @@ td.team-name {
.spacer {
clear: both;
}
+
+.hline {
+ border-top: thin solid #aaa;
+ margin: 0;
+ height: 0;
+ padding: 0;
+ width: 100%;
+}