- Patch #105216 by dww: profiles where no longer being themed due to missing CSS.
parent
5f87220dda
commit
58de01883a
|
@ -1,17 +0,0 @@
|
|||
/* $Id$ */
|
||||
|
||||
.profile {
|
||||
clear: both;
|
||||
margin: 1em 0;
|
||||
}
|
||||
.profile .picture {
|
||||
float: right;
|
||||
margin: 0 1em 1em 0;
|
||||
}
|
||||
.profile dt {
|
||||
margin: 1em 0 0.2em 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
.profile dd {
|
||||
margin:0;
|
||||
}
|
|
@ -421,9 +421,6 @@ function profile_admin_overview() {
|
|||
* Menu callback; display a list of user information.
|
||||
*/
|
||||
function profile_browse() {
|
||||
// Add CSS
|
||||
drupal_add_css(drupal_get_path('module', 'profile') .'/profile.css', 'module', 'all', FALSE);
|
||||
|
||||
$name = arg(1);
|
||||
list(,,$value) = explode('/', $_GET['q'], 3);
|
||||
|
||||
|
|
|
@ -31,3 +31,19 @@
|
|||
clear: right;
|
||||
}
|
||||
|
||||
// Generated by user.module but used by profile.module:
|
||||
.profile {
|
||||
clear: both;
|
||||
margin: 1em 0;
|
||||
}
|
||||
.profile .picture {
|
||||
float: right;
|
||||
margin: 0 1em 1em 0;
|
||||
}
|
||||
.profile dt {
|
||||
margin: 1em 0 0.2em 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
.profile dd {
|
||||
margin:0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue