Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
745 bytes
|
Line | |
---|
1 | /* tundra doesn't appear to need any special css rules */ |
---|
2 | |
---|
3 | .claro .dojoxTitleGroup .dijitTitlePaneContentOuter { |
---|
4 | border-bottom:none; |
---|
5 | } |
---|
6 | |
---|
7 | .claro .dojoxTitleGroup .dijitTitlePaneContentOuter .dijitTitlePaneContentOuter, |
---|
8 | .claro .dojoxTitleGroup { |
---|
9 | border-bottom:1px solid #B5BCC7; |
---|
10 | } |
---|
11 | |
---|
12 | .soria .dojoxTitleGroup .dijitTitlePaneContentOuter { |
---|
13 | border-bottom:none; |
---|
14 | } |
---|
15 | |
---|
16 | .soria .dojoxTitleGroup .dijitTitlePaneContentOuter .dijitTitlePaneContentOuter, |
---|
17 | .soria .dojoxTitleGroup { |
---|
18 | border-bottom:1px solid #BFBFBF; |
---|
19 | } |
---|
20 | |
---|
21 | .nihilo .dojoxTitleGroup .dijitTitlePaneContentOuter { |
---|
22 | border-bottom:none; |
---|
23 | } |
---|
24 | |
---|
25 | .nihilo .dojoxTitleGroup .dijitTitlePaneContentOuter .dijitTitlePaneContentOuter, |
---|
26 | .nihilo .dojoxTitleGroup { |
---|
27 | border-bottom:1px solid #BFBFBF; |
---|
28 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.