Fix setup layout in Opera and Mozilla

refs #7163
This commit is contained in:
Johannes Meyer 2014-10-27 09:13:09 +01:00
parent dae2cbbeae
commit 73bba4a5a2
2 changed files with 7 additions and 2 deletions

View File

@ -80,6 +80,11 @@ input::-moz-focus-inner {
outline: 0;
}
button::-moz-focus-inner {
border: 0;
outline: 0;
}
select::-moz-focus-inner {
border: 0;
outline: 0;

View File

@ -206,7 +206,7 @@
div.page {
float: left;
width: 25em;
min-height: 20em;
min-height: 25em;
padding: 0 1em 1em;
margin: 1em 1.5em 1.5em;
border-radius: 0.5em;
@ -351,7 +351,7 @@
border: none;
outline: none;
font-size: 90%;
background-color: inherit;
background-color: white;
&:hover {
color: #666;