refonte du tableau de la page admin

This commit is contained in:
Jerome Morjon
2015-02-21 00:23:31 +01:00
parent 2cb24c6e1d
commit 36a4d192e1
3 changed files with 38 additions and 3 deletions

View File

@ -5,4 +5,34 @@ body
background-repeat:no-repeat;
background-position:100% 100%;
background-size:cover;
}
table
{
border: 1px solid grey;
width : 95%;
margin-left: auto;
margin-right: auto;
box-shadow: 0 0 2px dimgrey;
}
table thead tr td /*en tete du tableau */
{
border-bottom: 1px solid silver;
padding: 2%;
font-weight: normal;
color: #139DFA;
background: white;
}
table tbody tr td /*corps du tableau */
{
padding : 1%;
background: white;
}
.addRef
{
position: fixed;
left : 70%;
}

View File

@ -114,6 +114,11 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
width: 20px;
}
.control-label
{
}
/* ---------------------------- switch checkbox ---------------------------------*/