/* $Id$ */ #permissions td.module { font-weight: bold; } #permissions td.permission { padding-left: 1.5em; /* LTR */ } #permissions tr.odd .form-item, #permissions tr.even .form-item { white-space: normal; } /* Override the default multiselect layout in system-behavior.css. */ #user-filter-form dl.multiselect dd, dl.multiselect dd .form-item { width: 20em; /* 6em label + 14em select */ } #user-filter-form dl.multiselect dd .form-item label { display: block; float: left; /* LTR */ width: 6em; font-weight: normal; } #user-admin-buttons { float: left; /* LTR */ margin-left: 0.5em; /* LTR */ clear: right; /* LTR */ } #user-admin-settings fieldset .fieldset-description { font-size: 0.85em; padding-bottom: .5em; } /** * Override default textfield float to put the "Add role" button next to * the input textfield. */ #user-admin-roles td.edit-name { clear: both; } #user-admin-roles .form-item-name { float: left; margin-right: 1em; } /* Generated by user.module but used by profile.module: */ .profile { clear: both; margin: 1em 0; } .profile .user-picture { float: right; /* LTR */ margin: 0 1em 1em 0; /* LTR */ } .profile h3 { border-bottom: 1px solid #ccc; } .profile dl { margin: 0 0 1.5em 0; } .profile dt { margin: 0 0 0.2em 0; font-weight: bold; } .profile dd { margin: 0 0 1em 0; }