Add classes to abstract Users and Courses

Can refuse a question (email the author)
Can modify question before validation
This commit is contained in:
Némunaire 2012-06-18 20:09:31 +02:00
commit 42fec70edf
14 changed files with 667 additions and 401 deletions

View file

@ -123,6 +123,34 @@ footer a
padding-top: 10px;
}
form.validation
{
float: left;
margin-top: 10px;
margin-left: 25%;
}
form.invalidation
{
float: right;
margin-top: 10px;
margin-right: 25%;
}
form.validation input, form.invalidation input
{
border-radius: 10px;
height: 32px;
font-weight: bold;
width: 160px;
}
form.validation input
{
background: #00BB40;
}
form.invalidation input
{
background: #BB0020;
}
#hideShow, #hideShowExp
{
float: right;