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;
@ -24,7 +32,7 @@ html {
top: 30px; top: 30px;
} }
#waitingContainer,#errorContainer { #waitingContainer, #errorContainer {
position: relative; position: relative;
top: 80px; top: 80px;
height: 120px; /*background: whitesmoke;*/ height: 120px; /*background: whitesmoke;*/
@ -33,7 +41,7 @@ html {
padding: 15px; padding: 15px;
width: 100%; width: 100%;
border: 1px solid; border: 1px solid;
border-color:#a9a9a9; border-color: #a9a9a9;
} }
@ -62,7 +70,7 @@ html {
vertical-align: text-bottom; vertical-align: text-bottom;
height: 30px; height: 30px;
float: right; float: right;
padding-left:120px; padding-left: 120px;
} }
#waitingContainer .loadingIcon { #waitingContainer .loadingIcon {
@ -242,15 +250,15 @@ div#redoEdition {
#export { #export {
background: url(../images/file_export.png) no-repeat center top; background: url(../images/file_export.png) no-repeat center top;
position:relative; position: relative;
} }
#exportAnchor { #exportAnchor {
position:absolute; position: absolute;
width:100%; width: 100%;
height:100%; height: 100%;
top:0; top: 0;
left:0; left: 0;
} }
div#zoomIn { div#zoomIn {
@ -714,21 +722,17 @@ div#small_error_icon {
} }
div#toolbar .topicRelation { div#toolbar .topicRelation {
width:56px; width: 56px;
background: url(../images/topic_relationship.png) no-repeat center top; background: url(../images/topic_relationship.png) no-repeat center top;
z-index: 4; z-index: 4;
} }
div#toolbar .topicRelation:hover { div#toolbar .topicRelation:hover {
width:56px; width: 56px;
background: url(../images/topic_relationship.png) no-repeat center top; background: url(../images/topic_relationship.png) no-repeat center top;
z-index: 4; z-index: 4;
} }
div#toolbar .relationshiplabel{ div#toolbar .relationshiplabel {
width:56px; width: 56px;
}
.nicEdit-main {
outline:none;
} }