Blame view

js/tiny_mce/plugins/ajaxfilemanager/theme/default/css/ajaxtexteditor.css 1.82 KB
42868d70   andryeyev   Создал GIT
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
  /*
  	author: cailongqun [at] yahoo [dot] com [dot] cn
  	website:www.phpletter.com
  
   */
  html, body
  {
      margin:0;
      padding:0;
  }
  body
  {
      font: 11px Arial, Helvetica, sans-serif;
      color:#444444;
  }
  fieldset
  {
      border: 3px double #999;
  	padding: 2px 1em 8px;
  	margin: 0 0 0 12px;
  }
  fieldset p
  {
      margin: 0;
      line-height: 1.5em;
  }
  fieldset p input,
  fieldset p label,
  fieldset p button{vertical-align: middle;}
  fieldset label{font-weight: bold; color: #334D64;}
  form
  {
      padding:0;
      margin:0;
  }
  legend
  {
      font-weight: bold;
      text-transform: uppercase;
      color: #A1040B;
  }
  .input{font: 11px Arial, Helvetica, sans-serif;}
  button
  {
      font: bold 11px Arial, Helvetica, sans-serif;
      background-color: #ccc;
      color: #334D64;
  }
  .disabledButton{
  background-color:#cccccc;
  color:#FFFFFF;
  text-shadow:#999999;
  border:1px solid;
  border-bottom:2px;
  border-left-color:#ece9d8;
  border-bottom-color:#716f64;
  
  }
  #modes{display: block;}
  #pageBody{
  position:relative;
  margin-top:5px;
  margin-left:12px;
  left:0;
  width:100%;
  height:100%;
  }
  table.tableForm
  {
      width: 400px;
      border: 1px solid #2F3030;
      margin: 1em auto;
      border-collapse: collapse;
  }
  #windowSaveClose{
  position:relative;
  left:360px;
  }
  table.tableForm thead th
  {
      background-color: #000;
      font-size:12px;
      font-weight: bold;
      text-transform : uppercase;
      text-align: left;
      color: #fff;
      padding: 4px 8px;
      border: 1px solid #2F3030;
      white-space: nowrap;
  }
  table.tableForm thead th.center{text-align: center;}
  table.tableForm thead th.right{text-align: right;}
  table.tableForm tbody th
  {
      text-align: right;
      white-space: nowrap;
      width: 1%;
      font-weight: normal;
      color: #000;
      padding: 4px 4px 4px 12px;
  }
  table.tableForm tbody td{padding: 4px 8px;}
  table.tableForm tfoot th{}
  table.tableForm tfoot td{padding: 4px 8px 12px;}