summaryrefslogtreecommitdiff
path: root/web/css/kvm/msd.css
blob: de22d6e58a16e008fb961da1cf9fc67ab0d7deb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
div#msd-menu {
	width: 450px;
}

div.msd-message, input.msd-message {
	display: none;
}

table.msd-info {
	-webkit-user-select: text;
	-moz-user-select: text;
	user-select: text;
	border-spacing: 5px;
	margin: 0 10px 0 10px;
	font-size: 12px;
}

table.msd-info td.msd-info-value {
	font-weight: bold;
	max-width: 310px;
	overflow: hidden;
}