You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

57 lines
1.5 KiB

body { margin: 0; padding: 0; background: #FFF url(/themes/shared/img/menu.gif) repeat-x left top; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12px; color: #515151; }
textarea { height:100px; width:400px; }
fieldset { margin-bottom:20px; border:1px solid #999;}
legend { padding: 0.4em 0.6em; border:1px solid #999; font-weight:bold; text-align:right; }
#content { width: 77%; }
#admin_sidebar { width: 200px; }
#admin_sidebar li li:hover { cursor:auto; }
#logo { width: 0; height: 0; margin: 0 auto; padding-left:0; }
.footer { width: 100%; height: 100px; margin: 0 auto; background: #FFF; border-top: 0; }
#menu { height:0; border:0;}
table.input td { vertical-align:top;}
/* group editing */
div#group_list {
}
div#message {
display: none;
margin: 0 0 10px 0;
color: #fff;
background: #008C00;
border: 1px solid #ddd;
padding: 5px;
}
/* deactivate link */
div#group_list a.group_active,
div#group_list a.group_active:visited,
div#group_list a.group_active:active,
a.backfill_active,
a.backfill_active:visited,
a.backfill_active:active {
color: #CC0000;
}
/* activate link */
div#group_list a.group_deactive
div#group_list a.group_deactive:visited,
div#group_list a.group_deactive:active,
a.backfill_deactive,
a.backfill_deactive:visited,
a.backfill_deactive:active {
color: #008C00;
}
.checkbox-grid label {
display: table-cell;
float: left;
width: 50%;
}
.hint {
display: block;
float: left;
width: 100%;
}