mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Improving the styles for table.formtable, they weren't working in IE.
This commit is contained in:
parent
4d71c956a8
commit
05afaf251c
@ -200,8 +200,6 @@ a img {
|
||||
******************************/
|
||||
/* admin, calendar */
|
||||
table.formtable {
|
||||
border-spacing: 8px;
|
||||
border-collapse: separate;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@ -210,6 +208,11 @@ table.formtable tbody th {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table.formtable tbody td,
|
||||
table.formtable tbody th
|
||||
{
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/*****************************
|
||||
***
|
||||
|
Loading…
x
Reference in New Issue
Block a user