Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowglen committed Jun 22, 2014
1 parent 5fc8302 commit 4c35608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ajax/status.php
Expand Up @@ -10,7 +10,7 @@
$user_id = $_GET['uid'];
$reply_to_id = "";
$html = '<div class="ajax_form round">';
$html .= "<a class=\"close\" title=\"Close\" onclick=\"$(this).parent().slideToggle(300);\" href=\"#\"></a>";
$html .= "<a class=\"close fa fa-times\" title=\"Close\" onclick=\"$(this).parent().slideToggle(300);\" href=\"#\"></a>";
$html .= '<ol>';
$html .= formatConversation($_GET['id']);
$html .= '</ol></div>';
Expand Down
2 changes: 1 addition & 1 deletion css/main.css
Expand Up @@ -69,7 +69,7 @@ textarea#textbox:hover{outline:none;border:1px solid rgba(167,166,170,.75);box-s
#symArea span:hover{border:1px solid #666;cursor:pointer}
#filterArea .filter_input{border:1px solid #A7A6AA;font-size:13px;height:17px;margin:10px 0 5px;padding:3px 2px;width:300px}
.close{color:#adadad;position:absolute;top:10px;right:10px;height:10px;width:9px}
a.close:hover{text-decoration:none}
a.close:hover{text-decoration:none!important}
#sent_function{float:left;margin:4px 0 0 10px}
#imageFile{padding:2px}
#currently{color:#666;float:left;font-size:11px!important;margin:3px 8px 0 10px;overflow:hidden;padding:2px 4px 2px 0;text-align:left;width:385px;word-wrap:break-word;cursor:pointer}
Expand Down

0 comments on commit 4c35608

Please sign in to comment.