Skip to content

Commit

Permalink
Updated styles for the new implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
waridrox committed Jul 29, 2021
1 parent 9f21758 commit ec07d02
Showing 1 changed file with 100 additions and 1 deletion.
101 changes: 100 additions & 1 deletion app/assets/stylesheets/new-capture.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,66 @@ div#capture-settings {
width: 100%;
}

div#save-page {
color: #F5F5F5;
}

div.input-prepend > .add-on {
height: auto;
}

div.input-prepend {
display: flex;
}

#saveFrom {
width: 100%;
}

#saveForm input[type=text] {
height: auto;
width: 100%;
}

#saveForm > textarea#spectrum_notes {
width: 100%;
}

.add-on {
height: auto;
}


div#save-page > h3 {
/* font-size: 50rem; */
}

div.hidden-phone.span3 {
padding: 2rem;
/* display: none; */
}
@media screen and (min-width: 768px) and (max-width: 979px) {
.span3 {
width: 50%;
}
}
div.span9 {
padding: 2rem;
}

div select.select-calibration {
width: 100%;
}

a.btn-switch-calibration-capture {
width: 100%;
margin-bottom: 10px;
}

select#calibration_id {
width: 100%;
}

.bs-stepper .content.dstepper-block {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -183,6 +243,10 @@ div.bs-stepper-content {
z-index: 9999;
}

.responsive-show {
display: none;
}

@media screen and (max-width: 350px), screen and (max-height: 570px) {
p.capture-messages {
font-size: 10px;
Expand All @@ -200,6 +264,10 @@ div.bs-stepper-content {
.tooltip {
display: none !important;
}

.responsive-show {
display: block;
}
}

@media only screen and (max-width: 1200px) {
Expand All @@ -219,6 +287,10 @@ div.bs-stepper-content {
.tooltip {
display: none !important;
}

.responsive-show {
display: none;
}
}

@media only screen and (max-width: 992px) {
Expand Down Expand Up @@ -264,6 +336,10 @@ div.bs-stepper-content {
.tooltip {
display: none !important;
}

.responsive-show {
display: none;
}
}

@media only screen and (max-width: 767px) {
Expand Down Expand Up @@ -313,6 +389,10 @@ div.bs-stepper-content {
.tooltip {
display: none !important;
}

.responsive-show {
display: block;
}
}

@media only screen and (max-width: 576px) {
Expand Down Expand Up @@ -372,6 +452,10 @@ div.bs-stepper-content {
.tooltip {
display: none !important;
}

.responsive-show {
display: block;
}
}

@media screen and (min-height: 360px) and (max-height: 600px) {
Expand All @@ -396,6 +480,10 @@ div.bs-stepper-content {
.tooltip {
display: none !important;
}

.responsive-show {
display: block;
}
}

@media only screen and (max-width: 1000px) and (orientation:landscape) {
Expand All @@ -421,6 +509,10 @@ div.bs-stepper-content {
.tooltip {
display: none !important;
}

.responsive-show {
display: none;
}
}

@media (max-width: 767px) {
Expand All @@ -433,6 +525,10 @@ div.bs-stepper-content {
display: none;
}

.responsive-show {
display: block;
}

.navbar-inner {
margin-right: 0px !important;
}
Expand Down Expand Up @@ -518,6 +614,10 @@ div.bs-stepper-content {
height: 0;
}

#webcam-msg {
position: inherit;
}

#webcam {
position: relative;
}
Expand Down Expand Up @@ -572,7 +672,6 @@ div#capture-page-content {
#capture-page-next {
margin:0 auto;
display:block;
margin-top: 2rem;
}

#plotting > div:first-child {
Expand Down

0 comments on commit ec07d02

Please sign in to comment.