PHRAS-3148

This commit is contained in:
Harrys Ravalomanana
2020-06-24 18:29:33 +04:00
parent 1f0c54bfc3
commit 6a5b96be6a
3 changed files with 45 additions and 24 deletions

View File

@@ -252,11 +252,13 @@ DIV.menu {
}
DIV.menu IMG {
padding: 0px;
margin: 0px;
padding-right: 2px;
margin: 0;
position: relative;
}
DIV.menu p {
padding: 2px;
position: relative;
left: -10px;
top: 2px;
}
DIV.menu A {
@@ -316,3 +318,17 @@ DIV.menu .line {
border-top: 1px solid #555555;
border-bottom: 1px solid #ffffff;
}
#delete_sy {
background: #2196f3;
color: #fff;
font-weight: bold;
padding: 1px 10px;
margin-left: 12px;
&.disabled {
background: grey;
}
}
#DLG_PROPERTIES > #syMenu {
display: none;
}