Skip to content

Instantly share code, notes, and snippets.

@kevb10
Last active August 29, 2015 14:06
Show Gist options
  • Save kevb10/8f384ba19430c84305e4 to your computer and use it in GitHub Desktop.
Save kevb10/8f384ba19430c84305e4 to your computer and use it in GitHub Desktop.
eProfile
@media only screen and (max-width: 640px) {
.ksu-widget--inner-box {display: none;}
}
/*KSU Widget fixes.*/
table.ksu-widget th {
background-color: inherit;
}
table.ksu-widget td {
border-bottom: none;
}
table.ksu-widget tr {
border-top: 1px solid #cccccc;
}
table.ksu-widget tr:first-child {
border-top: none;
}
/* Summary widget fix */
.ksu-widget-box {
float:right;
margin-right:0;
}
/* Widget block with background */
.ksu-widget--inner-box {
float: right;
margin-right: 0px;
background: #e4e4e4;
padding: 10px;
border-radius: 5px;
width: 275px;
line-height: 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment