refonte du tableau de la page admin
This commit is contained in:
@ -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%;
|
||||
}
|
@ -114,6 +114,11 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.control-label
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* ---------------------------- switch checkbox ---------------------------------*/
|
||||
|
||||
|
Reference in New Issue
Block a user