Skip to content

Commit

Permalink
Fix post comment buttons being cut off and positioning of share desti…
Browse files Browse the repository at this point in the history
…nation. (D-06261, D-07622)
  • Loading branch information
billwolckenlmco committed Aug 10, 2011
1 parent 4aa8ad7 commit b91827c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Expand Up @@ -325,10 +325,10 @@ public interface StaticResourceBundle extends ClientBundle
@Source("style/images/submitBtn.png")
ImageResource submitButton();

@Source("style/images/postBtnSmall.png")
@Source("style/images/postComment.png")
ImageResource commentPostButton();

@Source("style/images/postBtnSmallInactive.png")
@Source("style/images/postCommentInactive.png")
ImageResource commentPostButtonInactive();

}
8 changes: 6 additions & 2 deletions web/src/main/resources/public/style/core.css
Expand Up @@ -4688,7 +4688,8 @@ table.header-zone .dragdrop-positioner {
}

.stream-scope {
background: url(style/images/stream-scope-bg.png);
background-color: white;
border: 1px solid #999;
display: inline-block;
width: 103px;
height: 17px;
Expand Down Expand Up @@ -4935,6 +4936,7 @@ body .dragdrop-proxy {
text-indent: -1000em;
clear: both;
float: right;
margin-bottom: 1px;
}

@sprite .message-comment .post-button.inactive {
Expand Down Expand Up @@ -6344,13 +6346,15 @@ body div.eureka-connect-liked-activity-wrapper {
margin-top: -3px;
display: inline;
zoom: 1;
height: 20px;
line-height: 20px;
}

.stream-scope {
display: inline;
zoom: 1;
position: relative;
top: 5px;
top: -5px;
}

.share-message-dialog-body .stream-scope {
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b91827c

Please sign in to comment.