diff --git a/style/custom.css b/style/custom.css index 8268fe06..f6327e18 100644 --- a/style/custom.css +++ b/style/custom.css @@ -105,54 +105,6 @@ hr { /* Header -------------------------*/ - -/* hide navigation in header */ -@media (min-width: 980px) { - .navbar .nav { - visibility: hidden; - height: 0; - } -} - -@media (max-width: 979px) { - /* accesshide header title */ - .navbar .brand { - position: absolute; - left: -10000px; - font-size: 1em; - font-weight: normal; - } - - .navbar .nav > li > a:hover { - color: #000; - } - - .navbar .nav li.dropdown > a:hover .caret { - border-top-color: #000; - border-bottom-color: #000; - } - - .navbar .nav-collapse.in { - background-color: #052049; - } - - .nav-collapse .nav > li > a, - .nav-collapse .dropdown-menu a { - color: #fff; - } - - .dropdown-menu > li > a:hover, - .dropdown-menu > li > a:focus, - .dropdown-submenu:hover > a, - .dropdown-submenu:focus > a { - background: none; - color: #000; - background-color: #ededee !important; - } - - -} - .navbar .brand { margin-top: 5px; font-weight: 600; @@ -210,6 +162,50 @@ hr { background-color: #052049 !important; } +/* hide navigation in header */ +@media (min-width: 980px) { + .navbar .nav { + visibility: hidden; + height: 0; + } +} + +@media (max-width: 979px) { + /* accesshide header title */ + .navbar .brand { + position: absolute; + left: -10000px; + font-size: 1em; + font-weight: normal; + } + + .navbar .nav > li > a:hover { + color: #000; + } + + .navbar .nav-collapse.in { + background-color: #052049; + } + + .navbar .nav li.dropdown > a:hover .caret { + border-top-color: #000; + border-bottom-color: #000; + } + + .dropdown-menu > li > a:hover, + .dropdown-menu > li > a:focus, + .dropdown-submenu:hover > a, + .dropdown-submenu:focus > a { + background: none; + color: #000; + background-color: #ededee !important; + } + + .nav-collapse .nav > li > a, + .nav-collapse .dropdown-menu a { + color: #fff; + } +} /* user menu */ .jsenabled .usermenu .moodle-actionmenu.show .menu a:hover { diff --git a/version.php b/version.php index a4e04e49..0db0a988 100644 --- a/version.php +++ b/version.php @@ -6,10 +6,11 @@ */ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2017062700; +$plugin->version = 2017070300; $plugin->requires = 2016112900; -$plugin->release = 'v2.0.0-rc4'; +$plugin->release = 'v2.0.0'; $plugin->component = 'theme_ucsf'; +$plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( 'theme_bootstrapbase' => 2016112900, 'theme_clean' => 2016112900,