Skip to content

Commit

Permalink
MDL-34610 remove legacy IE CSS. It breaks form layout
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Jun 21, 2013
1 parent 8be321e commit 40818b7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions theme/base/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,6 @@ a.skip:active {position: static;display: block;}
.dir-rtl .singleselect label { margin-left: .3em; margin-right: 0; }

input#id_externalurl {direction:ltr;}

/** Browser corrections for mforms **/
.ie .mform .fitem .felement {margin-left:0;text-align:left;float:left;}
/** Fix IE double margin + float bugs **/
.ie .mform .fitem .fitemtitle {padding-right:1em;}
#portfolio-add-button {display:inline;}

/**
Expand Down Expand Up @@ -674,11 +669,6 @@ body.tag .managelink {padding: 5px;}
.corelightbox {background-color:#CCC;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;}
.corelightbox img {position:fixed;top:50%; left: 50%;}

/**
* IE - Overide for RTL layout
*/
.ie.dir-rtl .mform .fitem .felement {margin-right:0;text-align:right;float:right;}

.mod-indent-1 {margin-left:30px;}
.mod-indent-2 {margin-left:60px;}
.mod-indent-3 {margin-left:90px;}
Expand Down

0 comments on commit 40818b7

Please sign in to comment.