refactoring

This commit is contained in:
Devaev Maxim
2018-11-19 06:39:18 +03:00
parent 948c88799f
commit a9cf03582f
8 changed files with 256 additions and 251 deletions

View File

@@ -2,11 +2,11 @@ div#msd-menu {
width: 450px;
}
div.msd-message, input.msd-message {
div#msd-menu div.msd-message, input.msd-message {
display: none;
}
table.msd-info {
div#msd-menu table.msd-info {
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
@@ -15,7 +15,7 @@ table.msd-info {
font-size: 12px;
}
table.msd-info td.msd-info-value {
div#msd-menu table.msd-info td.msd-info-value {
font-weight: bold;
max-width: 310px;
overflow: hidden;