Skip to content

Commit

Permalink
Make messages fit in window on small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Jun 27, 2012
1 parent f4a303b commit 642b823
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions editor/workshop/src/ui/css/editor.css
Expand Up @@ -228,7 +228,9 @@ button.text {
font-weight: bold;
font-size: 20px;
letter-spacing: 1px;
margin: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 0.3em;
padding: 7px 25px;
text-shadow: 0 1px 1px black;
}
Expand Down Expand Up @@ -266,8 +268,9 @@ div.overlay-inner {
div.overlay-contents {
position: relative;
top: -50%;
width: 20em;
max-width: 90%;
/* I've no idea how the following two lines work, but they do */
min-width: 50%;
width: 3em;
margin: 1em auto;
padding: 1.8em 2.5em;
border-radius: 1em;
Expand Down

0 comments on commit 642b823

Please sign in to comment.