Blame view

assets/global/plugins/easyui/themes/default/messager.css 898 Bytes
6eb38308   Andy   add
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
32
33
34
35
36
37
38
39
40
41
42
43
44
  .messager-body {
    padding: 10px 10px 30px 10px;
    overflow: auto;
  }
  .messager-button {
    text-align: center;
    padding: 5px;
  }
  .messager-button .l-btn {
    width: 70px;
  }
  .messager-icon {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 10px 10px 0;
  }
  .messager-error {
    background: url('images/messager_icons.png') no-repeat scroll -64px 0;
  }
  .messager-info {
    background: url('images/messager_icons.png') no-repeat scroll 0 0;
  }
  .messager-question {
    background: url('images/messager_icons.png') no-repeat scroll -32px 0;
  }
  .messager-warning {
    background: url('images/messager_icons.png') no-repeat scroll -96px 0;
  }
  .messager-progress {
    padding: 10px;
  }
  .messager-p-msg {
    margin-bottom: 5px;
  }
  .messager-body .messager-input {
    width: 100%;
    padding: 4px 0;
    outline-style: none;
    border: 1px solid #95B8E7;
  }
  .window-thinborder .messager-button {
    padding-bottom: 8px;
  }