mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-33521 css: Fixed invalid CSS in core CSS and plugin styles.css files
This commit is contained in:
parent
d71b79a406
commit
d75e8e3ac8
12 changed files with 24 additions and 25 deletions
|
@ -228,8 +228,7 @@ a.ygtvspacer:hover {color: transparent;text-decoration: none;}
|
|||
/*
|
||||
* Lazy loading on fp-content (File Picker only)
|
||||
*/
|
||||
.file-picker .fp-nextpage {clear:both;align:center;}
|
||||
.file-picker .fp-nextpage .fp-nextpage-link {align:center;}
|
||||
.file-picker .fp-nextpage {clear:both;}
|
||||
.file-picker .fp-nextpage .fp-nextpage-loading {display:none;}
|
||||
.file-picker .fp-nextpage.loading .fp-nextpage-link {display:none;}
|
||||
.file-picker .fp-nextpage.loading .fp-nextpage-loading {display:block;text-align: center;height: 100px;padding-top: 50px;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue