| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- ul,
- ol {
- padding: 0;
- }
- .container .moodleSkin img.mceIcon {
- display: block;
- height: auto;
- width: auto;
- }
- #region-bs-main-and-pre {
- #region-main {
- padding-left: 0px;
- }
- }
- /* Enrolment page */
- .userenrolment .col_role {
- width: auto;
- }
- .dropdown-menu {
- .userpicture {
- margin-left: -10px;
- margin-right: 7px;
- }
- .msg-body {
- display: inline-block;
- line-height: 20px;
- max-width: 175px;
- vertical-align: middle;
- }
- .msg-title {
- display: inline-block;
- line-height: 14px;
- }
- .msg-sender {
- color: #478fca;
- }
- .msg-time {
- color: #777;
- display: block;
- font-size: 11px;
- }
- [title="new"] {
- background-color: lighten(@brand-info, 33.5%);
- }
- .glyphicon {
- margin-right: 5px;
- }
- }
- #adminthemeselector {
- td {
- img {
- max-width: 500px;
- }
- }
- }
|