Blame view

assets/global/plugins/easyui/themes/bootstrap/dialog.css 907 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
45
46
47
  .dialog-content {
    overflow: auto;
  }
  .dialog-toolbar {
    position: relative;
    padding: 2px 5px;
  }
  .dialog-tool-separator {
    float: left;
    height: 24px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 2px 1px;
  }
  .dialog-button {
    position: relative;
    top: -1px;
    padding: 5px;
    text-align: right;
  }
  .dialog-button .l-btn {
    margin-left: 5px;
  }
  .dialog-toolbar,
  .dialog-button {
    background: #F5F5F5;
    border-width: 1px;
    border-style: solid;
  }
  .dialog-toolbar {
    border-color: #D4D4D4 #D4D4D4 #e6e6e6 #D4D4D4;
  }
  .dialog-button {
    border-color: #e6e6e6 #D4D4D4 #D4D4D4 #D4D4D4;
  }
  .window-thinborder .dialog-toolbar {
    border-left: transparent;
    border-right: transparent;
    border-top-color: #F5F5F5;
  }
  .window-thinborder .dialog-button {
    top: 0px;
    padding: 5px 8px 8px 8px;
    border-left: transparent;
    border-right: transparent;
    border-bottom: transparent;
  }