Commit 3f57f07f by Jose Antonio

Merged branch develop into develop

parents f40ce762 cfb1a18a
...@@ -965,19 +965,19 @@ input[type=range]:focus::-ms-fill-upper { ...@@ -965,19 +965,19 @@ input[type=range]:focus::-ms-fill-upper {
} }
.numberCircle { .numberCircle {
border-radius: 50%; border-radius: 50%;
behavior: url(PIE.htc); /* remove if you don't care about IE8 */ behavior: url(PIE.htc); /* remove if you don't care about IE8 */
width: 36px; width: 36px;
height: 36px; height: 36px;
padding: 8px; padding: 8px;
background: #fff; background: #fff;
border: 2px solid #3071a9; border: 2px solid #3071a9;
color: #3071a9; color: #3071a9;
text-align: center; text-align: center;
font: 32px Arial, sans-serif; font: 32px Arial, sans-serif;
} }
/* /*
...@@ -995,10 +995,10 @@ input[type=range]:focus::-ms-fill-upper { ...@@ -995,10 +995,10 @@ input[type=range]:focus::-ms-fill-upper {
ng-file-upload and ngImgCrop ng-file-upload and ngImgCrop
*/ */
.cropArea { .cropArea {
background: #E4E4E4; background: #E4E4E4;
overflow: hidden; overflow: hidden;
width:500px; width:500px;
height:350px; height:350px;
} }
form .progress { form .progress {
line-height: 15px; line-height: 15px;
...@@ -1025,9 +1025,27 @@ form .progress { ...@@ -1025,9 +1025,27 @@ form .progress {
} }
.header-image { .header-image {
width: 100%; width: 100%;
background-color: #f8f8f8; background-color: #f8f8f8;
padding-top: 20px; padding-top: 20px;
padding-bottom: 20px; padding-bottom: 20px;
border-bottom: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7;
}
@media print {
#reportsTitle{
display: inherit;
}
#filter{
display: none;
}
#filter-info{
display: none;
}
#inform-content-date{
display: none;
}
.languages{
display: none;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment