Fix css issues.

This commit is contained in:
Paulo Veiga 2011-10-02 14:53:41 -03:00
parent f3af50740c
commit c1d3902b72

View File

@ -6,6 +6,14 @@ html {
overflow: hidden; overflow: hidden;
} }
body {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
#waitDialog { #waitDialog {
position: absolute; position: absolute;
top: 10px; top: 10px;
@ -728,7 +736,3 @@ div#toolbar .topicRelation:hover {
div#toolbar .relationshiplabel { div#toolbar .relationshiplabel {
width: 56px; width: 56px;
} }
.nicEdit-main {
outline:none;
}