Skip to content

Commit

Permalink
clean merge to valencia branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Blose committed Mar 30, 2015
1 parent abcab8f commit bb67ba5
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/github.com/getlantern/lantern-ui/app/_css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -7494,7 +7494,47 @@ body[dir=rtl] #latestDetails dd {
font-size: 11.9px;
width: 100%;
}
#welcomescreen {
background: white;
}

iframe.twitter-share-button {
margin-left: 145px;
}

#welcomescreen h3 {
font-size: 33px;
font-family: Roboto;
font-weight: bold;
padding: 20px 0px 0px 0px;
}

#welcomescreen div.modal-header {
border-bottom: none;
}

#welcomescreen h3, p {
text-align: center;
font-family: Roboto;
}

#welcomescreen p {
font-weight: lighter;
}

#welcomescreen a:first-child {
padding-right: 25px;
}

#welcomescreen .configure_system,
#welcomescreen .now_access {
padding: 25px 30px 25px 30px;
font-size: 20px;
line-height: 25px;
color: rgb( 0, 0, 0 );
font-weight: bold;
text-align: center;
}
#contact textarea.report {
height: 175px;
margin-top: 24px;
Expand Down

0 comments on commit bb67ba5

Please sign in to comment.