Skip to content

Commit

Permalink
Added CSS for the user info on main page
Browse files Browse the repository at this point in the history
  • Loading branch information
croach committed Dec 16, 2012
1 parent b6855a2 commit f079143
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions hackernews/static/css/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ body {
margin: 1px 0 0 1px;
padding: 0 3px 0 3px;
}
#site-title {
margin-left: 30px;
}
#site-title h1 {
font-family: Verdana;
font-size: 13px;
Expand All @@ -34,6 +37,15 @@ body {
color: #000000;
text-decoration: none;
}
#user-info {
float: right;
margin-right: 10px;
padding: 3px 0 3px 0;
}
#user-info a {
text-decoration: none;
color: #000000;
}
p.story-title {
margin: 0 0 1px 0;
}
Expand All @@ -54,19 +66,20 @@ p.story-info {
color: #828282;
font-size: 9px;
margin-top: 0;
margin-left: 15px;
}
form {
padding: 0 0 10px 10px;
}
form label {
width: 50px;
width: 100px;
float: left;
}
form input[type=text] {
form input[type=text], input[type=password] {
width: 200;
}
form input[type=submit] {
margin-left: 50px;
margin-left: 100px;
}
form ul.errorlist {
color: red;
Expand Down

0 comments on commit f079143

Please sign in to comment.