remove inline css

This commit is contained in:
Celina Kilcrease 2018-04-18 10:44:53 -04:00
parent 8cc9734c77
commit 06214aea0a
2 changed files with 4 additions and 1 deletions

View File

@ -548,7 +548,6 @@ define([
$("<span/>")
.addClass("file_size")
.addClass("pull-right")
.css("width", "65px")
.appendTo(item);
$("<span/>")

View File

@ -167,6 +167,10 @@ ul.breadcrumb {
margin-left: @dashboard_lr_pad;
}
.file_size{
width: 65px;
}
[dir="rtl"] .item_modified.pull-right{
.pull-left();
}