repo.or.cz
/
citadel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* When saving a Task, if the status is COMPLETED then also set PERCENT-COMPLETE:100...
[citadel.git]
/
webcit
/
static
/
rte.css
blob
b56d74bab16fcf86719990e2deda554c9e9e1a5f
1
.rteImage
{
2
background
:
#D3D3D3
;
3
border
:
1px
solid
#D3D3D3
;
4
cursor
:
pointer
;
5
cursor
:
hand
;
6
}
7
8
.rteImageRaised
{
9
background
:
#D3D3D3
;
10
border
:
1px
outset
;
11
cursor
:
pointer
;
12
cursor
:
hand
;
13
}
14
15
.rteImageLowered
{
16
background
:
#D3D3D3
;
17
border
:
1px
inset
;
18
cursor
:
pointer
;
19
cursor
:
hand
;
20
}
21
22
.rteVertSep
{
23
margin
:
0 4px 0 4px
;
24
}
25
26
.rteBack
{
27
background
:
#D3D3D3
;
28
border
:
1px
outset
;
29
letter-spacing
:
0
;
30
padding
:
2px
;
31
}
32
33
.rteBack tbody tr td, .rteBack tr td
{
34
background
:
#D3D3D3
;
35
padding
:
0
;
36
}