Panel/themes/Evolution/modules/user_admin/show_groups.css
2026-05-02 13:05:52 +00:00

70 lines
No EOL
1.3 KiB
CSS

p.center > input[value="Add Group"] {
background-color:#373737;
border:1px solid #373737;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
color:#fff;
cursor:pointer;
-moz-border-radius:3px;
border-radius:3px;
text-transform:uppercase;
}
.left > form > input[value="Add User"] {
background-color:#373737;
border:1px solid #373737;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
color:#fff;
cursor:pointer;
-moz-border-radius:3px;
border-radius:3px;
text-transform:uppercase;
}
table.center tbody tr td {
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
background-color:none !important;
}
.left {
padding-left:10px;
padding-right:10px;
}
table.center tbody tr {
padding-top:10px;
padding-bottom:10px;
}
.tr0 > td {
text-transform:uppercase;
font-weight:bold;
background-color:none !important;
}
.main-content {
background:none repeat scroll 0% 0% #505050;
border-radius:3px;
-moz-border-radius:3px;
border:1px solid #484848;
overflow:auto;
padding-right:1%;
padding-bottom:1%;
padding-left:1%;
}
#content {
border-radius:3px;
-moz-border-radius:3px;
background:#505050;
margin:0px auto;
text-align:left;
}