sebawagner commented on a change in pull request #94:
URL: https://github.com/apache/openmeetings/pull/94#discussion_r427607998
##########
File path: openmeetings-web/src/main/webapp/css/theme_om/jquery-ui.css
##########
@@ -595,8 +595,8 @@ button.ui-button::-moz-focus-inner {
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
- right: .3em;
- top: 50%;
+ right: 10px;
Review comment:
This positions it almost the same, but obviously different. Cause "top
50%" just doesn't really work if it's outside of the titlebar.
But I could also not find any other dialog using this CSS. I think there is
no Dialog left I think using this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]