Fixes problems from recent LibGuides upgrade
This commit is contained in:
+22
-25
@@ -1,5 +1,13 @@
|
|||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
/* new CSS to target buttons on the LibGuides homepage more specifically.
|
||||||
|
These had been broken by a LibGuides update, 9/6/2016 */
|
||||||
|
|
||||||
|
.s-lg-hp-btn-section, .s-lg-hp-btn-section:hover, .s-lg-hp-btn-section:focus {
|
||||||
|
background-color:#003466;
|
||||||
|
border:1px solid #003466;
|
||||||
|
}
|
||||||
|
|
||||||
/* temporary rule to keep non-working links to librarians pages from displaying on the guides -> course guides page */
|
/* temporary rule to keep non-working links to librarians pages from displaying on the guides -> course guides page */
|
||||||
.s-lg-guide-info-account {
|
.s-lg-guide-info-account {
|
||||||
display:none;
|
display:none;
|
||||||
@@ -69,20 +77,7 @@ a.label.label-info:hover {
|
|||||||
color:#003466;
|
color:#003466;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
|
||||||
background-color:#003466;
|
|
||||||
border:1px solid #003466;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-info:hover {
|
|
||||||
background-color:#003466;
|
|
||||||
border:1px solid #003466;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-default {
|
|
||||||
background-color:#fff;
|
|
||||||
border:1px solid #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* New CSS for the Kingsborough banner that was developed by Kwatei */
|
/* New CSS for the Kingsborough banner that was developed by Kwatei */
|
||||||
|
|
||||||
@@ -107,25 +102,27 @@ a.label.label-info:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#bannerx {
|
#bannerx {
|
||||||
height:100px;
|
height:100px;
|
||||||
background-image:url(http://www2.kingsborough.edu/kcclibrary/Images/logo_x.png);
|
background-image:url(http://www2.kingsborough.edu/kcclibrary/Images/logo_x.png);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
#innerbannercont {
|
#innerbannercont {
|
||||||
width:660px;
|
width:660px;
|
||||||
float:right;
|
float:right;
|
||||||
clear:left;
|
clear:left;
|
||||||
height:33px;
|
height:33px;
|
||||||
position:relative;
|
position:relative;
|
||||||
z-index:12;
|
z-index:12;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
|
color:#fff;
|
||||||
|
margin:3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#innerbannercont a {
|
#innerbannercont a {
|
||||||
color:#777;
|
color:#fff;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#spacer {
|
#spacer {
|
||||||
|
|||||||
Reference in New Issue
Block a user