It's because "position: relative" was added to the ccm-button class on line 59 of ccm.forms.css in the concrete/css folder. This is a big problem in my opinion - since you cant save or cancel out of the block!
You also cant see the "Delete User Account" button under Delete User when viewing a user account because "position: relative" was added to line 47 of ccm.dashboard.css.
Also, if you go to Sitemap and click on a page and select Properties and go to Custom Fields the same "position: relative" bug exists (see attached screenshot). To remedy this, "position: relative" needs to be taken out of .ccm-field-meta on line 14 of ccm.forms.css. And on line 15 .ccm-meta-close needs to have position:absolute taken off (and top:0 & right:0) and float: right added.
This should be added to bugs - and more testing should be done in IE7 & 8 since the majority of end users will be using those browsers (unfortunately).
You also cant see the "Delete User Account" button under Delete User when viewing a user account because "position: relative" was added to line 47 of ccm.dashboard.css.
Also, if you go to Sitemap and click on a page and select Properties and go to Custom Fields the same "position: relative" bug exists (see attached screenshot). To remedy this, "position: relative" needs to be taken out of .ccm-field-meta on line 14 of ccm.forms.css. And on line 15 .ccm-meta-close needs to have position:absolute taken off (and top:0 & right:0) and float: right added.
This should be added to bugs - and more testing should be done in IE7 & 8 since the majority of end users will be using those browsers (unfortunately).