44 lines
950 B
CSS
44 lines
950 B
CSS
/********************************* style for pages of "UserRoleList" ************************************/
|
|
.RoleTable { border:1px solid #ccc;border-right:0px;border-top:0px;}
|
|
.RoleTable td {border:1px solid #ccc;
|
|
line-height:22px;
|
|
padding-left:5px;
|
|
padding-right:5px;
|
|
border-bottom:0px;
|
|
border-left:0px;}
|
|
.RoleTitle{
|
|
background:url(../images/table_title_bg.jpg) repeat-x bottom;
|
|
line-height: normal;
|
|
border:1px solid #bcbcbc;
|
|
width:100%;
|
|
color:#333;
|
|
line-height:22px;
|
|
font-weight:bold;
|
|
margin: 3px;
|
|
padding: 3px;
|
|
}
|
|
.RoleLeafCheck{
|
|
background-color: #ccccff;
|
|
line-height: normal;
|
|
border:1px solid #bcbcbc;
|
|
width:100%;
|
|
height:100%;
|
|
margin: 3px;
|
|
padding: 3px;
|
|
}
|
|
.RoleLeafUncheck{
|
|
line-height: normal;
|
|
border:1px solid #bcbcbc;
|
|
width:100%;
|
|
height:100%;
|
|
margin: 3px;
|
|
padding: 3px;
|
|
}
|
|
.RoleNode{
|
|
line-height: normal;
|
|
border:1px solid #bcbcbc;
|
|
width:100%;
|
|
height:100%;
|
|
margin: 3px;
|
|
padding: 3px;
|
|
} |