More work on the module/feature UI*

- reshuffled the related admin menu
- cleaned up a little of each module and feature list page

* still all based on the page list semantics

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-04-28 14:34:01 -07:00
parent 02c6835627
commit 34587c62a4
6 changed files with 25 additions and 18 deletions

View File

@@ -607,6 +607,9 @@ button.ibutton {
.contentItems li.first {
background:#fff url(images/backgroundGradient.gif) repeat-x top left;
}
.contentItems li li.last {
border-bottom:0;
}
#main .contentItems li h3 {
border-bottom:0;
margin-top:0;
@@ -753,6 +756,7 @@ table.items, textarea, input.text, input.text-box,
margin-top:1em;
}
.summary {
overflow:auto;
padding:1.2em .4em;
}
.actions {