Skip to content

Commit

Permalink
fix some css rules that didn't work on IE
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiloutre committed Oct 12, 2017
1 parent cfc98ca commit 447f89e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ th {
.tr-cs {
width: 18px;
overflow: visible;
text-overflow: initial;
padding: 0;
font-size: 0px;
}
Expand Down Expand Up @@ -700,7 +699,7 @@ html, body {
}

.torrent-buttons a [class^="icon-"], .torrent-buttons a [class*=" icon-"], a.form-input.btn-green>div[class^="icon-"], a.form-input.btn-green>div[class*="icon-"] {
vertical-align: initial;
vertical-align: top;
}

#mascotKeepHide {
Expand Down Expand Up @@ -808,7 +807,7 @@ html, body {
width: 100%!important;
}
.language {
width: initial!important;
width: auto!important;
}
.refine-container-2 {
margin-top: 5px;
Expand All @@ -824,7 +823,7 @@ html, body {
width: 100px;
}
.refine-container-2 span.form-refine {
float: initial!important;
float: none!important;
max-width: none;
}
.upload-form-table .table-checkboxes {
Expand Down Expand Up @@ -2036,7 +2035,7 @@ p.upload-rules a {
.upload-tag-form label {
display:inline-block;
width: 100%;
font-size: unset;
font-size: 14px;
margin-bottom: 1px;
}

Expand Down Expand Up @@ -2196,6 +2195,10 @@ table.multiple-upload {
background: #d0d0d0;
}

button [class^="icon-"], button [class*=" icon-"] {
vertical-align: top;
}

/* Language specific CSS */

html[lang="ja-jp"] .form-refine span.spacing {
Expand Down

0 comments on commit 447f89e

Please sign in to comment.