|
|
|
@ -284,22 +284,18 @@ a {
|
|
|
|
|
left: 0; |
|
|
|
|
z-index: 10; |
|
|
|
|
height: 44px; |
|
|
|
|
padding: 5px; |
|
|
|
|
padding: 0 10px; |
|
|
|
|
background-color: rgba(247, 247, 247, 0.98); |
|
|
|
|
box-shadow: 0 0px 1px rgba(0, 0, 0, 0.85); |
|
|
|
|
box-shadow: 0 0 1px rgba(0, 0, 0, 0.85); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-header-secondary { |
|
|
|
|
[class*="bar-"].bar-header-secondary { |
|
|
|
|
top: 44px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-footer { |
|
|
|
|
[class*="bar-"].bar-footer { |
|
|
|
|
bottom: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-footer.bar-standard, |
|
|
|
|
.bar-footer-secondary.bar-standard { |
|
|
|
|
box-shadow: 0 0px 1px rgba(0, 0, 0, 0.85); |
|
|
|
|
[class*="bar-"].bar-footer.bar-standard, [class*="bar-"].bar-footer-secondary.bar-standard { |
|
|
|
|
box-shadow: 0 0 1px rgba(0, 0, 0, 0.85); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title { |
|
|
|
@ -310,12 +306,14 @@ a {
|
|
|
|
|
box-orient: horizontal; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .title { |
|
|
|
|
.title { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
left: 0; |
|
|
|
|
display: block; |
|
|
|
|
width: 100%; |
|
|
|
|
padding: 0; |
|
|
|
|
margin: 0; |
|
|
|
|
font-size: 18px; |
|
|
|
|
font-weight: 500; |
|
|
|
|
line-height: 44px; |
|
|
|
@ -324,13 +322,13 @@ a {
|
|
|
|
|
white-space: nowrap; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title > a:not([class*="button"]) { |
|
|
|
|
> a:not([class*="button"]) { |
|
|
|
|
display: block; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .title a { |
|
|
|
|
.title a { |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -345,6 +343,8 @@ a {
|
|
|
|
|
display: -webkit-box; |
|
|
|
|
display: box; |
|
|
|
|
height: 100%; |
|
|
|
|
padding: 0; |
|
|
|
|
margin: 0; |
|
|
|
|
list-style: none; |
|
|
|
|
-webkit-box-orient: horizontal; |
|
|
|
|
box-orient: horizontal; |
|
|
|
@ -375,127 +375,9 @@ a {
|
|
|
|
|
color: #007aff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title [class*="button"] { |
|
|
|
|
position: relative; |
|
|
|
|
z-index: 10; |
|
|
|
|
padding-left: 5px; |
|
|
|
|
padding-right: 5px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
font-weight: 400; |
|
|
|
|
line-height: 29px; |
|
|
|
|
color: #007aff; |
|
|
|
|
border: 0; |
|
|
|
|
transition: opacity .2s linear; |
|
|
|
|
-webkit-box-flex: 0; |
|
|
|
|
box-flex: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .title + [class*="button"]:last-child, |
|
|
|
|
.bar-title .button + [class*="button"]:last-child, |
|
|
|
|
.bar-title [class*="button"].pull-right { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 5px; |
|
|
|
|
right: 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .button:active, |
|
|
|
|
.bar-title .button-prev:active, |
|
|
|
|
.bar-title .button-next:active { |
|
|
|
|
color: #007aff; |
|
|
|
|
background-color: transparent; |
|
|
|
|
opacity: .3; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .button-prev:before, |
|
|
|
|
.bar-title .button-prev:after, |
|
|
|
|
.bar-title .button-next:before, |
|
|
|
|
.bar-title .button-next:after { |
|
|
|
|
position: absolute; |
|
|
|
|
display: block; |
|
|
|
|
width: 15px; |
|
|
|
|
height: 3px; |
|
|
|
|
background-color: #007aff; |
|
|
|
|
content: ''; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .button-prev { |
|
|
|
|
padding-left: 22px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .button-next { |
|
|
|
|
padding-right: 22px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .button-prev:before, |
|
|
|
|
.bar-title .button-prev:after { |
|
|
|
|
left: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .button-next:before, |
|
|
|
|
.bar-title .button-next:after { |
|
|
|
|
right: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .button-prev:before, |
|
|
|
|
.bar-title .button-next:before { |
|
|
|
|
top: 12px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .button-prev:after, |
|
|
|
|
.bar-title .button-next:after { |
|
|
|
|
top: 21px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .button-prev:before { |
|
|
|
|
-webkit-transform: rotate(-45deg); |
|
|
|
|
transform: rotate(-45deg); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .button-prev:after { |
|
|
|
|
-webkit-transform: rotate(45deg); |
|
|
|
|
transform: rotate(45deg); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .button-next:before { |
|
|
|
|
-webkit-transform: rotate(45deg); |
|
|
|
|
transform: rotate(45deg); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .button-next:after { |
|
|
|
|
-webkit-transform: rotate(-45deg); |
|
|
|
|
transform: rotate(-45deg); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[class*="bar"] .button-block { |
|
|
|
|
padding: 7px 0; |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[class*="bar"] .button-block:active { |
|
|
|
|
padding: 7px 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[class*="bar-"] .segmented-controller { |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[class*="bar-"] .segmented-controller + [class*="button"], |
|
|
|
|
[class*="bar-"] [class*="button"] + .segmented-controller { |
|
|
|
|
margin-left: 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title .segmented-controller { |
|
|
|
|
line-height: 18px; |
|
|
|
|
-webkit-box-flex: 1; |
|
|
|
|
box-flex: 1; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-standard input[type=search] { |
|
|
|
|
height: 32px; |
|
|
|
|
margin: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.table-view { |
|
|
|
|
padding: 0; |
|
|
|
|
margin: 0; |
|
|
|
|
list-style: none; |
|
|
|
|
background-color: #fff; |
|
|
|
|
} |
|
|
|
@ -672,26 +554,31 @@ select {
|
|
|
|
|
border-bottom: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-standard input[type=search] { |
|
|
|
|
height: 32px; |
|
|
|
|
margin: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[class*="button"] { |
|
|
|
|
position: relative; |
|
|
|
|
display: inline-block; |
|
|
|
|
padding: 4px 12px; |
|
|
|
|
margin: 0; |
|
|
|
|
font-weight: 500; |
|
|
|
|
font-weight: 400; |
|
|
|
|
line-height: 1; |
|
|
|
|
color: #333; |
|
|
|
|
color: #929292; |
|
|
|
|
text-align: center; |
|
|
|
|
vertical-align: top; |
|
|
|
|
cursor: pointer; |
|
|
|
|
background-color: transparent; |
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2); |
|
|
|
|
border: 1px solid #929292; |
|
|
|
|
border-radius: 4px; |
|
|
|
|
} |
|
|
|
|
[class*="button"]:active, [class*="button"].active, [class*="button"].button-filled { |
|
|
|
|
color: #fff; |
|
|
|
|
background-color: #333; |
|
|
|
|
-webkit-transition: background-color .1s linear; |
|
|
|
|
transition: background-color .1s linear; |
|
|
|
|
background-color: #929292; |
|
|
|
|
-webkit-transition: background-color .1s linear, opacity .1s linear; |
|
|
|
|
transition: background-color .1s linear, opacity .1s linear; |
|
|
|
|
} |
|
|
|
|
[class*="button"]:disabled, [class*="button"].disabled, [class*="button"].button-filled:active { |
|
|
|
|
opacity: .6; |
|
|
|
@ -728,10 +615,92 @@ select {
|
|
|
|
|
font-size: 16px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-title [class*="button"] { |
|
|
|
|
position: relative; |
|
|
|
|
z-index: 10; |
|
|
|
|
padding: 0; |
|
|
|
|
font-size: 16px; |
|
|
|
|
font-weight: 400; |
|
|
|
|
line-height: 44px; |
|
|
|
|
color: #007aff; |
|
|
|
|
border: 0; |
|
|
|
|
-webkit-transition: opacity .2s linear; |
|
|
|
|
transition: opacity .2s linear; |
|
|
|
|
-webkit-box-flex: 0; |
|
|
|
|
box-flex: 0; |
|
|
|
|
} |
|
|
|
|
.bar-title .title + [class*="button"]:last-child, |
|
|
|
|
.bar-title .button + [class*="button"]:last-child, |
|
|
|
|
.bar-title [class*="button"].pull-right { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
right: 10px; |
|
|
|
|
} |
|
|
|
|
.bar-title .button:active, |
|
|
|
|
.bar-title .button-prev:active, |
|
|
|
|
.bar-title .button-next:active { |
|
|
|
|
color: #007aff; |
|
|
|
|
background-color: transparent; |
|
|
|
|
opacity: .3; |
|
|
|
|
} |
|
|
|
|
.bar-title .button-prev:before, |
|
|
|
|
.bar-title .button-prev:after, |
|
|
|
|
.bar-title .button-next:before, |
|
|
|
|
.bar-title .button-next:after { |
|
|
|
|
position: absolute; |
|
|
|
|
display: block; |
|
|
|
|
width: 15px; |
|
|
|
|
height: 3px; |
|
|
|
|
background-color: #007aff; |
|
|
|
|
content: ''; |
|
|
|
|
} |
|
|
|
|
.bar-title .button-prev { |
|
|
|
|
padding-left: 20px; |
|
|
|
|
margin-left: -5px; |
|
|
|
|
} |
|
|
|
|
.bar-title .button-next { |
|
|
|
|
padding-right: 20px; |
|
|
|
|
margin-right: -5px; |
|
|
|
|
} |
|
|
|
|
.bar-title .button-prev:before, |
|
|
|
|
.bar-title .button-prev:after { |
|
|
|
|
left: 0; |
|
|
|
|
} |
|
|
|
|
.bar-title .button-next:before, |
|
|
|
|
.bar-title .button-next:after { |
|
|
|
|
right: 0; |
|
|
|
|
} |
|
|
|
|
.bar-title .button-prev:before, |
|
|
|
|
.bar-title .button-next:before { |
|
|
|
|
top: 16px; |
|
|
|
|
} |
|
|
|
|
.bar-title .button-prev:after, |
|
|
|
|
.bar-title .button-next:after { |
|
|
|
|
top: 25px; |
|
|
|
|
} |
|
|
|
|
.bar-title .button-prev:before, |
|
|
|
|
.bar-title .button-next:after { |
|
|
|
|
-webkit-transform: rotate(-45deg); |
|
|
|
|
transform: rotate(-45deg); |
|
|
|
|
} |
|
|
|
|
.bar-title .button-prev:after, |
|
|
|
|
.bar-title .button-next:before { |
|
|
|
|
-webkit-transform: rotate(45deg); |
|
|
|
|
transform: rotate(45deg); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[class*="bar"] .button-block { |
|
|
|
|
padding: 7px 0; |
|
|
|
|
margin-top: 6px; |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
|
[class*="bar"] .button-block:active { |
|
|
|
|
padding: 7px 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
input[type="submit"], |
|
|
|
|
input[type="reset"], |
|
|
|
|
input[type="button"], |
|
|
|
|
.button-block { |
|
|
|
|
input[type="button"] { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -800,10 +769,11 @@ input[type="button"],
|
|
|
|
|
.segmented-controller { |
|
|
|
|
display: -webkit-box; |
|
|
|
|
display: box; |
|
|
|
|
padding: 0; |
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
font-size: 12px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-weight: 400; |
|
|
|
|
list-style: none; |
|
|
|
|
background-color: transparent; |
|
|
|
|
border: 1px solid #007aff; |
|
|
|
@ -821,9 +791,9 @@ input[type="button"],
|
|
|
|
|
} |
|
|
|
|
.segmented-controller li > a { |
|
|
|
|
display: block; |
|
|
|
|
padding: 8px 16px; |
|
|
|
|
padding: 7px 16px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
line-height: 15px; |
|
|
|
|
line-height: 1; |
|
|
|
|
color: #007aff; |
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
} |
|
|
|
@ -845,6 +815,18 @@ input[type="button"],
|
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[class*="bar-"] .segmented-controller { |
|
|
|
|
margin-top: 9px; |
|
|
|
|
margin-bottom: 8px; |
|
|
|
|
-webkit-box-flex: 1; |
|
|
|
|
box-flex: 1; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[class*="bar-"] .segmented-controller + [class*="button"], |
|
|
|
|
[class*="bar-"] [class*="button"] + .segmented-controller { |
|
|
|
|
margin-left: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.popover { |
|
|
|
|
position: fixed; |
|
|
|
|
top: 55px; |
|
|
|
@ -994,6 +976,7 @@ input[type="button"],
|
|
|
|
|
} |
|
|
|
|
.slider > ul { |
|
|
|
|
position: relative; |
|
|
|
|
padding: 0; |
|
|
|
|
font-size: 0; |
|
|
|
|
white-space: nowrap; |
|
|
|
|
-webkit-transition: all 0 linear; |
|
|
|
|