Skip to content

Commit

Permalink
Merge branch 'release/0.3.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
noctivityinc committed May 24, 2010
2 parents 55ea760 + 221feaa commit 716a072
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 33 deletions.
12 changes: 12 additions & 0 deletions app/stylesheets/partials/_users.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#user
#new
form
width: 400px

#video
border: 5px solid gray
background: gray
width: 480px
padding: 1px
-moz-border-radius: 5px
-webkit-border-radius: 5px
1 change: 1 addition & 0 deletions app/stylesheets/public.sass
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
@import partials/notes.sass
@import partials/histories.sass
@import partials/user_session.sass
@import partials/users.sass

html, body
margin: 0px
Expand Down
27 changes: 19 additions & 8 deletions app/views/public/users/new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,23 @@

#user
#new
- semantic_form_for @user do |f|
- f.inputs do
= f.input :login, :label => 'Username'
= f.input :email, :label => 'Email'
= f.input :password, :label => 'Password', :as => :password
= f.input :password_confirmation, :label => 'Confirm', :as => :password
%table{:width => '100%'}
%tr
%td.form
- semantic_form_for @user do |f|
- f.inputs do
= f.input :login, :label => 'Username'
= f.input :email, :label => 'Email'
= f.input :password, :label => 'Password', :as => :password
= f.input :password_confirmation, :label => 'Confirm', :as => :password

- f.buttons do
= f.commit_button 'Sign Up!'
- f.buttons do
= f.commit_button 'Sign Up!'

%td{:align => 'center'}
#video
%object{:height => "360", :width => "480"}
%param{:name => "allowfullscreen", :value => "true"}/
%param{:name => "allowscriptaccess", :value => "always"}/
%param{:name => "movie", :value => "http://vimeo.com/moogaloop.swf?clip_id=11990645&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=ffffff&fullscreen=1"}/
%embed{:allowfullscreen => "true", :allowscriptaccess => "always", :height => "360", :src => "http://vimeo.com/moogaloop.swf?clip_id=11990645&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=ffffff&fullscreen=1", :type => "application/x-shockwave-flash", :width => "480"}
Empty file added app/views/public/users/null
Empty file.
6 changes: 4 additions & 2 deletions app/views/user_sessions/new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@
= f.input :login, :label => 'Username'
= f.input :password, :label => 'Password', :as => :password
= f.input :remember_me, :label => 'Remember Me?', :as => :boolean, :required => false

- f.buttons do
= f.commit_button 'Login'

.forgot_password
= link_to "Forgot username or password?", new_reset_password_path

#fun_stuff
%h3 New Fun Stuff
%ul
%li
= link_to "Tutorial Video w/ Fun Music!", "http://vimeo.com/11990645", :target => '_blank'
%li Share a todo by entering their email address
%li Schedule a todo in the future by tagging "starts DATE..."
%li Create a group by prefacing a tag with !
Expand Down
2 changes: 1 addition & 1 deletion git-flow-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GITFLOW_VERSION=0.3.6
GITFLOW_VERSION=0.3.7
58 changes: 36 additions & 22 deletions public/stylesheets/compiled/public.css
Original file line number Diff line number Diff line change
Expand Up @@ -1456,39 +1456,53 @@ a img {
padding-top: 0.15em;
}

/* line 21, ../../../app/stylesheets/public.sass */
/* line 3, ../../../app/stylesheets/partials/_users.sass */
#user #new form {
width: 400px;
}
/* line 6, ../../../app/stylesheets/partials/_users.sass */
#user #new #video {
border: 5px solid gray;
background: gray;
width: 480px;
padding: 1px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/* line 22, ../../../app/stylesheets/public.sass */
html, body {
margin: 0px;
padding: 0px 0.2em;
}

