avancement de Show, liaison entre Quizz et Question
This commit is contained in:
20
src/main/webapp/css/style.css
Normal file
20
src/main/webapp/css/style.css
Normal file
@@ -0,0 +1,20 @@
|
||||
body{
|
||||
|
||||
}
|
||||
|
||||
table.show{
|
||||
border-collapse: collapse;
|
||||
text-align: left;
|
||||
border: 2px solid #C0C0C0;
|
||||
|
||||
}
|
||||
|
||||
thead.show{
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
th.show{
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border: 1px solid #C0C0C0
|
||||
}
|
||||
Reference in New Issue
Block a user