update image processing

This commit is contained in:
Luke Pulverenti 2015-08-02 15:08:55 -04:00
parent c5c603f795
commit 0380fa5a83
3 changed files with 30 additions and 29 deletions

View file

@ -388,6 +388,23 @@ paper-menu-item {
.ui-page-theme-b .unfocused-line.paper-input-container {
background: #858585;
}
paper-textarea.mono textarea {
font-family: monospace!important;
}
font-family: monospace !important;
}
.listAvatar {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
overflow: hidden;
background: #ccc;
}
.paperList {
padding-top: 12px;
background-color: #303030;
margin: 12px auto;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}