public
Description: I eat URLs. RAWRRRRR!
Clone URL: git://github.com/bottlecaplabs/zombieurl.git
Search Repo:
fixed overflow hidden bug, styling improvements to front page
Greg Borenstein (author)
Fri Apr 18 17:35:05 -0700 2008
commit  e8831cc8854aa1baf2e5342b31057a7313f4e65a
tree    3cee44838715dac29f4168d44825d2f077264d23
parent  b87fce2aaf10fe44ba42d5aa25e1ee72dda58c04
...
1
2
3
 
4
5
...
1
2
 
3
4
5
0
@@ -1,6 +1,6 @@
0
 <% form_for :link, @link, :url => {:controller => :links ,:action => 'create'} do |f| %>
0
   <label for="link_website_url">Type in a URL to Zombify:</label>
0
- <%= f.text_field :website_url, {:value => "http://"} %>>
0
+ <%= f.text_field :website_url, {:value => "http://"} %> <br />
0
   <%= submit_tag 'BRAAAAIIINS!', :id => 'submit' -%>
0
 <% end %>
...
16
17
18
 
19
20
21
...
24
25
26
27
28
...
16
17
18
19
20
21
22
...
25
26
27
 
28
0
@@ -16,6 +16,7 @@
0
   <p id="notice">Consider wisely who you send this to: Zombies have been known to scare children and the elderly.</p>
0
   
0
   <div id="footer">
0
+ <img src="/images/bottlecap_labs_tiny.gif">
0
     <a href="http://bottlecaplabs.net/" class="first">A Bottlecap Labs Production</a> |
0
     <a href="http://bottlecaplabs.net/projects/zombieurl/">The ZombieURL Project</a> |
0
     <a href="http://bottlecaplabs.net/projects/zombieurl/buzz">ZombieURL Buzz</a>
0
@@ -24,6 +25,5 @@
0
   <div id="amazon">
0
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_545ea10f-62b5-4a78-a004-592831fe44c4" WIDTH="600px" HEIGHT="200px"> <PARAM NAME="movie" VALUE="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fraelitybytes-20%2F8010%2F545ea10f-62b5-4a78-a004-592831fe44c4&Operation=GetDisplayTemplate"><PARAM NAME="quality" VALUE="high"><PARAM NAME="bgcolor" VALUE="#FFFFFF"><PARAM NAME="allowscriptaccess" VALUE="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fraelitybytes-20%2F8010%2F545ea10f-62b5-4a78-a004-592831fe44c4&Operation=GetDisplayTemplate" id="Player_545ea10f-62b5-4a78-a004-592831fe44c4" quality="high" bgcolor="#ffffff" name="Player_545ea10f-62b5-4a78-a004-592831fe44c4" allowscriptaccess="always" type="application/x-shockwave-flash" align="middle" height="200px" width="600px"/> </OBJECT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fraelitybytes-20%2F8010%2F545ea10f-62b5-4a78-a004-592831fe44c4&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT>
0
   </div>
0
-
0
 </div>
...
1
 
 
 
 
2
3
4
...
1
2
3
4
5
6
7
8
0
@@ -1,4 +1,8 @@
0
 <style>
0
+ body {
0
+ overflow:hidden;
0
+ }
0
+
0
   #lightbox-image {
0
     position:absolute;
0
     bottom: 0;
...
4
5
6
7
8
9
10
...
23
24
25
26
27
 
28
29
30
31
32
33
...
52
53
54
 
55
56
 
 
 
 
 
57
58
 
59
60
61
62
63
 
64
...
4
5
6
 
7
8
9
...
22
23
24
 
 
25
26
27
28
29
30
31
...
50
51
52
53
54
55
56
57
58
59
60
61
 
62
63
64
65
66
67
68
69
0
@@ -4,7 +4,6 @@
0
   background-color: #fff;
0
   font-size: 18px;
0
   font-family: Arial, Helvetica, sans-serif;
0
- overflow:hidden;
0
 }
0
 
0
 a {
0
@@ -23,8 +22,7 @@
0
 }
0
 
0
 #form {
0
- margin-left: 60px;
0
- text-align: left;
0
+ text-align: center;
0
   font-family: Arial, Helvetica, sans-serif;
0
   font-weight: bold;
0
   font-size: 28px;
0
0
0
0
@@ -52,14 +50,21 @@
0
   font-size: small;
0
   padding: 0 20px;
0
   text-align: center;
0
+
0
 }
0
 
0
+
0
+#footer img {
0
+ margin-bottom: -8px;
0
+}
0
+
0
 #footer a.first {
0
- background: transparent url('/images/bottlecap_labs_tiny.gif') no-repeat 0 50%;
0
+/* background: transparent url('/images/bottlecap_labs_tiny.gif') no-repeat 0 50%;*/
0
 }
0
 
0
 
0
 #amazon {
0
   padding: 40px 80px;
0
+ height: 200px;
0
 }

Comments

    No one has commented yet.