Last active
August 29, 2015 14:02
-
-
Save ppworks/d12c1977d89200f13fa2 to your computer and use it in GitHub Desktop.
idobata.io-user-stylesheet.css
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
.primary-sidebar { | |
width: 130px; | |
} | |
.primary-sidebar footer ul li { | |
width: 100%; | |
} | |
.primary-sidebar footer ul li * { | |
display: none; | |
} | |
.messages li { | |
position: relative; | |
min-height: 35px; | |
} | |
ul.messages>li+li { | |
border: none; | |
border-top: solid 1px #dedede; | |
margin-top: 5px; | |
margin-bottom: 10px; | |
padding-top: 3px; | |
} | |
ul.messages>li .body:nth-child(n+2) { | |
border-top: none; | |
} | |
ul.messages>li .message { | |
margin-left: 38px; | |
} | |
.messages .icon { | |
position: absolute; | |
top: 3px; | |
left: 5px; | |
} | |
.messages .icon img { | |
width: 25px; | |
height: 25px; | |
} | |
.messages .name { | |
position: absolute; | |
top: 3px; | |
right: 53px; | |
} | |
form.message-form .attach-file-text { | |
width: 24px; | |
height: 24px; | |
} | |
form.message-form .attach-file-text .fa { | |
font-size: 1.5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment