Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48d5c21
)
MDL-54654 choice: remove CSS definitions
author
Dan Poltawski
<dan@moodle.com>
Fri, 20 May 2016 11:11:37 +0000
(12:11 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Thu, 16 Jun 2016 19:52:04 +0000
(20:52 +0100)
The 'inherit' for border colour was not valid and so no border was
displayed.
The display:inline does not work with floated elemenets.
mod/choice/styles.css
patch
|
blob
|
blame
|
history
diff --git
a/mod/choice/styles.css
b/mod/choice/styles.css
index
b455e80
..
2de72fa
100644
(file)
--- a/
mod/choice/styles.css
+++ b/
mod/choice/styles.css
@@
-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;
}