NIHVIVO-2232: Worked on menu management templates for adding and editing a menu item.

This commit is contained in:
manolobevia 2011-07-12 18:57:21 +00:00
parent ef3524b0ef
commit dd44d48b49
2 changed files with 83 additions and 50 deletions

View file

@ -1,6 +1,44 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/**Added by Huda for demonstration so feel free to edit/remove**/
/*note for mb: hide should be changed to hidden. We have a hidden class at the vitro layer vitro.css*/
.hide {
display:none;
display:none;
}
#add-menu-item p,
#edit-menu-item p {
margin-top: 15px;
}
#add-menu-item input[type="text"],
#edit-menu-item input[type="text"],
#add-menu-item select,
#edit-menu-item select {
width: 20em;
}
#add-menu-item input[name="prettyUrl"],
#edit-menu-item input[name="prettyUrl"] {
margin-bottom: 0;
}
#add-menu-item p.note,
#edit-menu-item p.note {
margin-top: 5px;
}
#existingContentType {
margin-top: 15px;
}
#selectContentType label {
margin-top: 15px;
}
#selectedContentTypeValue {
padding: 0.2em 0.4em;
background: #f4f4f4;
margin-right: .4em;
}
ul#selectedClasses {
list-style-type: none;
}
#add-menu-item input.submit,
#edit-menu-item input.submit {
margin-top: 20px;
}