mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-54654 choice: remove CSS definitions
The 'inherit' for border colour was not valid and so no border was displayed. The display:inline does not work with floated elemenets.
This commit is contained in:
parent
48d5c2183a
commit
f909e9e5a9
@ -92,10 +92,6 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.path-mod-choice .results.anonymous th.header {
|
||||
border: 1px solid inherit;
|
||||
}
|
||||
|
||||
.path-mod-choice .results.names .header {
|
||||
width: 10%;
|
||||
white-space: normal;
|
||||
@ -147,7 +143,6 @@
|
||||
#page-mod-choice-report .downloadreport ul li {
|
||||
list-style: none;
|
||||
padding: 0 20px;
|
||||
display: inline;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user