diff --git a/public/css/common.css b/public/css/common.css index 01210197a4..85017bee2a 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -95,7 +95,7 @@ div#freeze { .form-headline { margin-bottom: 10px; - font-size: 130%; + font-size: 120%; } .form-dashboard { @@ -134,7 +134,7 @@ div#freeze { .list-timestamp { position: absolute; right: 5px; - bottom: -2px; + bottom: 2px; font-size: 70%; color: #888; } @@ -264,7 +264,7 @@ div#freeze { margin-top: -15px; font-size: 24px; text-align: center; - width: 40px; + width: 27px; } .appframe .title-text { @@ -274,8 +274,8 @@ div#freeze { } .appframe .sub-title-area { - margin-top: -24px; - margin-left: 48px; + margin-top: -20px; + margin-left: 37px; font-size: 100%; } diff --git a/public/js/wn/views/communication.js b/public/js/wn/views/communication.js index 2e9943d902..40a0710f60 100644 --- a/public/js/wn/views/communication.js +++ b/public/js/wn/views/communication.js @@ -53,6 +53,7 @@ wn.views.CommunicationList = Class.extend({ .appendTo(this.parent); this.body = $('
') + .css({"border":"1px solid #dddddd", "border-radius":"4px"}) .appendTo(this.wrapper); }, diff --git a/public/js/wn/views/listview.js b/public/js/wn/views/listview.js index c7bfd0c9da..eafaed1dbf 100644 --- a/public/js/wn/views/listview.js +++ b/public/js/wn/views/listview.js @@ -102,7 +102,7 @@ wn.views.ListView = Class.extend({ } else if(d.fieldtype=="Check") { colspan = "1"; } else if(in_list(["name", "subject", "title"], d.fieldname)) { // subjects are longer - colspan = "3"; + colspan = "4"; } else if(d.fieldtype=="Text Editor" || d.fieldtype=="Text") { colspan = "4"; } @@ -138,10 +138,11 @@ wn.views.ListView = Class.extend({ this.id_list.push(data.name); - var body = $('
\ -
\ + var body = $('
\ +
\
\ -
').appendTo(row), +
').appendTo($(row).css({"position":"relative"})), colspans = 0, me = this; @@ -159,7 +160,7 @@ wn.views.ListView = Class.extend({ }); - var timestamp = $('
').appendTo(body).html(comment_when(data.modified)); + var timestamp = $('
').appendTo(row).html(comment_when(data.modified)); // row #2 var row2 = $('
\