Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Created September 10, 2009 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtnabe/184460 to your computer and use it in GitHub Desktop.
Save wtnabe/184460 to your computer and use it in GitHub Desktop.
A user css for making livedoor clip compact
@-moz-document url-prefix("http://clip.livedoor.com/clip/add?link=") {
#addclipttl {
margin: 5px !important;
}
form[name="clip"] {
width: 500px !important;
margin-left: 10px !important;
}
div#AddClipsBox {
width: 500px !important;
}
dd.UserPhoto {
display: none !important;
}
div#AddClipsBox dl.NormalList dd {
float: left !important;
margin-left: 5px !important;
width: 350px !important;
}
div#AddClipsBox dl.NormalList dd input#tags,
div#AddClipsBox dl.NormalList dd input#ClipTitleInput,
div#AddClipsBox dl.NormalList dd input#my_title,
div#AddClipsBox dl.UserPhotoList dd textarea
{
margin-left: 0 !important;
width: 350px !important;
}
div#AddClipsBox dl.UserPhotoList dd.CommentInput {
float: left !important;
width: 350px !important;
margin-left: 5px !important;
background: none !important;
}
input[type="submit"] {
margin: 5px auto !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment