Explorar el Código

[ui] [minor] margin fixes

version-14
Rushabh Mehta hace 11 años
padre
commit
b59a6d0be0
Se han modificado 2 ficheros con 2 adiciones y 3 borrados
  1. +1
    -2
      public/css/common.css
  2. +1
    -1
      public/js/wn/ui/appframe.js

+ 1
- 2
public/css/common.css Ver fichero

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


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


.appframe-header { .appframe-header {


+ 1
- 1
public/js/wn/ui/appframe.js Ver fichero

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


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


Cargando…
Cancelar
Guardar