Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
25898024
Commit
25898024
authored
Nov 15, 2016
by
Eloy Lafuente
Committed by
Dan Poltawski
Nov 15, 2016
Browse files
Merge branch 'MDL-56910-master' of
git://github.com/danpoltawski/moodle
parents
5a9a2c61
f6dabb31
Changes
6
Hide whitespace changes
Inline
Side-by-side
lib/outputrenderers.php
View file @
25898024
...
...
@@ -2604,7 +2604,7 @@ $icon_progress
</div>
<div id="filepicker-wrapper-{$client_id}" class="mdl-left" style="display:none">
<div>
<input type="button" class="fp-btn-choose" id="filepicker-button-{$client_id}" value="{$straddfile}"{$buttonname}/>
<input type="button" class="
btn btn-secondary
fp-btn-choose" id="filepicker-button-{$client_id}" value="{$straddfile}"{$buttonname}/>
<span> $maxsize </span>
</div>
EOD;
...
...
theme/boost/scss/moodle/buttons.scss
View file @
25898024
...
...
@@ -46,12 +46,6 @@ p.arrow_button {
margin
:
0
0
10px
5px
;
}
input
{
&
.fp-btn-choose
{
@extend
.btn-sm
;
}
}
.user-enroller-panel
{
.uep-search-results
{
.user
,
...
...
theme/boost/scss/moodle/filemanager.scss
View file @
25898024
...
...
@@ -607,10 +607,6 @@ a.ygtvspacer:hover {
background-color
:
#ebebe4
;
}
.fitem.disabled
.fp-btn-choose
{
@extend
.text-muted
;
}
.fitem.disabled
.filepicker-filelist
.filepicker-filename
{
display
:
none
;
}
...
...
theme/bootstrapbase/less/moodle/buttons.less
View file @
25898024
...
...
@@ -113,12 +113,6 @@ button {
}
}
input {
&.fp-btn-choose {
.btn-small
}
}
.user-enroller-panel {
.uep-search-results {
.user,
...
...
theme/bootstrapbase/less/moodle/filemanager.less
View file @
25898024
...
...
@@ -800,9 +800,6 @@ a.ygtvspacer:hover {
.fitem.disabled .filemanager-container {
background-color: #ebebe4;
}
.fitem.disabled .fp-btn-choose {
.muted
}
.fitem.disabled .filepicker-filelist .filepicker-filename {
display: none;
}
...
...
theme/bootstrapbase/style/moodle.css
View file @
25898024
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment