Browse Source

[ui] [minor] margin fixes

version-14
Rushabh Mehta 11 years ago
parent
commit
b59a6d0be0
2 changed files with 2 additions and 3 deletions
  1. +1
    -2
      public/css/common.css
  2. +1
    -1
      public/js/wn/ui/appframe.js

+ 1
- 2
public/css/common.css View File

@@ -180,11 +180,10 @@ div#freeze {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0px;
}

.titlebar-center-item {
padding-top: 0px;
padding-bottom: 0px;
}

.appframe-header {


+ 1
- 1
public/js/wn/ui/appframe.js View File

@@ -11,7 +11,7 @@ wn.ui.AppFrame = Class.extend({
this.parent = parent;

this.$title_area = $('<div class="title-area">\
<h4 style="display: inline-block">\
<h4>\
<span class="title-icon text-muted" style="display: none"></span>\
<span class="title-text"></span>\
</h4></div>').appendTo(parent.find(".titlebar-item.text-center"));


Loading…
Cancel
Save