Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Commit

Permalink
Remove some useless style since the shadow is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
timdream committed Feb 20, 2012
1 parent b9bc097 commit 66ed451
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions apps/sms/style/sms.css
Original file line number Diff line number Diff line change
Expand Up @@ -367,34 +367,15 @@ body.conversation-new-msg #msg-conversation-view-num {
position: absolute;
top: 20px;
background: url("images/app-texture.png") repeat scroll 50% 50%, rgb(191, 204, 215);
-moz-transform: rotate(45deg);
}

#msg-conversation-view-list > div.sender::before {
left: -5.6px;
-moz-transform: rotate(-45deg);
}

#msg-conversation-view-list > div.receiver::before {
right: -5.6px;
-moz-transform: rotate(45deg);
}


#msg-conversation-view-list > div::after {
background: url("images/app-texture.png") repeat scroll 50% 50%, rgb(191, 204, 215);
content: '';
display: block;
width: 10px; height: 35px;
position: absolute;
top: 10px;
}

#msg-conversation-view-list > div.sender::after {
left: 0;
}

#msg-conversation-view-list > div.receiver::after {
right: 0;
}

#msg-conversation-view-bottom-toolbar {
Expand Down

0 comments on commit 66ed451

Please sign in to comment.