Last active
August 29, 2015 14:06
-
-
Save kevb10/8f384ba19430c84305e4 to your computer and use it in GitHub Desktop.
eProfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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