Skip to content

Commit 3ee5c45

Browse files
committed
Adjust close button image and location
1 parent 5a92d15 commit 3ee5c45

10 files changed

+324
-324
lines changed
Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
/* Copyright (c) 2011 The ORMMA.org project authors. All Rights Reserved.
2-
*
3-
* Use of this source code is governed by a BSD-style license
4-
* that can be found in the LICENSE file in the root of the source
5-
* tree. All contributing project authors may
6-
* be found in the AUTHORS file in the root of the source tree.
7-
*/
8-
9-
#banner {
10-
position: absolute;
11-
}
12-
13-
#hotspot {
14-
position: absolute;
15-
width: 120px;
16-
height: 90px;
17-
}
18-
19-
img {
20-
border: none;
21-
}
22-
23-
@media all and (orientation:portrait) {
24-
#banner {
25-
left: -128px;
26-
top: -10px;
27-
}
28-
#hotspot {
29-
left: 84px;
30-
top: 202px;
31-
}
32-
}
33-
34-
@media all and (orientation:landscape) {
35-
#banner {
36-
left: 0px;
37-
top: -138px;
38-
}
39-
#hotspot {
40-
left: 392px;
41-
top: 585px;
42-
}
43-
}
44-
1+
/* Copyright (c) 2011 The ORMMA.org project authors. All Rights Reserved.
2+
*
3+
* Use of this source code is governed by a BSD-style license
4+
* that can be found in the LICENSE file in the root of the source
5+
* tree. All contributing project authors may
6+
* be found in the AUTHORS file in the root of the source tree.
7+
*/
8+
9+
#banner {
10+
position: absolute;
11+
}
12+
13+
#hotspot {
14+
position: absolute;
15+
width: 120px;
16+
height: 90px;
17+
}
18+
19+
img {
20+
border: none;
21+
}
22+
23+
@media all and (orientation:portrait) {
24+
#banner {
25+
left: -128px;
26+
top: -10px;
27+
}
28+
#hotspot {
29+
left: 84px;
30+
top: 202px;
31+
}
32+
}
33+
34+
@media all and (orientation:landscape) {
35+
#banner {
36+
left: 0px;
37+
top: -138px;
38+
}
39+
#hotspot {
40+
left: 694px;
41+
top: 585px;
42+
}
43+
}
44+
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<!--
2-
/* Copyright (c) 2011 The ORMMA.org project authors. All Rights Reserved.
3-
*
4-
* Use of this source code is governed by a BSD-style license
5-
* that can be found in the LICENSE file in the root of the source
6-
* tree. All contributing project authors may
7-
* be found in the AUTHORS file in the root of the source tree.
8-
*/
9-
-->
10-
<link href="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/display/1024x1024-two-images.css" rel="stylesheet" type="text/css"/>
11-
<script src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/display/1024x1024-two-images.js" type="text/javascript" language="javascript"></script>
12-
<div id="adSpace">
13-
<div id="ad">
14-
<div id="banner"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/1024x1024.png" alt="banner advertisement"/></div>
15-
<div id="hotspot"><a href="http://blog.ormma.org/" onclick="return(ormmaOpen(this.href));"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/large_touchpoint.png"/></a></div>
16-
</div>
17-
</div>
18-
<div>
1+
<!--
2+
/* Copyright (c) 2011 The ORMMA.org project authors. All Rights Reserved.
3+
*
4+
* Use of this source code is governed by a BSD-style license
5+
* that can be found in the LICENSE file in the root of the source
6+
* tree. All contributing project authors may
7+
* be found in the AUTHORS file in the root of the source tree.
8+
*/
9+
-->
10+
<link href="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/display/1024x1024-two-images.css" rel="stylesheet" type="text/css"/>
11+
<script src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/display/1024x1024-two-images.js" type="text/javascript" language="javascript"></script>
12+
<div id="adSpace">
13+
<div id="ad">
14+
<div id="banner"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/1024x1024.png" alt="banner advertisement"/></div>
15+
<div id="hotspot"><a href="http://blog.ormma.org/" onclick="return(ormmaOpen(this.href));"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/large_touchpoint.png"/></a></div>
16+
</div>
17+
</div>
18+
<div>
Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
/* Copyright (c) 2011 The ORMMA.org project authors. All Rights Reserved.
2-
*
3-
* Use of this source code is governed by a BSD-style license
4-
* that can be found in the LICENSE file in the root of the source
5-
* tree. All contributing project authors may
6-
* be found in the AUTHORS file in the root of the source tree.
7-
*/
8-
9-
#banner {
10-
position: absolute;
11-
left: 0px;
12-
top: 0px;
13-
}
14-
15-
#panel {
16-
position: absolute;
17-
display: none;
18-
left: 0px;
19-
top: 0px;
20-
}
21-
22-
#close {
23-
position: absolute;
24-
left: 290px;
25-
top: 130px;
26-
cursor: pointer;
27-
display: none;
28-
z-index: 2;
29-
}
30-
31-
#hotspot {
32-
position: absolute;
33-
display: none;
34-
left: 84px;
35-
top: 84px;
36-
z-index: 1;
37-
}
38-
39-
img {
40-
border: none;
41-
}
42-
1+
/* Copyright (c) 2011 The ORMMA.org project authors. All Rights Reserved.
2+
*
3+
* Use of this source code is governed by a BSD-style license
4+
* that can be found in the LICENSE file in the root of the source
5+
* tree. All contributing project authors may
6+
* be found in the AUTHORS file in the root of the source tree.
7+
*/
8+
9+
#banner {
10+
position: absolute;
11+
left: 0px;
12+
top: 0px;
13+
}
14+
15+
#panel {
16+
position: absolute;
17+
display: none;
18+
left: 0px;
19+
top: 0px;
20+
}
21+
22+
#close {
23+
position: absolute;
24+
left: 278px;
25+
top: 83px;
26+
cursor: pointer;
27+
display: none;
28+
z-index: 2;
29+
}
30+
31+
#hotspot {
32+
position: absolute;
33+
display: none;
34+
left: 84px;
35+
top: 84px;
36+
z-index: 1;
37+
}
38+
39+
img {
40+
border: none;
41+
}
42+
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
<!--
2-
/* Copyright (c) 2011 The ORMMA.org project authors. All Rights Reserved.
3-
*
4-
* Use of this source code is governed by a BSD-style license
5-
* that can be found in the LICENSE file in the root of the source
6-
* tree. All contributing project authors may
7-
* be found in the AUTHORS file in the root of the source tree.
8-
*/
9-
-->
10-
<link href="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/display/300x50-expand-full.css" rel="stylesheet" type="text/css"/>
11-
<script src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/display/300x50-expand-full.js" type="text/javascript" language="javascript"></script>
12-
<div id="adSpace" style="height:250px">
13-
<div id="ad">
14-
<div id="banner"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/300x50.png" alt="banner advertisement" onclick="return(expand());"/></div>
15-
<div id="panel"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/416x416.png" alt="panel" />
16-
<div id="close"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/btn_close.gif" alt="close" onclick="return(collapse());"/></div>
17-
<div id="hotspot">
18-
<a href="http://blog.ormma.org/" onclick="return(ormmaOpen(this.href));">
19-
<img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/transparent-250x250.gif"/>
20-
</a>
21-
</div>
22-
</div>
23-
</div>
24-
</div>
25-
<div>
1+
<!--
2+
/* Copyright (c) 2011 The ORMMA.org project authors. All Rights Reserved.
3+
*
4+
* Use of this source code is governed by a BSD-style license
5+
* that can be found in the LICENSE file in the root of the source
6+
* tree. All contributing project authors may
7+
* be found in the AUTHORS file in the root of the source tree.
8+
*/
9+
-->
10+
<link href="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/display/300x50-expand-full.css" rel="stylesheet" type="text/css"/>
11+
<script src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/display/300x50-expand-full.js" type="text/javascript" language="javascript"></script>
12+
<div id="adSpace" style="height:250px">
13+
<div id="ad">
14+
<div id="banner"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/300x50.png" alt="banner advertisement" onclick="return(expand());"/></div>
15+
<div id="panel"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/416x416.png" alt="panel" />
16+
<div id="close"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/btn_close.gif" alt="close" onclick="return(collapse());"/></div>
17+
<div id="hotspot">
18+
<a href="http://blog.ormma.org/" onclick="return(ormmaOpen(this.href));">
19+
<img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/transparent-250x250.gif"/>
20+
</a>
21+
</div>
22+
</div>
23+
</div>
24+
</div>
25+
<div>
Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
/* Copyright (c) 2011 The ORMMA.org project authors. All Rights Reserved.
2-
*
3-
* Use of this source code is governed by a BSD-style license
4-
* that can be found in the LICENSE file in the root of the source
5-
* tree. All contributing project authors may
6-
* be found in the AUTHORS file in the root of the source tree.
7-
*/
8-
9-
#banner {
10-
position: absolute;
11-
left: 0px;
12-
top: 0px;
13-
}
14-
15-
#panel {
16-
position: absolute;
17-
display: none;
18-
left: 0px;
19-
top: 0px;
20-
}
21-
22-
#close {
23-
position: absolute;
24-
left: 262px;
25-
top: 40px;
26-
cursor: pointer;
27-
display: none;
28-
}
29-
30-
#hotspot {
31-
position: absolute;
32-
display: none;
33-
left: 0px;
34-
top: 50px;
35-
}
36-
37-
img {
38-
border: none;
39-
}
40-
1+
/* Copyright (c) 2011 The ORMMA.org project authors. All Rights Reserved.
2+
*
3+
* Use of this source code is governed by a BSD-style license
4+
* that can be found in the LICENSE file in the root of the source
5+
* tree. All contributing project authors may
6+
* be found in the AUTHORS file in the root of the source tree.
7+
*/
8+
9+
#banner {
10+
position: absolute;
11+
left: 0px;
12+
top: 0px;
13+
}
14+
15+
#panel {
16+
position: absolute;
17+
display: none;
18+
left: 0px;
19+
top: 0px;
20+
}
21+
22+
#close {
23+
position: absolute;
24+
left: 244px;
25+
top: 0px;
26+
cursor: pointer;
27+
display: none;
28+
}
29+
30+
#hotspot {
31+
position: absolute;
32+
display: none;
33+
left: 0px;
34+
top: 50px;
35+
}
36+
37+
img {
38+
border: none;
39+
}
40+
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
<!--
2-
/* Copyright (c) 2011 The ORMMA.org project authors. All Rights Reserved.
3-
*
4-
* Use of this source code is governed by a BSD-style license
5-
* that can be found in the LICENSE file in the root of the source
6-
* tree. All contributing project authors may
7-
* be found in the AUTHORS file in the root of the source tree.
8-
*/
9-
-->
10-
<link href="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/display/300x50-expand.css" rel="stylesheet" type="text/css"/>
11-
<script src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/display/300x50-expand.js" type="text/javascript" language="javascript"></script>
12-
<div id="adSpace" style="height:250px">
13-
<div id="ad">
14-
<div id="banner"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/300x50.png" alt="banner advertisement" onclick="return(expand());"/></div>
15-
<div id="panel"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/300x250.png" alt="panel" />
16-
<div id="hotspot">
17-
<a href="http://blog.ormma.org/" onclick="return(ormmaOpen(this.href));">
18-
<img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/transparent-300x200.gif"/>
19-
</a>
20-
</div>
21-
<div id="close"><img src="http://media.crispadvertising.com/adframework/1.2/components/img/btn_close.gif" alt="close" onclick="return(collapse());"/></div>
22-
</div>
23-
</div>
24-
</div>
25-
<div>
1+
<!--
2+
/* Copyright (c) 2011 The ORMMA.org project authors. All Rights Reserved.
3+
*
4+
* Use of this source code is governed by a BSD-style license
5+
* that can be found in the LICENSE file in the root of the source
6+
* tree. All contributing project authors may
7+
* be found in the AUTHORS file in the root of the source tree.
8+
*/
9+
-->
10+
<link href="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/display/300x50-expand.css" rel="stylesheet" type="text/css"/>
11+
<script src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/display/300x50-expand.js" type="text/javascript" language="javascript"></script>
12+
<div id="adSpace" style="height:250px">
13+
<div id="ad">
14+
<div id="banner"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/300x50.png" alt="banner advertisement" onclick="return(expand());"/></div>
15+
<div id="panel"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/300x250.png" alt="panel" />
16+
<div id="hotspot">
17+
<a href="http://blog.ormma.org/" onclick="return(ormmaOpen(this.href));">
18+
<img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/transparent-300x200.gif"/>
19+
</a>
20+
</div>
21+
<div id="close"><img src="http://ormma.googlecode.com/svn/trunk/AdSamples/CrispTestSuite/img/btn_close.gif" alt="close" onclick="return(collapse());"/></div>
22+
</div>
23+
</div>
24+
</div>
25+
<div>

0 commit comments

Comments
 (0)