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).
|
-
Property svn:executable set to
*
|
File size:
591 bytes
|
Line | |
---|
1 | html, body{ |
---|
2 | width:100%; |
---|
3 | height:100%; |
---|
4 | font-family:sans-serif; |
---|
5 | } |
---|
6 | |
---|
7 | .textAnnotation{ |
---|
8 | position:absolute; |
---|
9 | border:1px solid #ccc; |
---|
10 | background-color:#ffff00; |
---|
11 | color:#0000ff; |
---|
12 | padding:3px; |
---|
13 | font-family:sans-serif; |
---|
14 | font-size:12px; |
---|
15 | margin-top:-10px; |
---|
16 | z-index:501; |
---|
17 | } |
---|
18 | |
---|
19 | #conEdit{ |
---|
20 | border:0; |
---|
21 | /*background:#ccc; |
---|
22 | border:1px solid #ff0000; |
---|
23 | outline:none;*/ |
---|
24 | padding:3px; |
---|
25 | margin:0; |
---|
26 | } |
---|
27 | |
---|
28 | .drawingTooltip{ |
---|
29 | font-family:sans-serif; |
---|
30 | font-family:sans-serif; |
---|
31 | font-weight:normal; |
---|
32 | padding:5px; |
---|
33 | } |
---|
34 | .drawingTipTitle{ |
---|
35 | font-size:12px; |
---|
36 | font-weight:bold; |
---|
37 | } |
---|
38 | .drawingTipDesc{ |
---|
39 | font-size:11px; |
---|
40 | padding-left:10px; |
---|
41 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.