Last change
on this file since 377 was
344,
checked in by tjcschipper, 13 years ago
|
- mSessions.html is more or less done
- mMenu.html is nearly done, still needs non-hover overlays on the menu boxes/buttons
- Fixed theme dependency, style overrides now work on a stock copy of Dojo claro theme!
- Improved iconset alignment somewhat, still needs pixel tweaks to rftIcons24.png and rftIcons16.png (Icons are sometimes 1px too wide!)
- Fixed MainMenu? template and applied styling classes. Replaced markup version with rft.ui.MainMenu? version in all mockups.
- Fixed colour settings/context on LineWithButtons?
|
File size:
314 bytes
|
Line | |
---|
1 | /* rftObjectBox */ |
---|
2 | .claro .rftObjectBox { |
---|
3 | margin: 8px 0; |
---|
4 | } |
---|
5 | .claro .rftObjectBox .rftIcon.typeIcon { |
---|
6 | background-image: url('images/icons/rftIcons32.png'); |
---|
7 | height: 32px; |
---|
8 | width: 32px; |
---|
9 | margin: 20px 8px; |
---|
10 | float: left; |
---|
11 | } |
---|
12 | .claro .rftObjectBox .rftLineWithButtons { |
---|
13 | margin: 0; |
---|
14 | padding: 0; |
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.