Skip to content

Instantly share code, notes, and snippets.

@ppworks
Last active August 29, 2015 14:02
Show Gist options
  • Save ppworks/d12c1977d89200f13fa2 to your computer and use it in GitHub Desktop.
Save ppworks/d12c1977d89200f13fa2 to your computer and use it in GitHub Desktop.
idobata.io-user-stylesheet.css
.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;
}
@ppworks
Copy link
Author

ppworks commented Jun 6, 2014

nameを右に表示するようにupdated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment