fix trello

This commit is contained in:
Bengt Brodersen 2015-11-27 11:52:00 +01:00
parent 8707dab5cc
commit fea6db245f

View File

@ -1,3 +1,9 @@
lable, button, input {
display: inline;
font-weight: normal;
margin: 0px;
padding: 0px;
}
#card-print-overlay { #card-print-overlay {
position: fixed; position: fixed;
height: 100%; height: 100%;
@ -5,61 +11,46 @@
top: 0; top: 0;
left: 0; left: 0;
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
box-sizing: border-box; box-sizing: border-box;
word-wrap: break-word; word-wrap: break-word;
z-index: 99999; z-index: 99999;
} }
#card-print-dialog { #card-print-dialog {
position: relative; position: relative;
top: 60px; top: 60px;
right: 0px; right: 0px;
left: 0px; left: 0px;
height: calc(100% - 120px); height: calc(100% - 120px);
width: 1000px; width: 1000px;
margin: auto; margin: auto;
border-style: solid; border-style: solid;
border-color: #cccccc; border-color: #cccccc;
border-width: 1px; border-width: 1px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
} }
#card-print-dialog-header { #card-print-dialog-header {
position: relative; position: relative;
background: #f0f0f0; background: #f0f0f0;
height: 25px; height: 25px;
border-bottom: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
padding: 15px 20px 15px 20px; padding: 15px 20px 15px 20px;
} }
#card-print-dialog-content { #card-print-dialog-content {
position: relative; position: relative;
background: white; background: white;
height: calc(100% - 106px); height: calc(100% - 106px);
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
} }
#card-print-dialog-content-iframe { #card-print-dialog-content-iframe {
position: relative; position: relative;
height: 100%; height: 100%;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
border: none; border: none;
} }
#card-print-dialog-footer { #card-print-dialog-footer {
position: relative; position: relative;
background: #f0f0f0; background: #f0f0f0;
@ -68,14 +59,12 @@
padding: 10px; padding: 10px;
text-align: right; text-align: right;
} }
#buttons { #buttons {
position: relative; position: relative;
float: right; float: right;
display: inline-block; display: inline-block;
height 30px; height 30px;
} }
#info { #info {
position: relative; position: relative;
float: right; float: right;
@ -87,7 +76,6 @@
padding-left: 3rem; padding-left: 3rem;
padding-right: 3rem; padding-right: 3rem;
} }
#card-print-dialog-title { #card-print-dialog-title {
position: relative; position: relative;
float: left; float: left;