|
|
|
@ -424,6 +424,75 @@ p {
|
|
|
|
|
box-shadow: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-nav .btn { |
|
|
|
|
position: relative; |
|
|
|
|
z-index: 10; |
|
|
|
|
padding: 6px 12px; |
|
|
|
|
margin-top: 8px; |
|
|
|
|
font-weight: 400; |
|
|
|
|
} |
|
|
|
|
.bar-nav .btn.pull-right { |
|
|
|
|
margin-left: 10px; |
|
|
|
|
} |
|
|
|
|
.bar-nav .btn.pull-left { |
|
|
|
|
margin-right: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-nav .btn-link { |
|
|
|
|
padding: 0; |
|
|
|
|
margin-top: 0; |
|
|
|
|
font-size: 16px; |
|
|
|
|
color: #428bca; |
|
|
|
|
line-height: 44px; |
|
|
|
|
border: none; |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
.bar-nav .btn-link:active, .bar-nav .btn-link.active { |
|
|
|
|
color: #3071a9; |
|
|
|
|
} |
|
|
|
|
.bar-nav .btn-link.pull-left { |
|
|
|
|
margin-left: 5px; |
|
|
|
|
} |
|
|
|
|
.bar-nav .btn-link.pull-left .icon { |
|
|
|
|
margin-right: -3px; |
|
|
|
|
margin-left: -8px; |
|
|
|
|
} |
|
|
|
|
.bar-nav .btn-link.pull-right { |
|
|
|
|
margin-right: 5px; |
|
|
|
|
} |
|
|
|
|
.bar-nav .btn-link.pull-right .icon { |
|
|
|
|
margin-right: -8px; |
|
|
|
|
margin-left: -3px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar .btn-block { |
|
|
|
|
padding: 7px 0 6px; |
|
|
|
|
margin-top: 5px; |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
font-size: 16px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar input[type="search"] { |
|
|
|
|
height: 29px; |
|
|
|
|
margin: 6px 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar .segmented-control { |
|
|
|
|
top: 8px; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar .icon { |
|
|
|
|
font-size: 24px; |
|
|
|
|
margin-top: 11px; |
|
|
|
|
} |
|
|
|
|
.bar .icon.pull-left { |
|
|
|
|
margin-left: -3px; |
|
|
|
|
} |
|
|
|
|
.bar .icon.pull-right { |
|
|
|
|
margin-right: -3px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.card { |
|
|
|
|
width: auto; |
|
|
|
|
overflow: hidden; |
|
|
|
@ -438,6 +507,10 @@ p {
|
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.card .table-view li:last-child { |
|
|
|
|
border: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.table-view { |
|
|
|
|
padding: 0; |
|
|
|
|
margin: 0; |
|
|
|
@ -499,20 +572,36 @@ p {
|
|
|
|
|
z-index: 1; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.card .table-view li:last-child { |
|
|
|
|
border: 0; |
|
|
|
|
.table-view .btn { |
|
|
|
|
margin-top: -1px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.popover .table-view { |
|
|
|
|
width: auto; |
|
|
|
|
max-height: 300px; |
|
|
|
|
margin-right: 0; |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
margin-left: 0; |
|
|
|
|
overflow: auto; |
|
|
|
|
background-color: #fff; |
|
|
|
|
border-radius: 6px; |
|
|
|
|
-webkit-overflow-scrolling: touch; |
|
|
|
|
.table-view .badge { |
|
|
|
|
margin-top: 2px; |
|
|
|
|
} |
|
|
|
|
.table-view .badge.pull-left { |
|
|
|
|
margin-right: 5px; |
|
|
|
|
} |
|
|
|
|
.table-view .badge.pull-right { |
|
|
|
|
margin-left: 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.table-view .toggle { |
|
|
|
|
margin-top: -4px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.table-view .icon { |
|
|
|
|
margin-top: 3px; |
|
|
|
|
font-size: inherit; |
|
|
|
|
} |
|
|
|
|
.table-view .icon.icon-left, .table-view .icon.icon-right { |
|
|
|
|
color: #bbb; |
|
|
|
|
} |
|
|
|
|
.table-view .icon.pull-left { |
|
|
|
|
margin-right: 5px; |
|
|
|
|
} |
|
|
|
|
.table-view .icon.pull-right { |
|
|
|
|
margin-left: 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
input, |
|
|
|
@ -625,11 +714,6 @@ select {
|
|
|
|
|
border: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar input[type="search"] { |
|
|
|
|
height: 29px; |
|
|
|
|
margin: 6px 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.btn { |
|
|
|
|
position: relative; |
|
|
|
|
display: inline-block; |
|
|
|
@ -724,63 +808,33 @@ input[type="button"] {
|
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-nav .btn { |
|
|
|
|
position: relative; |
|
|
|
|
z-index: 10; |
|
|
|
|
padding: 6px 12px; |
|
|
|
|
margin-top: 8px; |
|
|
|
|
font-weight: 400; |
|
|
|
|
} |
|
|
|
|
.bar-nav .btn.pull-right { |
|
|
|
|
margin-left: 10px; |
|
|
|
|
} |
|
|
|
|
.bar-nav .btn.pull-left { |
|
|
|
|
margin-right: 10px; |
|
|
|
|
} |
|
|
|
|
.bar-nav .btn.btn-link { |
|
|
|
|
padding: 0; |
|
|
|
|
margin-top: 0; |
|
|
|
|
font-size: 16px; |
|
|
|
|
color: #428bca; |
|
|
|
|
line-height: 44px; |
|
|
|
|
border: none; |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
.bar-nav .btn.btn-link:active, .bar-nav .btn.btn-link.active { |
|
|
|
|
color: #3071a9; |
|
|
|
|
.btn .badge { |
|
|
|
|
font-size: 12px; |
|
|
|
|
padding-top: 2px; |
|
|
|
|
padding-bottom: 2px; |
|
|
|
|
margin: -2px -4px -2px 4px; |
|
|
|
|
background-color: rgba(0, 0, 0, 0.15); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar .btn-block { |
|
|
|
|
padding: 7px 0 6px; |
|
|
|
|
margin-top: 5px; |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
font-size: 16px; |
|
|
|
|
.btn .badge-inverted, |
|
|
|
|
.btn:active .badge-inverted { |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.popover .btn-block { |
|
|
|
|
margin-bottom: 5px; |
|
|
|
|
} |
|
|
|
|
.popover .btn-block:last-child { |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
.btn-primary:active .badge-inverted, |
|
|
|
|
.btn-positive:active .badge-inverted, |
|
|
|
|
.btn-negative:active .badge-inverted { |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar-nav .btn-link.pull-left { |
|
|
|
|
margin-left: 5px; |
|
|
|
|
} |
|
|
|
|
.bar-nav .btn-link.pull-left .icon { |
|
|
|
|
margin-right: -3px; |
|
|
|
|
margin-left: -8px; |
|
|
|
|
} |
|
|
|
|
.bar-nav .btn-link.pull-right { |
|
|
|
|
margin-right: 5px; |
|
|
|
|
} |
|
|
|
|
.bar-nav .btn-link.pull-right .icon { |
|
|
|
|
margin-right: -8px; |
|
|
|
|
margin-left: -3px; |
|
|
|
|
.btn-block .badge { |
|
|
|
|
position: absolute; |
|
|
|
|
right: 0; |
|
|
|
|
margin-right: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.table-view .btn { |
|
|
|
|
margin-top: -1px; |
|
|
|
|
.btn .icon { |
|
|
|
|
font-size: inherit; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.badge { |
|
|
|
@ -821,41 +875,6 @@ input[type="button"] {
|
|
|
|
|
color: #d9534f; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.btn .badge { |
|
|
|
|
font-size: 12px; |
|
|
|
|
padding-top: 2px; |
|
|
|
|
padding-bottom: 2px; |
|
|
|
|
margin: -2px -4px -2px 4px; |
|
|
|
|
background-color: rgba(0, 0, 0, 0.15); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.btn .badge-inverted, |
|
|
|
|
.btn:active .badge-inverted { |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.btn-primary:active .badge-inverted, |
|
|
|
|
.btn-positive:active .badge-inverted, |
|
|
|
|
.btn-negative:active .badge-inverted { |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.btn-block .badge { |
|
|
|
|
position: absolute; |
|
|
|
|
right: 0; |
|
|
|
|
margin-right: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.table-view .badge { |
|
|
|
|
margin-top: 2px; |
|
|
|
|
} |
|
|
|
|
.table-view .badge.pull-left { |
|
|
|
|
margin-right: 5px; |
|
|
|
|
} |
|
|
|
|
.table-view .badge.pull-right { |
|
|
|
|
margin-left: 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.segmented-control { |
|
|
|
|
position: relative; |
|
|
|
|
display: table; |
|
|
|
@ -959,11 +978,6 @@ input[type="button"] {
|
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar .segmented-control { |
|
|
|
|
top: 8px; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.popover { |
|
|
|
|
position: fixed; |
|
|
|
|
top: 55px; |
|
|
|
@ -1010,6 +1024,25 @@ input[type="button"] {
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.15); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.popover .btn-block { |
|
|
|
|
margin-bottom: 5px; |
|
|
|
|
} |
|
|
|
|
.popover .btn-block:last-child { |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.popover .table-view { |
|
|
|
|
width: auto; |
|
|
|
|
max-height: 300px; |
|
|
|
|
margin-right: 0; |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
margin-left: 0; |
|
|
|
|
overflow: auto; |
|
|
|
|
background-color: #fff; |
|
|
|
|
border-radius: 6px; |
|
|
|
|
-webkit-overflow-scrolling: touch; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.modal { |
|
|
|
|
position: fixed; |
|
|
|
|
top: 0; |
|
|
|
@ -1042,7 +1075,7 @@ input[type="button"] {
|
|
|
|
|
overflow: hidden; |
|
|
|
|
background-color: #000; |
|
|
|
|
} |
|
|
|
|
.slider .slides { |
|
|
|
|
.slider .slide-group { |
|
|
|
|
position: relative; |
|
|
|
|
padding: 0; |
|
|
|
|
font-size: 0; |
|
|
|
@ -1050,13 +1083,13 @@ input[type="button"] {
|
|
|
|
|
-webkit-transition: all 0 linear; |
|
|
|
|
transition: all 0 linear; |
|
|
|
|
} |
|
|
|
|
.slider .slides .slide { |
|
|
|
|
.slider .slide-group .slide { |
|
|
|
|
display: inline-block; |
|
|
|
|
vertical-align: top; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
.slider .slides .slide > * { |
|
|
|
|
.slider .slide-group .slide > * { |
|
|
|
|
font-size: 14px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1116,10 +1149,6 @@ input[type="button"] {
|
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.table-view .toggle { |
|
|
|
|
margin-top: -4px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.content.fade { |
|
|
|
|
left: 0; |
|
|
|
|
opacity: 0; |
|
|
|
@ -1238,32 +1267,3 @@ input[type="button"] {
|
|
|
|
|
.icon-up:before { |
|
|
|
|
content: '\e802'; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.btn .icon { |
|
|
|
|
font-size: inherit; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bar .icon { |
|
|
|
|
font-size: 24px; |
|
|
|
|
margin-top: 11px; |
|
|
|
|
} |
|
|
|
|
.bar .icon.pull-left { |
|
|
|
|
margin-left: -3px; |
|
|
|
|
} |
|
|
|
|
.bar .icon.pull-right { |
|
|
|
|
margin-right: -3px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.table-view .icon { |
|
|
|
|
margin-top: 3px; |
|
|
|
|
font-size: inherit; |
|
|
|
|
} |
|
|
|
|
.table-view .icon.icon-left, .table-view .icon.icon-right { |
|
|
|
|
color: #bbb; |
|
|
|
|
} |
|
|
|
|
.table-view .icon.pull-left { |
|
|
|
|
margin-right: 5px; |
|
|
|
|
} |
|
|
|
|
.table-view .icon.pull-right { |
|
|
|
|
margin-left: 5px; |
|
|
|
|
} |
|
|
|
|