Skip to content

Commit

Permalink
css fixes, fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Aug 12, 2015
1 parent dfe3892 commit e09c135
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions feedback/static/feedback/main.css
Expand Up @@ -95,14 +95,14 @@ div.hiding {
background-color:white;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
overflow:visible;
z-index: 10001;
}

#feedback_popup.thanks {
font-size: 14px;
font-weight: bold;
height: 17px !important;
min-height: 10px;
padding: 10px;
}
Expand All @@ -121,10 +121,9 @@ div.hiding {

#feedback_popup form {
height:100%;
position:absolute;
left:10px;
right:10px;
padding-top:10px;
padding:10px;
}

#feedback_popup .error {
Expand Down

0 comments on commit e09c135

Please sign in to comment.