Last change
on this file since 390 was
349,
checked in by tjcschipper, 13 years ago
|
- Finally fixed icon offsets and added a couple new icons for use in the Question/Survey? editors,as well as general purpose ones.
- Styled the dropdown menu in the MainMenu?
- Fixed a weird offset bug in the IndexMenu?
- Included another way of colouring objects by their parent classes, not applied yet (in layout.css)
- Styled the AccordionContainer?, to be used in Survey/Question? editors.
- Removed default colour in LineWithActionsWidgetThijs?, this would override the colours inherited from parent elements (not desirable).
- Drank a lot of coffee.
|
File size:
1.2 KB
|
Line | |
---|
1 | <div class="mainMenu"> |
---|
2 | <div data-dojo-type="dijit.MenuBar"> |
---|
3 | <div class="rftMainMenuButton" data-dojo-type="rft.ui.MenuBarLink" data-dojo-props="pageId:'sessions'">Sessions</div> |
---|
4 | <div class="rftMainMenuButton" data-dojo-type="dijit.PopupMenuBarItem"> |
---|
5 | <span>Content</span> |
---|
6 | <div data-dojo-type="dijit.DropDownMenu"> |
---|
7 | <div data-dojo-type="rft.ui.MenuLink" class="blue" data-dojo-props="pageId:'surveys', iconClass:'rftIcon rftIconSurvey'">Surveys</div> |
---|
8 | <div data-dojo-type="rft.ui.MenuLink" class="orange" data-dojo-props="pageId:'questions', iconClass:'rftIcon rftIconQuestion'">Questions</div> |
---|
9 | <div data-dojo-type="rft.ui.MenuLink" class="purple" data-dojo-props="pageId:'applications', iconClass: 'rftIcon rftIconApplication'">Applications</div> |
---|
10 | <div data-dojo-type="rft.ui.MenuLink" class="red" data-dojo-props="pageId:'dashboards', iconClass: 'rftIcon rftIconDashboard'">Dashboards</div> |
---|
11 | </div> |
---|
12 | </div> |
---|
13 | <div class="rftMainMenuButton" data-dojo-type="rft.ui.MenuBarLink" data-dojo-props="pageId:'results'">Results</div> |
---|
14 | <div class="rftMainMenuButton" data-dojo-type="rft.ui.MenuBarLink" id="loginMenu">Logout</div> |
---|
15 | </div> |
---|
16 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.