Skip to content

Commit

Permalink
Upgraded to version 0.5 of the screencasts plugin and made some minor…
Browse files Browse the repository at this point in the history
… changes to the styling of the 'Add Screencast' page.
  • Loading branch information
pledbrook committed Jan 12, 2011
1 parent a0ca34c commit fc63a6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ grails.project.dependency.resolution = {
":rateable:0.6.2",
":resources:1.0-alpha13",
":richui:0.6",
":screencasts:0.4",
":screencasts:0.5",
":searchable:0.5.5.1",
":shiro:1.1.1",
":simple-blog:0.1.5",
Expand Down
3 changes: 3 additions & 0 deletions web-app/css/new/subpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ textarea {
.screencastForm label {
display:block;
font-size:1.2em;
margin-top: 1em;
margin-bottom: 0.5em;
}
.screencastForm input {
display:block;
Expand All @@ -367,6 +369,7 @@ textarea {
display:block;
width:400px;
height:100px;
margin:0;
}
.screencast .screencastDescription{
margin-top:5px;
Expand Down

0 comments on commit fc63a6a

Please sign in to comment.