git.ithinksw.org
/
extjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git]
/
examples
/
qtips
/
qtips.css
1
.qtip-target {
2
width: 100px;
3
text-align:center;
4
padding: 5px 0;
5
border:1px dotted #99bbe8;
6
background:#dfe8f6;
7
color: #15428b;
8
cursor:default;
9
margin:10px;
10
font:bold 11px tahoma,arial,sans-serif;
11
float: left;
12
}