1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 06:02:39 +01:00
invoiceninja/public/vendor/jspdf/examples/css/editor.css
2014-04-22 14:33:53 +03:00

48 lines
574 B
CSS

.row-fluid .no-gutter {
margin-left: 0px;
}
footer {
text-align: center;
margin: 30px 0;
}
#editor {
width: 50%;
height: 400px;
float: left;
clear: left;
position: relative;
font-family: "source-code-pro";
font-size: 14px;
}
.preview-pane {
border: 3px solid #ccc;
}
.controls {
float: left;
clear: left;
width: 50%;
padding-top: 10px;
}
#template {
width: 250px;
}
.tweet-buttons {
float: left;
margin-right: 40px;
padding-top: 8px;
}
.source {
font-family: "source-code-pro", Courier;
font-size: 14px;
}
.controls .alert {
float: left;
}