Blame view

framework/thirdparty/greybox/greybox.css 1.6 KB
0084d336   Administrator   Importers CRUD
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
  /* Last-Modified: 28/06/06 00:08:22 */
  
  /**
   * Current style
   */
  .GB_t_frame {
    /*color: #444;*/
    color: #CCDEF3;
    font-size: 12px;
    line-height: 12px;
  }
  
  .GB_content {
    background-color: #fff;
    /*border: 3px solid #666;*/
    border: 3px solid #CCDEF3;
  }
  
  .GB_loader {
    color: #616161;
    background-color: #fff;
  }
  
  .GB_header {
    border-bottom: 3px solid #CCDEF3;
    background: #ccdef3 url(../../admin/images/mainmenu/current.gif) repeat-x;
    color: #555;
  }
  
  .GB_caption {
    font-weight: bold;
    font-size: 13px;
  }
  
  /**
   * Base stuff
   */
  #GB_overlay {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
  }
  
  #GB_window {
    font-family: helvetica, verdana, sans-serif;
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
  }
  
  #GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
  }
  
  
  /**
   * Content
   */
  .GB_t_frame {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
  }
  
  .GB_content {
    padding: 0;
    margin: 0;
    vertical-align: top;
    margin-bottom: 25px;
    z-index: 155;
  }
  
  .GB_loader {
    z-index: 500;
    left: 6px;
    font-size: 16px;
    text-align: center;
  }
  
  
  /**
   * Header
   */
  .GB_caption {
  }
  
  .GB_header {
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 2px 1px 2px 1px;
    margin: 0;
    /*border-bottom: 1px solid #aaa;*/
  }
  
  .GB_close {
    white-space: nowrap;
    text-align: right;
    width: 10%;
    top: 0;
    z-index: 200;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
  }
  
  .GB_close img {
    width: 11px;
    height: 11px;
    padding: 0;
    margin-right: 3px;
  }
  
  .GB_container {
    margin: 0;
    padding: 0 0 10px 0;
  }