Blame view

WebRoot/plugins/websocketInstantMsg/ext4/ux/portal/Portal.css 604 Bytes
ad5081d3   孙向锦   初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  .x-panel-ghost {
      z-index: 1;
  }
  .x-border-layout-ct {
      background: #DFE8F6;
  }
  .x-portal-body {
      padding: 0 0 0 8px;
  }
  .x-portal .x-portal-column {
      /* columns must have vertical padding to avoid losing dimensions when empty */
      padding: 8px 8px 0 0;
  }
  .x-portal .x-panel-dd-spacer {
      border: 2px dashed #99bbe8;
      background: #f6f6f6;
      border-radius: 4px;
      -moz-border-radius: 4px;
      margin-bottom: 10px;
  }
  .x-portlet {
      margin-bottom:10px;
      padding: 1px;
  }
  .x-portlet .x-panel-body {
      background: #fff;
  }
  .portlet-content {
      padding: 10px;
      font-size: 11px;
  }