This commit is contained in:
Baris Soner Usakli
2013-06-25 15:50:22 -04:00
2 changed files with 3 additions and 1 deletions

View File

@@ -320,6 +320,7 @@ footer.footer {
background: #56BCDA;
color: white;
padding: 30px;
word-wrap: break-word;
}
.users-box{

View File

@@ -10,7 +10,7 @@ define(['taskbar'], function(taskbar) {
composer.init = function() {
// Create the fixed bottom bar
var taskbar = document.getElementById('taskbar');
composer.postContainer = document.createElement('div');
composer.postContainer.className = 'post-window row-fluid';
composer.postContainer.innerHTML = '<div class="span10 offset1">' +
@@ -170,6 +170,7 @@ define(['taskbar'], function(taskbar) {
socket.emit('api:composer.editCheck', post_data.pid);
} else {
titleEl.value = post_data.title;
titleEl.readOnly = false;
}
bodyEl.value = post_data.body