File: oslcTooltipStyle.css

package info (click to toggle)
fusionforge 5.3.2%2B20141104-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 60,472 kB
  • sloc: php: 271,846; sql: 36,817; python: 14,575; perl: 6,406; sh: 5,980; xml: 4,294; pascal: 1,411; makefile: 911; cpp: 52; awk: 27
file content (66 lines) | stat: -rw-r--r-- 1,458 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/* Support for OSLC compact preview */

#resourcePopupContainer
{
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index: 20000;
}

.resourcePopupPopup {
}

.resourcePopupResult {
	background: #FFF;
}

#resourcePopupContent {
	background: #FFF;
	min-width: 175px;
	min-height: 50px;
}

.resourcePopupPopup .resourcePopupImage {
	margin: 5px;
	margin-right: 15px;
}

.resourcePopupPopup .corner{
	width: 19px;
	height: 15px;
}

.resourcePopupPopup .topLeft {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_topLeft.png) no-repeat right;
}

.resourcePopupPopup .bottomLeft {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_bottomLeft.png) no-repeat right top;
}

.resourcePopupPopup .left {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_left.png) repeat-y right;
}

.resourcePopupPopup .right {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_right.png) repeat-y;
}

.resourcePopupPopup .topRight {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_topRight.png) no-repeat left;
}

.resourcePopupPopup .bottomRight {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_bottomRight.png) no-repeat;
}  

.resourcePopupPopup .top {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_top.png) repeat-x bottom;
}

.resourcePopupPopup .bottom {
	background: url(/plugins/compactpreview/images/Tooltip/balloon_bottom.png) repeat-x;
	text-align: center;  
}