remove yamm
This commit is contained in:
@@ -77,7 +77,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* style navbar */
|
/* style navbar */
|
||||||
nav.navbar-default.yamm {
|
nav.navbar-default.main-nav-container {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
@@ -250,10 +250,6 @@ a.no-underline { text-decoration: none; }
|
|||||||
.open > a > .fancy-caret { margin-bottom: -4px; vertical-align: -4px; display: inline-block; }
|
.open > a > .fancy-caret { margin-bottom: -4px; vertical-align: -4px; display: inline-block; }
|
||||||
.open > a > .caret-text { vertical-align: -1px; }
|
.open > a > .caret-text { vertical-align: -1px; }
|
||||||
|
|
||||||
/* additional styling for OneSearch dropdown */
|
|
||||||
.yamm4 { max-width: 460px; }
|
|
||||||
#yamm4-margins { margin: -15px 0; }
|
|
||||||
|
|
||||||
/* style footer */
|
/* style footer */
|
||||||
#orange-line {
|
#orange-line {
|
||||||
height:10px;
|
height:10px;
|
||||||
@@ -282,7 +278,7 @@ a.no-underline { text-decoration: none; }
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
}
|
}
|
||||||
nav.navbar-default.yamm { margin-top: -20px; }
|
nav.navbar-default.main-nav-container { margin-top: -20px; }
|
||||||
.form-width { width: 210px; }
|
.form-width { width: 210px; }
|
||||||
.nav-by-jumbotron { margin-top: 40px !important; }
|
.nav-by-jumbotron { margin-top: 40px !important; }
|
||||||
#main-blue-footer { min-height: 450px; }
|
#main-blue-footer { min-height: 450px; }
|
||||||
@@ -344,34 +340,6 @@ a.no-underline { text-decoration: none; }
|
|||||||
@media only screen and (min-width: 1200px) {
|
@media only screen and (min-width: 1200px) {
|
||||||
#library-logo { margin-top: -3px; }
|
#library-logo { margin-top: -3px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
|
||||||
* Yamm!3 - Yet another megamenu for Bootstrap 3
|
|
||||||
* http://geedmo.github.com/yamm3
|
|
||||||
*
|
|
||||||
* @geedmo - Licensed under the MIT license
|
|
||||||
*/
|
|
||||||
.yamm .nav,
|
|
||||||
.yamm .collapse,
|
|
||||||
.yamm .dropup,
|
|
||||||
.yamm .dropdown {
|
|
||||||
position: static;
|
|
||||||
}
|
|
||||||
.yamm .container {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.yamm .dropdown-menu {
|
|
||||||
left: auto;
|
|
||||||
}
|
|
||||||
.yamm .yamm-content {
|
|
||||||
padding: 20px 30px;
|
|
||||||
}
|
|
||||||
.yamm .dropdown.yamm-fw .dropdown-menu {
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
/* End of Yamm */
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- trigger menu open when you hover over dropdowns
|
<!-- trigger menu open when you hover over dropdowns
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row" id="hamburger-alternative">
|
<div class="row" id="hamburger-alternative">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<nav class="navbar navbar-default yamm">
|
<nav class="navbar navbar-default main-nav-container">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<ul class="nav navbar-nav" id="navbar-center">
|
<ul class="nav navbar-nav" id="navbar-center">
|
||||||
<li class="dropdown main-nav-dropdown">
|
<li class="dropdown main-nav-dropdown">
|
||||||
@@ -262,7 +262,7 @@
|
|||||||
<div class="container" style="margin-top:14px;">
|
<div class="container" style="margin-top:14px;">
|
||||||
<div class="row kbcc-background-image">
|
<div class="row kbcc-background-image">
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<form class="form-inline yamm onesearch-jumbotron" name="searchPrimoForm1" role="search" method="get" action="https://cuny-kb.primo.exlibrisgroup.com/discovery/search" onsubmit="addPrimoQuery();" enctype="application/x-www-form-urlencoded; charset=utf-8" id="formToAppendInputsTo">
|
<form class="form-inline onesearch-jumbotron" name="searchPrimoForm1" role="search" method="get" action="https://cuny-kb.primo.exlibrisgroup.com/discovery/search" onsubmit="addPrimoQuery();" enctype="application/x-www-form-urlencoded; charset=utf-8" id="formToAppendInputsTo">
|
||||||
<!-- default is "everything" option suggested from OLS widget builder -->
|
<!-- default is "everything" option suggested from OLS widget builder -->
|
||||||
<input name="vid" value="01CUNY_KB:CUNY_KB" type="hidden" />
|
<input name="vid" value="01CUNY_KB:CUNY_KB" type="hidden" />
|
||||||
<input name="tab" value="Everything" type="hidden" id="tabSetting" />
|
<input name="tab" value="Everything" type="hidden" id="tabSetting" />
|
||||||
|
|||||||
Reference in New Issue
Block a user