Browse Source

made the islandora menu a menu normal item so it gets added to the navigation menu

pull/111/merge
Paul Pound 13 years ago
parent
commit
0c7463b669
  1. 2
      islandora.module
  2. 11
      islandora_basic_collection/css/islandora_basic_collection.theme.css

2
islandora.module

@ -96,7 +96,7 @@ function islandora_menu() {
$items['islandora'] = array(
'title' => 'Islandora Repository',
'page callback' => 'islandora_view_default_object',
'type' => MENU_CALLBACK,
'type' => MENU_NORMAL_ITEM,
'access arguments' => array(FEDORA_VIEW),
);

11
islandora_basic_collection/css/islandora_basic_collection.theme.css

@ -8,18 +8,17 @@
/* islandora-basic-collection STYLES*/
.islandora-basic-collection {
width: 100%;
margin: 0 auto;
margin: 2% auto;
overflow: hidden;
width: 96%;
}
dl.islandora-basic-collection-object
{
width: 20%;
min-width: 100px;
text-align: center;
float: left;
margin: 2% 2% 50px 2%;
margin: 2% 2% 50px;
width: 20%;
height: 180px;
}
.islandora-basic-collection-object dt img {

Loading…
Cancel
Save