fix conflict

This commit is contained in:
bechi 2014-07-31 12:17:50 -03:00
commit 25bedef1fc
41 changed files with 799 additions and 526 deletions

View file

@ -909,6 +909,10 @@ button, .button, p {
margin-left: 0;
}
.pointer {
cursor: pointer;
}
.video-box {
width: 70px;
text-align: center;
@ -1013,7 +1017,7 @@ a.text-white:hover {color: #ccc;}
.box-setup .panel {
background-color: #2C3E50;
padding: 0.5rem;
padding: 1rem;
border: 0;
}
@ -1046,4 +1050,27 @@ a.text-white:hover {color: #ccc;}
color: #8597A7;
}
.panel qrcode {
float: left;
width: 160px;
height: 160px;
padding: 5px 0 0 5px;
background-color: white;
}
.panel qrcode canvas {
width: 150px;
height: 150px;
}
.panel .secret {
line-height: 1.3rem;
padding-top: 4rem;
float: left;
margin-left: 2rem;
overflow-wrap: break-word;
width: 55%;
text-align: left;
}
/*-----------------------------------------------------------------*/

View file

@ -102,5 +102,18 @@
border-right: 1px solid #425568;
}
.panel .secret {
padding-top: 0.5rem;
display: block;
width: 100%;
margin-left: 0;
text-align: center;
}
.panel qrcode {
display: block;
float: none;
margin: 0 auto;
}
}