repo.or.cz
/
akelos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
New records could not hold multiple habtm associates using ::set(). Fixes #160.
[akelos.git]
/
test
/
fixtures
/
data
/
helpers
/
javascript_macros_helper_style.txt
blob
4a90e04a3f9739f2399261a6b6d87ed776cb3097
1
<style> div.auto_complete {
2
width: 350px;
3
background: #fff;
4
}
5
div.auto_complete ul {
6
border:1px solid #888;
7
margin:0;
8
padding:0;
9
width:100%;
10
list-style-type:none;
11
}
12
div.auto_complete ul li {
13
margin:0;
14
padding:3px;
15
}
16
div.auto_complete ul li.selected {
17
background-color: #ffb;
18
}
19
div.auto_complete ul strong.highlight {
20
color: #800;
21
margin:0;
22
padding:0;
23
}</style>