Closed (duplicate)
Project:
Latest Members
Version:
6.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2011 at 21:25 UTC
Updated:
15 Sep 2011 at 23:50 UTC
I want to display a smaller picture size so I can get more pictures. I have added the below text to the .module and .css but nothing happens. could you let me know what I am doing wrong? Thank you!
Mark
.MODULE - BELOW
/**
* Implementation of hook_init().
*/
function latest_members_init() {
drupal_add_css(drupal_get_path('module', 'latest_members') .'/latest_members.css');
if (!isset($_SERVER['REQUEST_TIME'])) {
$_SERVER['REQUEST_TIME'] = time();
}
}
.CSS - BELOW
#latest-members {
height: 75px;
width: 75px;
overflow: auto;
}
Comments
Comment #1
d------ commentedHi Mark, closing as duplicate issue and will reply on the other original issue.