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:
594 bytes
|
Line | |
---|
1 | .dojoxEllipsis, |
---|
2 | .dojoxEllipsisShown { |
---|
3 | white-space: nowrap; |
---|
4 | width: 100%; |
---|
5 | overflow: hidden; |
---|
6 | text-overflow: ellipsis; |
---|
7 | -o-text-overflow: ellipsis; |
---|
8 | -webkit-text-overflow: ellipsis; |
---|
9 | } |
---|
10 | |
---|
11 | .dojoxEllipsis window { |
---|
12 | width:100%; |
---|
13 | -moz-user-focus:normal; |
---|
14 | -moz-user-select:text; |
---|
15 | } |
---|
16 | .dojoxEllipsis description{ |
---|
17 | -moz-user-focus:normal; |
---|
18 | -moz-user-select:text; |
---|
19 | } |
---|
20 | .dojoxEllipsisIFrame{ |
---|
21 | white-space: normal; |
---|
22 | border: none; |
---|
23 | width: 100%; |
---|
24 | display: block; |
---|
25 | height: 1px; |
---|
26 | margin-top: -1px; |
---|
27 | clear: both; |
---|
28 | } |
---|
29 | .dojoxEllipsisContainer{ |
---|
30 | width: 100%; |
---|
31 | } |
---|
32 | .dojoxEllipsisShown:after{ |
---|
33 | content: "\2026" |
---|
34 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.