UI: Improve style for input plus progress - refs BT#18449

pull/3864/head
Angel Fernando Quiroz Campos 5 years ago
parent a42cce8a09
commit d60bd8b760
  1. 13
      app/Resources/public/css/base.css

@ -6949,10 +6949,6 @@ div#chat-remote-video video {
} }
#registration .progress { #registration .progress {
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
height: 10px;
} }
#registration input[name='status'] { #registration input[name='status'] {
@ -8044,11 +8040,17 @@ a.sessionView {
} }
.progress { .progress {
border: 1px solid #c5c5c5;
background: #E9E9E9; background: #E9E9E9;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1); text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
} }
.radio + .input-group,
.input-group + .progress,
input + .progress {
margin-top: 5px;
margin-bottom: 0;
}
.wami-container { .wami-container {
height: 144px; height: 144px;
position: relative; position: relative;
@ -8588,7 +8590,6 @@ ul#toolnavbox-two li a.btn {
} }
#lp-accordion .lp-item .progress { #lp-accordion .lp-item .progress {
border: none;
background: #D7E3E6; background: #D7E3E6;
margin-bottom: 10px; margin-bottom: 10px;
} }

Loading…
Cancel
Save