Chat user list border left.

This commit is contained in:
marcins78@gmail.com
2012-05-01 13:40:25 +00:00
parent 204de8abbb
commit fa427cc31f

View File

@@ -155,6 +155,10 @@
border: 1px solid white;
}
.userList {
border-left: 1px solid #FFFFFF;
}
</style>
<link rel="stylesheet" type="text/css" href="css/dark-hive/jquery-ui-1.8.16.custom.css">
<link rel="stylesheet" type="text/css" href="js/jquery/styles/jquery.spinnercontrol.css">
@@ -216,11 +220,11 @@
var infoDialog = $("<div></div>")
.dialog({
autoOpen: false,
closeOnEscape: true,
resizable: false,
title: "Card information"
});
autoOpen: false,
closeOnEscape: true,
resizable: false,
title: "Card information"
});
$("body").click(
function (event) {