Add classes to abstract Users and Courses
Can refuse a question (email the author) Can modify question before validation
This commit is contained in:
parent
6e9554e2f2
commit
42fec70edf
14 changed files with 667 additions and 401 deletions
28
style.css
28
style.css
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue