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
f6dabb31
Commit
f6dabb31
authored
Nov 11, 2016
by
Dan Poltawski
Browse files
MDL-56910 filepicker: give button BS styling
parent
258d07d3
Changes
6
Hide whitespace changes
Inline
Side-by-side
lib/outputrenderers.php
View file @
f6dabb31
...
...
@@ -2594,7 +2594,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 @
f6dabb31
...
...
@@ -47,12 +47,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 @
f6dabb31
...
...
@@ -603,10 +603,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 @
f6dabb31
...
...
@@ -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 @
f6dabb31
...
...
@@ -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 @
f6dabb31
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