blob: 4a1c5d28cc92b17cd4716ba8a903c3d340ffb812 (
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-menu div.msd-message, input.msd-message {
display: none;
}
div#msd-menu 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;
}
div#msd-menu table.msd-info td.msd-info-value {
font-weight: bold;
max-width: 310px;
overflow: hidden;
}
|