Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
V2.8.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jul 24, 2015
1 parent 7449fde commit b61ebe2
Show file tree
Hide file tree
Showing 21 changed files with 85 additions and 94,024 deletions.
5 changes: 5 additions & 0 deletions README.txt
Expand Up @@ -185,6 +185,8 @@ New in 2.8.1.6
==============
- FIX: Issue #514: Quiz feedback colours are not accessible.
- FIX: Issue #515: Gradebook Tabs Not Left Justified.
- FIX: Issue #517: Mobile nav button overflow.
- FIX: Issue #517: Lesson table padding removed.
- FIX: No 'loginas' URL when logged in as another user, ref: https://moodle.org/mod/forum/discuss.php?d=315453.
- FIX: More colour adjustments to navigation menus with alternative colours.
- FIX: #adminsettings h3 colour in alternative colours.
Expand All @@ -194,6 +196,9 @@ New in 2.8.1.6
- FIX: More navbar and breadcrumb colour fixes.
- FIX: Drag and Drop Image Qtype Drop Zones entry boxes too big.
- FIX: Quiz navigation block preview icon not FontAwesome instance.
- FIX: MDL-50869.
- NEW: MDL-37832.
- NEW: MDL-50711.
- NEW: Added alternative icon color setting.

New in 2.8.1.5
Expand Down
4 changes: 0 additions & 4 deletions less/essential/fixes.less
Expand Up @@ -42,12 +42,8 @@ label {
// Solve overflowing table issue: https://moodle.org/mod/forum/discuss.php?d=279883 - related to: https://moodle.org/mod/forum/discuss.php?d=274915 - which might be too - code comes from: https://github.com/gjb2048/moodle-theme_shoehorn/issues/5
table {
th, td {
padding-left: 20px;
word-wrap: break-word;
}
th:first-of-type, td:first-of-type {
padding-left: 0px;
}
}

table.flexible, .generaltable {
Expand Down
3 changes: 0 additions & 3 deletions less/essential/responsive.less
Expand Up @@ -55,9 +55,6 @@
float: left;
clear: both;
}
&.collapse.in {
overflow: visible;
}
.nav > li > a {
margin-bottom: 0px;
border-radius: 0;
Expand Down
4 changes: 4 additions & 0 deletions less/moodle/core.less
Expand Up @@ -123,9 +123,13 @@ a.autolink.glossary:hover {
.collapsibleregioncaption {
white-space: nowrap;
}
.pagelayout-mydashboard.jsenabled .collapsibleregioncaption {
cursor: pointer;
}
.collapsibleregioncaption img {
vertical-align: middle;
}

.jsenabled .hiddenifjs {
display: none;
}
Expand Down
76 changes: 53 additions & 23 deletions less/moodle/responsive.less
Expand Up @@ -57,7 +57,6 @@
text-align: left;
}


.fp-repo-items .fp-navbar {
border-top: 1px solid rgb(187, 187, 187);
}
Expand Down Expand Up @@ -352,6 +351,18 @@
}
.nav-collapse.active {
height: auto;
.usermenu .moodle-actionmenu[data-enhanced] {
.toggle-display {
display: none;
}
.menu {
display: block;

li {
margin: 0 0.5em;
}
}
}
}
.path-mod-data .box > table > tbody > tr > td {
display: block;
Expand Down Expand Up @@ -384,12 +395,12 @@
// Add padding to first-level links.
> li > a {
padding-left: 20px;
border-radius: 0px;
border-radius: 0;
}
.dropdown-menu {
margin: 0px 0px 0px 15px;
margin: 0 0 0 15px;
li > a {
border-radius: 0px;
border-radius: 0;
}
}
}
Expand Down Expand Up @@ -420,7 +431,7 @@
}
&.open {
> a {
background: @navbarBackground;
background-color: @navbarBackground;
}
> .dropdown-menu,
.open > .dropdown-menu {
Expand All @@ -429,34 +440,53 @@
}
}
}
.divider {
width: auto;
display: block;
height: 0;
margin: 4px 1px;
border-left: 0 none;
border-right: 0 none;
border-top: 1px solid @navbarBorder;
border-bottom: 1px solid @navbarBackgroundHighlight;
}
}
}
&.navbar-inverse {
.nav-collapse.active {
border-top-color: @navbarInverseBorder;
.nav,
.nav .dropdown-menu {
.dropdown-submenu {
.dropdown-toggle {
&:after {
border-top-color: @navbarInverseBorder;
}
}

.navbar-inverse {
.nav-collapse.active {
border-top-color: @navbarInverseBorder;
.nav,
.nav .dropdown-menu {
.dropdown-submenu {
.dropdown-toggle {
&:after {
border-top-color: @navbarInverseBorder;
}
}
&.open {
> a {
background-color: @navbarInverseBackground;
}
}

&:hover {
&.open {
> a {
background-color: @navbarInverseBackground;
}
}

&:hover {
&.open {
> a {
background: @navbarInverseBackground;
}
}
}
}
}
.divider {
width: auto;
display: block;
height: 0;
margin: 4px 1px;
border-top: 1px solid @navbarInverseBackground;
border-bottom: 1px solid lighten(@navbarInverseBackground, 25%);
}
}
}
}
Expand Down
31 changes: 1 addition & 30 deletions style/bootstrap-pix.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b61ebe2

Please sign in to comment.