summaryrefslogtreecommitdiff
path: root/web/css/msd.css
blob: 46636f0379675fb59ccd78c42d76acc2508aef95 (plain)
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
div#msd-menu {
	width: 450px;
}
div#msd-menu
div#msd-not-in-operate,
div#msd-current-image-broken,
div#msd-another-another-user-uploads,
input#msd-select-new-image-file,
div#msd-new-image {
	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;
}