Project

General

Profile

« Previous | Next » 

Revision 5446f047

Added by Andreas Kohlbecker over 5 years ago

fix #7977 better and more detailed registration page

View differences:

themes/zen_dataportal/css/pie.css
1
.pie-element,.bordered,.gradient{behavior:url("/d7/test/scripts/polyfills/PIE.htc");position:relative}.bordered{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.gradient{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));background:-webkit-linear-gradient(#ff0000,#0000ff);background:-moz-linear-gradient(#ff0000,#0000ff);background:-o-linear-gradient(#ff0000,#0000ff);-pie-background:linear-gradient(#ff0000,#0000ff);background:linear-gradient(#ff0000,#0000ff)}.pie-container,.widget{z-index:0;position:relative}.z-pie-element,.widget h3{behavior:url("/d7/test/scripts/polyfills/PIE.htc");z-index:0}.has-gradient{behavior:url("/d7/test/scripts/polyfills/PIE.htc");position:relative;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));background:-webkit-linear-gradient(#ff0000,#0000ff);background:-moz-linear-gradient(#ff0000,#0000ff);background:-o-linear-gradient(#ff0000,#0000ff);-pie-background:linear-gradient(#ff0000,#0000ff);background:linear-gradient(#ff0000,#0000ff)}
1
/* line 27, ../sass/pie.scss */
2
.pie-element, .bordered, .gradient {
3
  behavior: url("/d7/test/scripts/polyfills/PIE.htc");
4
  position: relative;
5
}
6

  
7
/* line 33, ../sass/pie.scss */
8
.bordered {
9
  -webkit-border-radius: 5px;
10
  -moz-border-radius: 5px;
11
  -ms-border-radius: 5px;
12
  -o-border-radius: 5px;
13
  border-radius: 5px;
14
}
15

  
16
/* line 38, ../sass/pie.scss */
17
.gradient {
18
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));
19
  background: -webkit-linear-gradient(#ff0000, #0000ff);
20
  background: -moz-linear-gradient(#ff0000, #0000ff);
21
  background: -o-linear-gradient(#ff0000, #0000ff);
22
  -pie-background: linear-gradient(#ff0000, #0000ff);
23
  background: linear-gradient(#ff0000, #0000ff);
24
}
25

  
26
/* line 52, ../sass/pie.scss */
27
.pie-container, .widget {
28
  z-index: 0;
29
  position: relative;
30
}
31

  
32
/* line 56, ../sass/pie.scss */
33
.z-pie-element, .widget h3 {
34
  behavior: url("/d7/test/scripts/polyfills/PIE.htc");
35
  z-index: 0;
36
}
37

  
38
/* line 71, ../sass/pie.scss */
39
.has-gradient {
40
  behavior: url("/d7/test/scripts/polyfills/PIE.htc");
41
  position: relative;
42
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));
43
  background: -webkit-linear-gradient(#ff0000, #0000ff);
44
  background: -moz-linear-gradient(#ff0000, #0000ff);
45
  background: -o-linear-gradient(#ff0000, #0000ff);
46
  -pie-background: linear-gradient(#ff0000, #0000ff);
47
  background: linear-gradient(#ff0000, #0000ff);
48
}

Also available in: Unified diff