| 12345678910111213141516171819202122232425262728293031 |
- /*!
- * lhgcore Dialog Plugin StyleSheet
- * Copyright (c) 2009 - 2011 By Li Hui Gang
- */
- .lhgdialog{position:absolute;padding:0;margin:0;font:12px Tahoma,Arial,sans-serif;_ie6png:true;}
- .lhgdg_leftTop{background:url(images/leftTop.png) no-repeat;width:13px;height:33px;}
- .lhgdg_rightTop{background:url(images/rightTop.png) no-repeat;width:13px;}
- .lhgdg_leftBottom{background:url(images/leftBottom.png) no-repeat;width:13px;height:13px;}
- .lhgdg_rightBottom{background:url(images/rightBottom.png) no-repeat;cursor:nw-resize;width:13px;}
- .lhgdg_left,.lhgdg_right{background-repeat:repeat-y;}
- .lhgdg_left{background-image:url(images/left.png);}
- .lhgdg_right{background-image:url(images/right.png);}
- .lhgdg_top,.lhgdg_bottom{background-repeat:repeat-x;font-size:0;}
- .lhgdg_top{background-image:url(images/top.png);cursor:move;}
- .lhgdg_bottom{background-image:url(images/bottom.png);}
- .lhgdg_title_icon{height:33px;}
- .lhgdg_icon{float:left;background:url(images/icon.gif) no-repeat;width:16px;height:16px;margin-top:12px;}
- .lhgdg_title{float:left;color:#fff;font-weight:bold;font-size:12px;height:16px;margin-top:12px;margin-top:14px\0;padding-left:5px;}
- .lhgdg_xbtn{position:absolute;background:url(images/xbtn.png) no-repeat;display:block;cursor:default;width:13px;height:13px;top:14px;right:17px;}
-
- .lhgdg_inbox,.lhgdg_load{width:100%;height:100%;background-color:#fff;overflow:auto;}
- .lhgdg_load{text-align:center;font-weight:bold;}
- .lhgdg_load span{padding-left:20px;height:16px;background:url(images/wait.gif) no-repeat 0 0;}
- .lhgdg_btnBar{height:29px;background-color:#f6f6f6;border-top:1px solid #dadee5;}
- .lhgdg_button{float:right;padding:1px 5px 0 0;}
- .lhgdg_button button{height:22px;padding:0 5px;_padding:0 3px;font:12px Tahoma,Arial,sans-serif;}
|