mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Some new default styles for generaltables
This commit is contained in:
parent
5889c1bb64
commit
e037ed244a
@ -178,6 +178,16 @@ table.formtable tbody th {
|
||||
}
|
||||
|
||||
|
||||
.generaltable .cell {
|
||||
background-color:#FFFFFF;
|
||||
border-color:#EEEEEE;
|
||||
}
|
||||
|
||||
.generaltable {
|
||||
border-color:#EEEEEE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/***
|
||||
*** Header
|
||||
|
@ -154,6 +154,17 @@ img.grouppicture,
|
||||
.feedback {
|
||||
}
|
||||
|
||||
.generaltable {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.generaltable .cell {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.initialbar {
|
||||
text-align: center;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user