fixed tests

This commit is contained in:
coderaiser 2013-02-27 05:52:16 -05:00
parent b6b9ae0f14
commit 2b5b909fa3
2 changed files with 3 additions and 3 deletions

View file

@ -63,8 +63,8 @@ body{
.error::before{
position: relative;
font-size: 14px;
color:rgb(222, 41, 41);
cursor:default;
color: rgb(222, 41, 41);
cursor :default;
content: '\2757';
}
.loading{

View file

@ -46,7 +46,7 @@
'<span class=owner>owner</span>' +
'<span class=mode>mode</span>' +
'</li>' +
'<li draggable class' +
'<li draggable class>' +
'<span class="mini-icon directory"></span>' +
'<span class=name>' +
'<a href="/fs/etc" draggable=true>..</a>' +