View | Details | Raw Unified | Return to bug 283283
Collapse All | Expand All

(-)new.css (-3 / +53 lines)
Lines 20-30 Link Here
20
}
20
}
21
21
22
@media screen and (max-width: 800px) {
22
@media screen and (max-width: 800px) {
23
#freebsd_headercontainer {
23
    #freebsd_headercontainer {
24
visibility: hidden;
24
      visibility: visible;
25
display: none;
25
      display: block;
26
      height:300px;
27
      width:300px;
28
      top:0px;
29
      left:0px;
30
      position: absolute;
31
    }
32
    
33
    .p-title {
34
        margin-top: 42px;        
35
    }
26
}
36
}
37
38
@media screen and (min-width: 950px) {
39
    .frontdonateroundbox {
40
      position: relative;
41
      top: 10px;
42
    }
43
}
44
45
@media screen and (max-width: 950px) {
46
    .frontdonateroundbox {
47
      position: relative;
48
      left: -100px;
49
      top: 10px;
50
    }
51
}
52
53
@media screen and (max-width: 800px) {
54
    .frontdonateroundbox {
55
      visibility: visible;
56
      position: absolute;
57
      top: 80px;
58
      left: calc(100vw - 550px);
59
      z-index: 1;
60
      opacity: 1.0;
61
      margin-right: 0px;
62
    }
27
} 
63
} 
64
65
66
@media screen and (max-width: 650px) {
67
    .frontdonateroundbox {
68
      visibility: visible;
69
      position: absolute;
70
      top: 43px;
71
      left: calc(100vw - 495px - 40px);
72
      z-index: 1;
73
      opacity: 1.0;
74
      margin-right: 0px;
75
    }
76
} 
77
28
78
29
#freebsd_header {
79
#freebsd_header {
30
    clear: both;
80
    clear: both;

Return to bug 283283