| 1 |
/*Begin Make default admin menu wider*/ |
| 2 |
#adminmenu { |
| 3 |
width:175px; |
| 4 |
margin:15px 5px 15px -190px; |
| 5 |
} |
| 6 |
|
| 7 |
#wpbody { |
| 8 |
margin-left:205px; |
| 9 |
} |
| 10 |
|
| 11 |
.GreyOutLayer |
| 12 |
{ |
| 13 |
position: absolute; |
| 14 |
top: 0px; |
| 15 |
left: 0px; |
| 16 |
width: 100%; |
| 17 |
height: 100%; |
| 18 |
bottom: 0px; |
| 19 |
background-color: #666; |
| 20 |
z-index: 100; |
| 21 |
filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 30); |
| 22 |
opacity: 0.30; |
| 23 |
} |
| 24 |
|
| 25 |
#popUpMaster{position:relative;padding:10px 0 0 10px;display:none} |
| 26 |
#popUpTopLft{position:absolute;left:0px;top:0} |
| 27 |
#popUpTop{position:absolute;left:10px;top:0;height:36px;z-index:9} |
| 28 |
#popUpTopRgt{position:absolute;right:0px;top:0;z-index:9} |
| 29 |
#popUpLft{position:absolute;left:0px;top:30px;width:17px;} |
| 30 |
#popUpRgt{position:absolute;right:0px;top:36px;width:26px;} |
| 31 |
#popUpBtmLft{position:absolute;left:0px;bottom:0px;} |
| 32 |
#popUpBtm{position:absolute;left:17px;bottom:0px;height:20px} |
| 33 |
#popUpBtmRgt{position:absolute;right:0px;bottom:0px;} |
| 34 |
#popUpMaster #content{background:#F2F2F2;height:520px;width:725px;margin:0px;z-index:100;position:absolute;top:26px;right:15px;} |
| 35 |
.closePopUp{display:block;position:absolute;right:10px;top:4px;width:20px;height:18px;z-index:10;text-decoration:none;background:none} |
| 36 |
#popUpMaster h4{position:absolute;top:0;left:0;z-index:10;padding:0;margin:6px 0 0 10px;color:#333333;text-shadow:0 1px 0 #FFFFFF; |
| 37 |
font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:15px;cursor:move;background:nonImage.gif; |
| 38 |
width:100%} |
| 39 |
/*End Make default admin menu wider*/ |