Skip to content

Commit

Permalink
removing obsolete styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Christoph Borchardt committed Apr 11, 2012
1 parent 34572af commit 3e599b0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions static/css/custom.css
Expand Up @@ -31,18 +31,11 @@ h1+small { float:right; position:relative; top:-2em; right:0em; }

.checkmark { position:absolute; font-size:15em; left:.15em; top:.6em; color:#005580; opacity: 0.5 }

#current-state { min-height:100px; }
#easyfreedom-signup { margin-bottom:3em; }
#firstName, #lastName { width:10em; }
.progress { display:block; height:3em; margin:0 0 1.5em 0; }
.progress .bar { height:3.5em; }
.progress .bar p { padding:.7em; display:inline; position:absolute; }

.box { margin-left:.7em; padding-left:2em; padding-top:.7em; height: 2em; width: 11em; border: dotted 3px gray; border-radius: 5px; float: left; font-size:1.3em; cursor: pointer;}
.box:hover { margin-left:.7em; padding-left:2em; height: 2em; width: 11em; border: dotted 3px black; border-radius: 5px; float: left; font-size:1.3em;}
#new-document { background:url('../images/plus.png') no-repeat left;}
#upload-document { background:url('../images/down_arrow.png') no-repeat left;}
#trashbox { background:url('../images/trash.png') no-repeat left;}
ul#doclist { margin:-20px; font-size:1.3em; list-style:none; clear:both; }
ul#doclist { margin-left:-20px; font-size:1.3em; cursor:pointer; list-style:none; }
ul#doclist #loadingdocs { background:url('../images/loading.gif') no-repeat left; margin-left:.7em; padding-left:1.2em; }
Expand Down

0 comments on commit 3e599b0

Please sign in to comment.