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
/
bt.css
blob
1759de0717492f3ca8e563ea24c1a88e2a5a7d15
1
.tooltip
{
2
width
:
300px
;
3
color
:
#000
;
4
font
:
lighter
11px
/
1.3
sans-serif
;
5
text-decoration
:
none
;
6
text-align
:
left
;
7
}
8
9
.tooltip span.top
{
10
padding
:
30px 8px 0
;
11
background
:
url
(
bt.gif
)
no-repeat top
12
}
13
14
.tooltip b.bottom
{
15
padding
:
3px 8px 15px
;
16
color
:
#548912
;
17
background
:
url
(
bt.gif
)
no-repeat bottom
18
}