Fixes problems from recent LibGuides upgrade
This commit is contained in:
+22
-25
@@ -1,5 +1,13 @@
|
||||
<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 */
|
||||
.s-lg-guide-info-account {
|
||||
display:none;
|
||||
@@ -69,20 +77,7 @@ a.label.label-info:hover {
|
||||
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 */
|
||||
|
||||
@@ -107,25 +102,27 @@ a.label.label-info:hover {
|
||||
}
|
||||
|
||||
#bannerx {
|
||||
height:100px;
|
||||
background-image:url(http://www2.kingsborough.edu/kcclibrary/Images/logo_x.png);
|
||||
background-repeat: repeat-x;
|
||||
height:100px;
|
||||
background-image:url(http://www2.kingsborough.edu/kcclibrary/Images/logo_x.png);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
#innerbannercont {
|
||||
width:660px;
|
||||
float:right;
|
||||
clear:left;
|
||||
height:33px;
|
||||
position:relative;
|
||||
z-index:12;
|
||||
font-size:12px;
|
||||
width:660px;
|
||||
float:right;
|
||||
clear:left;
|
||||
height:33px;
|
||||
position:relative;
|
||||
z-index:12;
|
||||
font-size:12px;
|
||||
text-align:right;
|
||||
color:#fff;
|
||||
margin:3px;
|
||||
}
|
||||
|
||||
#innerbannercont a {
|
||||
color:#777;
|
||||
text-decoration:none;
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#spacer {
|
||||
|
||||
Reference in New Issue
Block a user