- Plugin para listar los grupos creados desde el dashboard. git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@117 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
59 lines
920 B
CSS
59 lines
920 B
CSS
.bp-gm-wrap form input[type="submit"] {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
|
|
.bp-gm-group-actions {
|
|
margin: 35px 0;
|
|
}
|
|
|
|
.bp-gm-group-actions a {
|
|
text-decoration:none;
|
|
font-size:11px;
|
|
line-height:14px;
|
|
padding: 2px 8px;
|
|
cursor:pointer;
|
|
border-width:1px;
|
|
border-style: solid;
|
|
-moz-border-radius: 11px;
|
|
-khtml-border-radius: 11px;
|
|
-webkit-border-radius: 11px;
|
|
border-radius: 11px;
|
|
-moz-box-sizing: content-box;
|
|
-webkit-box-sizing: content-box;
|
|
-khtml-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.bp-gm-group-members {
|
|
width: 500px;
|
|
float: left;
|
|
}
|
|
|
|
#bp-gm-settings-link {
|
|
float: right;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.bp-gm-add-members {
|
|
width: 350px;
|
|
float: left;
|
|
}
|
|
|
|
.bp-gm-add-members .tablenav-pages {
|
|
float: none;
|
|
}
|
|
|
|
.bp-gm-add-members .tablenav-pages li {
|
|
float: left;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
th.bp-gm-group-id-header, th.bp-gm-group-id {
|
|
width: 80px;
|
|
}
|
|
|
|
td.bp-gm-avatar {
|
|
width: 80px;
|
|
padding: 5px 10px;
|
|
} |