/* line 25, ../../../app/stylesheets/public.sass */
/* line 26, ../../../app/stylesheets/public.sass */
body {
background-color: white;
font-family: Verdana, Helvetica, Arial;
font-size: 14px;
width: 99%;
}
/* line 32, ../../../app/stylesheets/public.sass */
/* line 33, ../../../app/stylesheets/public.sass */
body a {
color: blue;
}
/* line 34, ../../../app/stylesheets/public.sass */
/* line 35, ../../../app/stylesheets/public.sass */
body a img {
border: none;
}
/* line 38, ../../../app/stylesheets/public.sass */
/* line 39, ../../../app/stylesheets/public.sass */
body .clear {
clear: both;
height: 0;
overflow: hidden;
}
/* line 43, ../../../app/stylesheets/public.sass */
/* line 44, ../../../app/stylesheets/public.sass */
body .labelHighlight {
color: #999999;
text-align: right;
}
/* line 47, ../../../app/stylesheets/public.sass */
/* line 48, ../../../app/stylesheets/public.sass */
body .toolbar {
border-radius: 4px;
-moz-border-radius: 4px;
Expand All @@ -1498,21 +1512,21 @@ body .toolbar {
padding: 0.5em 0.25em;
min-width: 400px;
}
/* line 53, ../../../app/stylesheets/public.sass */
/* line 54, ../../../app/stylesheets/public.sass */
body .toolbar table {
width: 100%;
}
/* line 56, ../../../app/stylesheets/public.sass */
/* line 57, ../../../app/stylesheets/public.sass */
body .toolbar table td.left {
text-align: left;
width: 33%;
min-width: 140px;
}
/* line 61, ../../../app/stylesheets/public.sass */
/* line 62, ../../../app/stylesheets/public.sass */
body .toolbar table td.center {
min-width: 150px;
}
/* line 63, ../../../app/stylesheets/public.sass */
/* line 64, ../../../app/stylesheets/public.sass */
body .toolbar table td.center img {
border-radius: 4px;
-moz-border-radius: 4px;
Expand All @@ -1523,7 +1537,7 @@ body .toolbar table td.center img {
width: 1.5em;
height: 1.5em;
}
/* line 70, ../../../app/stylesheets/public.sass */
/* line 71, ../../../app/stylesheets/public.sass */
body .toolbar table td.center h1 {
color: white;
font-size: 14pt;
Expand All @@ -1532,25 +1546,25 @@ body .toolbar table td.center h1 {
margin: 0;
padding: 0;
}
/* line 78, ../../../app/stylesheets/public.sass */
/* line 79, ../../../app/stylesheets/public.sass */
body .toolbar table td.center h1.screen_only {
display: inline;
}
/* line 81, ../../../app/stylesheets/public.sass */
/* line 82, ../../../app/stylesheets/public.sass */
body .toolbar table td.right {
width: 33%;
min-width: 100px;
}
/* line 85, ../../../app/stylesheets/public.sass */
/* line 86, ../../../app/stylesheets/public.sass */
body #container {
background: white;
margin: 0px;
}
/* line 90, ../../../app/stylesheets/public.sass */
/* line 91, ../../../app/stylesheets/public.sass */
body #flash #flash_messages {
margin: 1em 0.5em;
}
/* line 93, ../../../app/stylesheets/public.sass */
/* line 94, ../../../app/stylesheets/public.sass */
body #flash #flash_messages.notice, body #flash #flash_messages.error, body #flash #flash_messages.warning, body #flash #flash_messages .notice, body #flash #flash_messages .error, body #flash #flash_messages .warning {
border-radius: 4px;
-moz-border-radius: 4px;
Expand All @@ -1560,26 +1574,26 @@ body #flash #flash_messages.notice, body #flash #flash_messages.error, body #fla
font-size: 0.9em;
padding: 1em;
}
/* line 99, ../../../app/stylesheets/public.sass */
/* line 100, ../../../app/stylesheets/public.sass */
body #flash #flash_messages.notice, body #flash #flash_messages .notice {
background-color: #ccffcc;
border: solid 1px #66cc66;
}
/* line 103, ../../../app/stylesheets/public.sass */
/* line 104, ../../../app/stylesheets/public.sass */
body #flash #flash_messages.error, body #flash #flash_messages .error {
background-color: #ffcccc;
border: solid 1px #cc6666;
}
/* line 107, ../../../app/stylesheets/public.sass */
/* line 108, ../../../app/stylesheets/public.sass */
body #flash #flash_messages.warning, body #flash #flash_messages .warning {
background-color: #ffde00;
border: solid 1px #cccc33;
}
/* line 111, ../../../app/stylesheets/public.sass */
/* line 112, ../../../app/stylesheets/public.sass */
body .print_only {
display: none;
}
/* line 114, ../../../app/stylesheets/public.sass */
/* line 115, ../../../app/stylesheets/public.sass */
body .ui-datepicker {
font-size: 12px;
width: 200px;
Expand Down

0 comments on commit 716a072

Please sign in to comment.