Index: albatross/src/main/resources/albatross/css/lightbox/lightboxIE.css =================================================================== --- albatross/src/main/resources/albatross/css/lightbox/lightboxIE.css (revision 7343) +++ albatross/src/main/resources/albatross/css/lightbox/lightboxIE.css (working copy) @@ -46,8 +46,8 @@ top: 0; width: 100%; z-index: 100000; - /* filter: alpha(opacity=70); - opacity: 0.7; */ + filter: alpha(opacity=70); + opacity: 0.7; overflow: auto; } @@ -108,11 +108,11 @@ margin-top: 0; padding-top: 0; } - + #lb-top .roundedlight { - _margin-bottom: -0.15em; - _margin-top: -0.9em; + margin-bottom: -0.15em; + margin-top: -0.9em; } @@ -121,8 +121,8 @@ } #lb-top .rounded { - margin-bottom: 0em;/* avant 0.1 pour IE7 ?*/ - margin-top: 0em; /* avant 0.3 pour IE7 ?*/ + margin-bottom: 0em; + margin-top: 0em; } @@ -132,13 +132,13 @@ *+html #lb-top .rounded .b1, * html #lb-top .rounded .b1, *+html #lb-top .roundedlight .b1, * html #lb-top .roundedlight .b1 { - margin-bottom: -0.15em; + margin-bottom: -1em; } *+html #lb-bottom .rounded .b12b, * html #lb-bottom .rounded .b12b, *+html #lb-bottom .roundedlight .b4b, * html #lb-bottom .roundedlight .b4b { - margin-bottom: -0.1em; + margin-bottom: -1em; } @@ -163,6 +163,6 @@ margin-right: 10px; width: 30px; cursor: pointer; - background-image: url("$xwiki.getSkinFile("icons/rights-manager/btnClose.png")"); + background-image: url($xwiki.getSkinFile("icons/rights-manager/btnClose.png")); background-repeat: no-repeat; } \ No newline at end of file Index: albatross/src/main/resources/albatross/edituser.vm =================================================================== --- albatross/src/main/resources/albatross/edituser.vm (revision 7343) +++ albatross/src/main/resources/albatross/edituser.vm (working copy) @@ -21,6 +21,7 @@ #if($context.user == $doc.getFullName()) $msg.get("rightsmanager.edituserprofile")  $msg.get("rightsmanager.userprofile") #end - - +

+ + \ No newline at end of file Index: albatross/src/main/resources/albatross/stylesheets.vm =================================================================== --- albatross/src/main/resources/albatross/stylesheets.vm (revision 7343) +++ albatross/src/main/resources/albatross/stylesheets.vm (working copy) @@ -28,5 +28,5 @@ Index: albatross/src/main/resources/albatross/usersandgroups.css =================================================================== --- albatross/src/main/resources/albatross/usersandgroups.css (revision 7343) +++ albatross/src/main/resources/albatross/usersandgroups.css (working copy) @@ -80,7 +80,6 @@ } #userstable, #groupstable, #usersandgroupstable { - width: 100%; position: relative; padding: 0px; margin: 0px; @@ -140,28 +139,28 @@ #tdAddNewUserOrGroup a { - color: #fff; - font-weight: bold; - font-size: 12px; - text-decoration: none; - background-image: url("$xwiki.getSkinFile('icons/rights-manager/but1.png')"); + color: #fff; + font-weight: bold; + font-size: 12px; + text-decoration: none; + background-image: url($xwiki.getSkinFile('icons/rights-manager/but1.png')); background-repeat: no-repeat !important; - display: block; - text-align: center; - padding-top: 3px; - width: 130px; - height: 24px; + display: block; + text-align: center; + padding-top: 3px; + width: 130px; + height: 24px; } #errMsg { - color: #DD7700; - font-size: 12px; - font-weight: bold; + color: #DD7700; + font-size: 12px; + font-weight: bold; } #XWikiGuestSpecial { - background-color: #fff; - color: #000; + background-color: #fff; + color: #000; } .suorg {