-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSFTMPP-472 - Improvements based on Office 365 + MS Services review
- Implement using lang_string - Fix static CSS (auth/oidc//classes/form/adminsetting/iconselect.php) - Implement using Moodle curl - Fix unit tests for webservices onenoteassignment - Fix duplicate indicies - Fix auth_oidc user create event type - Implement configuration retry limit for filtering. - Implement cache for filtering.
- Loading branch information
Tim Lock
authored and
Akinsaya Delamarre
committed
May 12, 2016
1 parent
e1f3164
commit c35b78d
Showing
4 changed files
with
73 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
label.iconselect { | ||
display: inline-block !important; | ||
padding: 0 !important; | ||
margin: 5px; | ||
} | ||
label.iconselect img { | ||
width: 25px; | ||
height: 25px; | ||
padding: 10px; | ||
} | ||
input.iconselect { | ||
display: none; | ||
} | ||
input[type="radio"].iconselect:checked + label.iconselect { | ||
outline: 1px solid #007fec; | ||
} | ||
body.ie input.iconselect { | ||
display: inline-block; | ||
} | ||
body.ie label.iconselect { | ||
margin-left: 0; | ||
margin-right: 20px; | ||
} | ||
body.ie label.iconselect img { | ||
padding: 5px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters