Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
refactor, code cleanup, etc.. may break
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsternberg committed Jun 7, 2014
1 parent 6a1aefd commit 1f30139
Show file tree
Hide file tree
Showing 5 changed files with 414 additions and 288 deletions.
37 changes: 37 additions & 0 deletions css/message-css.css
@@ -0,0 +1,37 @@
.updated.instagram-import-message {
overflow: hidden;
background: #F1F1F1;
border-color: #ccc;
padding: 0 0 10px 10px;
margin: 0;
}
.updated.instagram-import-message ol {
padding: 0;
margin: 0;
list-style-position: inside;
}
.updated.instagram-import-message li, .updated.instagram-import-message p {
margin: 10px 10px 0 0;
padding: 8px;
background: #fff;
width: 350px;
float: left;
}
.updated.instagram-import-message li {
min-height: 60px;
}
.updated.instagram-import-message strong {
display: block;
}
.updated.instagram-import-message img {
width: 50px;
height: 50px;
margin: 0 8px 0 0;
vertical-align: middle;
float: left;
}
.updated.instagram-import-message hr {
display: block;
width: 100%;
clear: both;
}

0 comments on commit 1f30139

Please sign in to comment.