Bug 839515 - Tiny fonts in the remote connection screen; r=jwalker

This commit is contained in:
Panos Astithas 2013-04-03 22:49:54 +03:00
parent 81fec162fe
commit a5e5a18b7d
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,7 @@
:root {
font: caption;
}
html {
background-color: #111;
background-image: url("chrome://browser/skin/newtab/noise.png");
@ -25,13 +29,11 @@ h1 {
label {
display: block;
margin: 10px;
font-size: 0;
}
label > span {
display: inline-block;
min-width: 150px;
font-size: 0.8rem;
text-align: right;
margin-right: 10px;
}
@ -80,7 +82,6 @@ body.connecting > #connecting {
.actors {
padding-left: 0;
font-size: 0.9rem;
}
.actors > a {

View File

@ -149,7 +149,7 @@
border: 1px solid hsla(210,8%,5%,.6);
border-radius: 20px;
background-image: -moz-linear-gradient(hsla(210,16%,76%,.15), hsla(210,16%,76%,.35));
padding: 3px;
padding: 3px 8px;
box-shadow: 0 1px 1px hsla(210,8%,5%,.3) inset,
0 0 0 1px hsla(210,16%,76%,.1) inset,
0 1px 0 hsla(210,16%,76%,.15);