Bye IE 6 support.

This commit is contained in:
Paulo Gustavo Veiga
2011-03-29 11:01:56 -03:00
parent 5b92c6a2bb
commit 123f909310
8 changed files with 9 additions and 127 deletions

View File

@@ -226,37 +226,30 @@ div#share {
div#saveButton {
background: url(../images/save.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
div#discardButton {
background: url(../images/close.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
div#history {
background: url(../images/history.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
div#print {
background: url(../images/file_printer.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
div#undoEdition {
background: url(../images/file_undo_dis.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
div#redoEdition {
background: url(../images/file_redo_dis.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
#export {
background: url(../images/file_export.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
position:relative;
}
@@ -270,91 +263,75 @@ div#redoEdition {
div#zoomIn {
background: url(../images/zoom_in.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
#zoomOut {
background: url(../images/zoom_out.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
#addTopic {
background: url(../images/topic_add.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
#deleteTopic {
background: url(../images/topic_delete.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
div#topicColor {
background: url(../images/topic_bgcolor.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
z-index: 4;
}
div#topicIcon {
background: url(../images/topic_icon.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
z-index: 4;
}
div#topicNote {
background: url(../images/note.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
z-index: 4;
}
div#topicLink {
background: url(../images/topic_link.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
z-index: 4;
}
div#topicNote {
background-image: url(../images/note.png);
behavior: url(../css/iepngfix.htc);
z-index: 4;
}
#topicBorder {
background: url(../images/topic_border.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
width: 30px;
}
#fontFamily {
background: url(../images/font_type.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
#topicShape {
background: url(../images/topic_shape.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
width: 30px;
}
#fontBold {
background: url(../images/font_bold.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
#fontItalic {
background: url(../images/font_italic.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
div#fontColor {
background: url(../images/font_color.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
z-index: 4;
}
#fontSize {
float: left;
background: url(../images/font_size.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
#font-size {
@@ -372,18 +349,14 @@ div#fontColor {
#shareIt {
background: url(../images/collab_share.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
#publishIt {
background: url(../images/collab_publish.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
#tagIt {
background: url(../images/collab_tag.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
}
#colorPalette {
@@ -486,7 +459,6 @@ div#actionsContainer {
width: 6px;
height: 25px;
background: url(../images/btnStart2.png) no-repeat left top;
behavior: url(../css/iepngfix.htc);
float: left;
}
@@ -494,8 +466,7 @@ div#actionsContainer {
background: url(../images/btnBody2.png);
float: left;
height: 18px;
padding: 0px 5px;
padding-top: 5px;
padding: 5px 5px 0;
text-align: center;
color: black;
}
@@ -504,7 +475,6 @@ div#actionsContainer {
width: 7px;
height: 23px;
background: url(../images/btnEnd2.png) no-repeat right top;
behavior: url(../css/iepngfix.htc);
float: left;
}
@@ -524,7 +494,6 @@ div#footerEditor {
float: right;
margin: 5px;
background: url(../images/logo-vsmall.png) no-repeat right top;
behavior: url(../css/iepngfix.htc);
}
#footerEditor .msgLoggerContainer {
@@ -719,7 +688,7 @@ div#helpContainer {
div#helpContent h1 {
font-weight: bold;
color: whitesmoke;
color: #f5f5f5;
font-size: 15px;
}
@@ -755,14 +724,12 @@ div#small_error_icon {
div#toolbar .topicRelation {
width:56px;
background: url(../images/topic_relationship.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
z-index: 4;
}
div#toolbar .topicRelation:hover {
width:56px;
background: url(../images/topic_relationship.png) no-repeat center top;
behavior: url(../css/iepngfix.htc);
z-index: 4;
}