public
Description: Journaling / Blogging Application
Homepage: http://deluuxjournal.heroku.com
Clone URL: git://github.com/notphil/deluuxjournal.git
ie is a little bit touched in the head as always. 100% width on inputs 
inside of a fixed width element actually extends them past the fixed width 
element. gg tossers
notphil (author)
Sun May 18 03:40:08 -0700 2008
commit  5fbe7dcc8d13ba864b4056406f736875385d2da8
tree    96b82d40ac664f600f4f60fdf218c168cebcf752
parent  6e1d3e4fcd22ac6a03baea230bd5f6f46894e645
...
22
23
24
25
 
26
27
28
...
22
23
24
 
25
26
27
28
0
@@ -22,7 +22,7 @@
0
   // Theme options
0
   theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,formatselect,fontselect,fontsizeselect",
0
   theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,link,unlink,image,code,|preview,|,forecolor,backcolor",
0
- theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,fullscreen",
0
+ theme_advanced_buttons3 : "tablecontrols,|,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr",
0
   theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak",
0
   theme_advanced_toolbar_location : "top",
0
   theme_advanced_toolbar_align : "left",
...
99
100
101
102
 
103
104
105
106
 
107
108
109
...
99
100
101
 
102
103
104
105
 
106
107
108
109
0
@@ -99,11 +99,11 @@ var update_friend_notify_field = function(){
0
   <div class="yui-u first">
0
 
0
     <p>
0
- <%= text_field_tag :title, nil, :style => "width:100%;height:1.4em;font-size:2em;", :class => "text_field" %>
0
+ <%= text_field_tag :title, nil, :style => "width:17em;height:1.4em;font-size:2em;", :class => "text_field" %>
0
     </p>
0
 
0
     <p>
0
- <%= text_area_tag :text, nil, :style => "width:100%; height:600px; font-size:1.6em;" %>
0
+ <%= text_area_tag :text, nil, :style => "width:17em; height:600px; font-size:1.6em;" %>
0
     </p>
0
 
0
     <%= hidden_field_tag :notify_id_list %>

Comments

    No one has commented yet.