Move css to vue files
parent
e469d2065c
commit
ae91cdfa13
|
@ -1,30 +1,9 @@
|
|||
@import '../../components/common/Common.css';
|
||||
@import '../../components/button/Button.css';
|
||||
@import '../../components/checkbox/Checkbox.css';
|
||||
@import '../../components/chips/Chips.css';
|
||||
@import '../../components/dataview/DataView.css';
|
||||
@import '../../components/dialog/Dialog.css';
|
||||
@import '../../components/dropdown/Dropdown.css';
|
||||
@import '../../components/fieldset/Fieldset.css';
|
||||
@import '../../components/fileupload/FileUpload.css';
|
||||
@import '../../components/inputtext/InputText.css';
|
||||
@import '../../components/inputswitch/InputSwitch.css';
|
||||
@import '../../components/listbox/Listbox.css';
|
||||
@import '../../components/menu/Menu.css';
|
||||
@import '../../components/message/Message.css';
|
||||
@import '../../components/multiselect/MultiSelect.css';
|
||||
@import '../../components/overlaypanel/OverlayPanel.css';
|
||||
@import '../../components/panel/Panel.css';
|
||||
@import '../../components/password/Password.css';
|
||||
@import '../../components/progressbar/ProgressBar.css';
|
||||
@import '../../components/radiobutton/RadioButton.css';
|
||||
@import '../../components/rating/Rating.css';
|
||||
@import '../../components/sidebar/Sidebar.css';
|
||||
@import '../../components/slider/Slider.css';
|
||||
@import '../../components/spinner/Spinner.css';
|
||||
@import '../../components/splitbutton/SplitButton.css';
|
||||
@import '../../components/tabview/TabView.css';
|
||||
@import '../../components/textarea/Textarea.css';
|
||||
@import '../../components/toast/Toast.css';
|
||||
@import '../../components/toolbar/Toolbar.css';
|
||||
@import '../../components/validationmessage/ValidationMessage.css';
|
||||
@import '../../components/splitbutton/SplitButton.css';
|
|
@ -1,59 +0,0 @@
|
|||
.p-chips > ul.p-inputtext {
|
||||
clear: left;
|
||||
cursor: text;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0 .25em;
|
||||
}
|
||||
|
||||
.p-chips-token {
|
||||
cursor: default;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
overflow: hidden;
|
||||
padding: .125em .5em;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
margin-right: .125em;
|
||||
border: 0 none;
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
.p-chips-token .p-chips-token-label {
|
||||
display: block;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
.p-chips > .p-disabled .p-chips-token-label {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.p-chips-token .p-chips-token-icon {
|
||||
margin-top: -.5em;
|
||||
position: absolute;
|
||||
right: 0.2em;
|
||||
top: 50%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-chips-input-token {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
list-style-type: none;
|
||||
margin: 0 0 0 .125em;
|
||||
padding: .25em .25em .25em 0;
|
||||
}
|
||||
|
||||
.p-chips-input-token .p-inputtext {
|
||||
border: 0 none;
|
||||
width: 10em;
|
||||
outline: medium none;
|
||||
background-color: transparent;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-shadow: none;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
|
@ -88,5 +88,63 @@ export default {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.p-chips > ul.p-inputtext {
|
||||
clear: left;
|
||||
cursor: text;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0 .25em;
|
||||
}
|
||||
|
||||
.p-chips-token {
|
||||
cursor: default;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
overflow: hidden;
|
||||
padding: .125em .5em;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
margin-right: .125em;
|
||||
border: 0 none;
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
.p-chips-token .p-chips-token-label {
|
||||
display: block;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
.p-chips > .p-disabled .p-chips-token-label {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.p-chips-token .p-chips-token-icon {
|
||||
margin-top: -.5em;
|
||||
position: absolute;
|
||||
right: 0.2em;
|
||||
top: 50%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-chips-input-token {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
list-style-type: none;
|
||||
margin: 0 0 0 .125em;
|
||||
padding: .25em .25em .25em 0;
|
||||
}
|
||||
|
||||
.p-chips-input-token .p-inputtext {
|
||||
border: 0 none;
|
||||
width: 10em;
|
||||
outline: medium none;
|
||||
background-color: transparent;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-shadow: none;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
.p-dataview .p-paginator {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.p-dataview-column {
|
||||
padding: .25em;
|
||||
}
|
||||
|
||||
.p-dataview-content-empty {
|
||||
padding: .25em .625em;
|
||||
}
|
||||
|
||||
.p-dataview .p-dataview-header,
|
||||
.p-dataview .p-dataview-footer {
|
||||
text-align: center;
|
||||
padding: .5em .75em;
|
||||
}
|
||||
|
||||
.p-dataview .p-dataview-header {
|
||||
border-bottom: 0 none;
|
||||
}
|
||||
|
||||
.p-dataview .p-dataview-footer {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
||||
.p-dataview .p-paginator-top {
|
||||
border-bottom: 0 none;
|
||||
}
|
||||
|
||||
.p-dataview .p-paginator-bottom {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
||||
.p-dataview.p-dataview-list > .p-dataview-content > div.p-grid > div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.p-dataview-loading-icon {
|
||||
font-size: 2em;
|
||||
}
|
|
@ -211,4 +211,48 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-dataview .p-paginator {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.p-dataview-column {
|
||||
padding: .25em;
|
||||
}
|
||||
|
||||
.p-dataview-content-empty {
|
||||
padding: .25em .625em;
|
||||
}
|
||||
|
||||
.p-dataview .p-dataview-header,
|
||||
.p-dataview .p-dataview-footer {
|
||||
text-align: center;
|
||||
padding: .5em .75em;
|
||||
}
|
||||
|
||||
.p-dataview .p-dataview-header {
|
||||
border-bottom: 0 none;
|
||||
}
|
||||
|
||||
.p-dataview .p-dataview-footer {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
||||
.p-dataview .p-paginator-top {
|
||||
border-bottom: 0 none;
|
||||
}
|
||||
|
||||
.p-dataview .p-paginator-bottom {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
||||
.p-dataview.p-dataview-list > .p-dataview-content > div.p-grid > div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.p-dataview-loading-icon {
|
||||
font-size: 2em;
|
||||
}
|
||||
</style>
|
|
@ -1,136 +0,0 @@
|
|||
.p-dialog {
|
||||
position: fixed;
|
||||
padding: 0;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
}
|
||||
.p-dialog-visible {
|
||||
display: block;
|
||||
}
|
||||
.p-dialog .p-dialog-titlebar {
|
||||
padding: .5em .75em;
|
||||
position: relative;
|
||||
border: 0;
|
||||
}
|
||||
.p-dialog .p-dialog-content {
|
||||
position: relative;
|
||||
border: 0;
|
||||
padding: .5em .75em;
|
||||
background: none;
|
||||
zoom: 1;
|
||||
}
|
||||
.p-dialog-resizable .p-dialog-content {
|
||||
overflow: auto;
|
||||
}
|
||||
.p-dialog .p-resizable-handle {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
right: 3px;
|
||||
bottom: 3px;
|
||||
position: absolute;
|
||||
font-size: .1px;
|
||||
display: block;
|
||||
cursor: se-resize;
|
||||
}
|
||||
.p-draggable .p-dialog-titlebar {
|
||||
cursor: move;
|
||||
}
|
||||
.p-dialog .p-dialog-titlebar-icons {
|
||||
float: right;
|
||||
}
|
||||
.p-dialog .p-dialog-titlebar-icons:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
.p-dialog .p-dialog-titlebar-icon {
|
||||
text-decoration: none;
|
||||
padding: .125em;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.p-dialog .p-dialog-titlebar-icon span {
|
||||
display: block;
|
||||
margin: 0;
|
||||
}
|
||||
.p-dialog-footer {
|
||||
padding: 1em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.p-dialog-mask {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* ConfirmDialog */
|
||||
.p-confirmdialog {
|
||||
width: 30em;
|
||||
}
|
||||
|
||||
.p-confirmdialog.p-dialog .p-dialog-content {
|
||||
padding: 1em 2em;
|
||||
}
|
||||
.p-confirmdialog .p-dialog-content .p-confirmdialog-icon {
|
||||
font-size: 1.5em;
|
||||
vertical-align: middle;
|
||||
margin-right: .5em;
|
||||
}
|
||||
.p-confirmdialog .p-dialog-content .p-confirmdialog-message {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Fluid */
|
||||
.p-fluid .p-dialog-footer .p-button {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* RTL */
|
||||
.p-rtl .p-dialog .p-dialog-titlebar-close {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.p-rtl .p-dialog .p-dialog-footer {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 40em) {
|
||||
.p-confirmdialog {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Animation */
|
||||
.p-dialog-enter-active {
|
||||
transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
|
||||
}
|
||||
|
||||
.p-dialog-leave-active {
|
||||
transition: all 75ms cubic-bezier(0.4, 0.0, 0.2, 1);
|
||||
}
|
||||
|
||||
.p-dialog-enter,
|
||||
.p-dialog-leave-to {
|
||||
opacity: 0;
|
||||
transform: translateX(-50%) translateY(-50%) scale(0.7);
|
||||
}
|
||||
|
||||
/* Maximize */
|
||||
.p-dialog-maximized {
|
||||
-webkit-transition: none;
|
||||
transition: none;
|
||||
transform: none;
|
||||
width: 100vw !important;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-dialog-maximized .p-dialog-content {
|
||||
-webkit-transition: height .3s;
|
||||
transition: height .3s;
|
||||
}
|
|
@ -104,3 +104,142 @@ export default {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-dialog {
|
||||
position: fixed;
|
||||
padding: 0;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
}
|
||||
.p-dialog-visible {
|
||||
display: block;
|
||||
}
|
||||
.p-dialog .p-dialog-titlebar {
|
||||
padding: .5em .75em;
|
||||
position: relative;
|
||||
border: 0;
|
||||
}
|
||||
.p-dialog .p-dialog-content {
|
||||
position: relative;
|
||||
border: 0;
|
||||
padding: .5em .75em;
|
||||
background: none;
|
||||
zoom: 1;
|
||||
}
|
||||
.p-dialog-resizable .p-dialog-content {
|
||||
overflow: auto;
|
||||
}
|
||||
.p-dialog .p-resizable-handle {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
right: 3px;
|
||||
bottom: 3px;
|
||||
position: absolute;
|
||||
font-size: .1px;
|
||||
display: block;
|
||||
cursor: se-resize;
|
||||
}
|
||||
.p-draggable .p-dialog-titlebar {
|
||||
cursor: move;
|
||||
}
|
||||
.p-dialog .p-dialog-titlebar-icons {
|
||||
float: right;
|
||||
}
|
||||
.p-dialog .p-dialog-titlebar-icons:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
.p-dialog .p-dialog-titlebar-icon {
|
||||
text-decoration: none;
|
||||
padding: .125em;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.p-dialog .p-dialog-titlebar-icon span {
|
||||
display: block;
|
||||
margin: 0;
|
||||
}
|
||||
.p-dialog-footer {
|
||||
padding: 1em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.p-dialog-mask {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* ConfirmDialog */
|
||||
.p-confirmdialog {
|
||||
width: 30em;
|
||||
}
|
||||
|
||||
.p-confirmdialog.p-dialog .p-dialog-content {
|
||||
padding: 1em 2em;
|
||||
}
|
||||
.p-confirmdialog .p-dialog-content .p-confirmdialog-icon {
|
||||
font-size: 1.5em;
|
||||
vertical-align: middle;
|
||||
margin-right: .5em;
|
||||
}
|
||||
.p-confirmdialog .p-dialog-content .p-confirmdialog-message {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Fluid */
|
||||
.p-fluid .p-dialog-footer .p-button {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* RTL */
|
||||
.p-rtl .p-dialog .p-dialog-titlebar-close {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.p-rtl .p-dialog .p-dialog-footer {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 40em) {
|
||||
.p-confirmdialog {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Animation */
|
||||
.p-dialog-enter-active {
|
||||
transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
|
||||
}
|
||||
|
||||
.p-dialog-leave-active {
|
||||
transition: all 75ms cubic-bezier(0.4, 0.0, 0.2, 1);
|
||||
}
|
||||
|
||||
.p-dialog-enter,
|
||||
.p-dialog-leave-to {
|
||||
opacity: 0;
|
||||
transform: translateX(-50%) translateY(-50%) scale(0.7);
|
||||
}
|
||||
|
||||
/* Maximize */
|
||||
.p-dialog-maximized {
|
||||
-webkit-transition: none;
|
||||
transition: none;
|
||||
transform: none;
|
||||
width: 100vw !important;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.p-dialog-maximized .p-dialog-content {
|
||||
-webkit-transition: height .3s;
|
||||
transition: height .3s;
|
||||
}
|
||||
</style>
|
|
@ -1,123 +0,0 @@
|
|||
.p-dropdown {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-dropdown .p-dropdown-clear-icon {
|
||||
position: absolute;
|
||||
right: 2em;
|
||||
top: 50%;
|
||||
font-size: 1em;
|
||||
height: 1em;
|
||||
margin-top: -.5em;
|
||||
}
|
||||
|
||||
.p-dropdown .p-dropdown-trigger {
|
||||
border-right: none;
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
cursor: pointer;
|
||||
width: 1.5em;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
padding: 0 .25em;
|
||||
}
|
||||
|
||||
.p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -.5em;
|
||||
margin-left: -.5em;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.p-dropdown .p-dropdown-label {
|
||||
display: block;
|
||||
border: none;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
font-weight: normal;
|
||||
width: 100%;
|
||||
padding-right: 1.5em;
|
||||
}
|
||||
|
||||
.p-dropdown .p-dropdown-item-empty,
|
||||
.p-dropdown .p-dropdown-label-empty {
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.p-dropdown.p-disabled .p-dropdown-trigger,
|
||||
.p-dropdown.p-disabled .p-dropdown-label {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.p-dropdown label.p-dropdown-label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-dropdown input.p-dropdown-label {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.p-dropdown .p-dropdown-panel {
|
||||
min-width: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.p-dropdown-panel {
|
||||
position: absolute;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.p-dropdown-panel .p-dropdown-items-wrapper {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.p-dropdown-panel .p-dropdown-item {
|
||||
font-weight: normal;
|
||||
border: 0 none;
|
||||
cursor: pointer;
|
||||
margin: 1px 0;
|
||||
padding: .125em .25em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.p-dropdown-panel .p-dropdown-item-group {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.p-dropdown-panel .p-dropdown-list {
|
||||
padding: 0.4em;
|
||||
border: 0 none;
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.p-dropdown-panel .p-dropdown-filter {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding-right: 1.5em;
|
||||
}
|
||||
|
||||
.p-dropdown-panel .p-dropdown-filter-container {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0.4em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon {
|
||||
position: absolute;
|
||||
top: .8em;
|
||||
right: 1em;
|
||||
}
|
||||
|
||||
/** Dropdown **/
|
||||
.p-fluid .p-dropdown {
|
||||
width: 100%;
|
||||
}
|
|
@ -386,3 +386,129 @@ export default {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-dropdown {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-dropdown .p-dropdown-clear-icon {
|
||||
position: absolute;
|
||||
right: 2em;
|
||||
top: 50%;
|
||||
font-size: 1em;
|
||||
height: 1em;
|
||||
margin-top: -.5em;
|
||||
}
|
||||
|
||||
.p-dropdown .p-dropdown-trigger {
|
||||
border-right: none;
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
cursor: pointer;
|
||||
width: 1.5em;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
padding: 0 .25em;
|
||||
}
|
||||
|
||||
.p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -.5em;
|
||||
margin-left: -.5em;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.p-dropdown .p-dropdown-label {
|
||||
display: block;
|
||||
border: none;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
font-weight: normal;
|
||||
width: 100%;
|
||||
padding-right: 1.5em;
|
||||
}
|
||||
|
||||
.p-dropdown .p-dropdown-item-empty,
|
||||
.p-dropdown .p-dropdown-label-empty {
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.p-dropdown.p-disabled .p-dropdown-trigger,
|
||||
.p-dropdown.p-disabled .p-dropdown-label {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.p-dropdown label.p-dropdown-label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-dropdown input.p-dropdown-label {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.p-dropdown .p-dropdown-panel {
|
||||
min-width: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.p-dropdown-panel {
|
||||
position: absolute;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.p-dropdown-panel .p-dropdown-items-wrapper {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.p-dropdown-panel .p-dropdown-item {
|
||||
font-weight: normal;
|
||||
border: 0 none;
|
||||
cursor: pointer;
|
||||
margin: 1px 0;
|
||||
padding: .125em .25em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.p-dropdown-panel .p-dropdown-item-group {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.p-dropdown-panel .p-dropdown-list {
|
||||
padding: 0.4em;
|
||||
border: 0 none;
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.p-dropdown-panel .p-dropdown-filter {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding-right: 1.5em;
|
||||
}
|
||||
|
||||
.p-dropdown-panel .p-dropdown-filter-container {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0.4em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon {
|
||||
position: absolute;
|
||||
top: .8em;
|
||||
right: 1em;
|
||||
}
|
||||
|
||||
/** Dropdown **/
|
||||
.p-fluid .p-dropdown {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
|
@ -1,45 +0,0 @@
|
|||
.p-fieldset,
|
||||
.p-fieldset .p-fieldset-legend {
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
|
||||
.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 0.5em 1em;
|
||||
cursor:pointer;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.p-fieldset .p-fieldset-toggler {
|
||||
margin-right: .1em;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-fieldset .p-fieldset-legend-text {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-fieldset-content-wrapper-enter,
|
||||
.p-fieldset-content-wrapper-leave-to {
|
||||
max-height: 0;
|
||||
}
|
||||
|
||||
.p-fieldset-content-wrapper-enter-to,
|
||||
.p-fieldset-content-wrapper-leave {
|
||||
max-height: 1000px;
|
||||
}
|
||||
|
||||
.p-fieldset-content-wrapper-leave-active {
|
||||
overflow: hidden;
|
||||
transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);
|
||||
}
|
||||
|
||||
.p-fieldset-content-wrapper-enter-active {
|
||||
overflow: hidden;
|
||||
transition: max-height 1s ease-in-out;
|
||||
}
|
|
@ -47,5 +47,49 @@ export default {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.p-fieldset,
|
||||
.p-fieldset .p-fieldset-legend {
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
|
||||
.p-fieldset-toggleable .p-fieldset-legend {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.p-fieldset-toggleable .p-fieldset-legend a {
|
||||
padding: 0.5em 1em;
|
||||
cursor:pointer;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.p-fieldset .p-fieldset-toggler {
|
||||
margin-right: .1em;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-fieldset .p-fieldset-legend-text {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-fieldset-content-wrapper-enter,
|
||||
.p-fieldset-content-wrapper-leave-to {
|
||||
max-height: 0;
|
||||
}
|
||||
|
||||
.p-fieldset-content-wrapper-enter-to,
|
||||
.p-fieldset-content-wrapper-leave {
|
||||
max-height: 1000px;
|
||||
}
|
||||
|
||||
.p-fieldset-content-wrapper-leave-active {
|
||||
overflow: hidden;
|
||||
transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);
|
||||
}
|
||||
|
||||
.p-fieldset-content-wrapper-enter-active {
|
||||
overflow: hidden;
|
||||
transition: max-height 1s ease-in-out;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1,93 +0,0 @@
|
|||
/*
|
||||
* FileUpload
|
||||
*/
|
||||
.p-fileupload-buttonbar .p-fileupload-choose.p-disabled input {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.p-fileupload-buttonbar {
|
||||
padding: .5em;
|
||||
border-bottom: 0 none;
|
||||
}
|
||||
|
||||
.p-fileupload-buttonbar .p-button {
|
||||
vertical-align: middle;
|
||||
margin-right: .25em;
|
||||
}
|
||||
|
||||
.p-fileupload-content {
|
||||
padding: 1em;
|
||||
position: relative;
|
||||
transition: border-color .3s;
|
||||
}
|
||||
|
||||
.p-fileupload-content.p-fileupload-highlight {
|
||||
border-color: #156090;
|
||||
}
|
||||
|
||||
.p-fileupload-files img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.p-fileupload-files {
|
||||
display: table;
|
||||
}
|
||||
|
||||
.p-fileupload-row {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.p-fileupload-row > div {
|
||||
display: table-cell;
|
||||
padding: .5em 1em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-fileupload-content .p-progressbar {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
left: 0;
|
||||
height: .25em;
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
.p-fileupload-content .p-progressbar-value {
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
/* Simple */
|
||||
.p-fileupload-choose {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.p-fileupload-choose input[type=file] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
opacity: 0;
|
||||
min-height: 100%;
|
||||
font-size: 100px;
|
||||
text-align: right;
|
||||
filter: alpha(opacity=0);
|
||||
direction: ltr;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-fileupload-choose.p-fileupload-choose-selected input[type=file] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* p-fluid */
|
||||
.p-fluid .p-fileupload .p-button {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.p-fluid .p-fileupload-content .p-button-icon-only {
|
||||
width: 2em;
|
||||
}
|
|
@ -303,5 +303,92 @@ export default {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.p-fileupload-buttonbar .p-fileupload-choose.p-disabled input {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.p-fileupload-buttonbar {
|
||||
padding: .5em;
|
||||
border-bottom: 0 none;
|
||||
}
|
||||
|
||||
.p-fileupload-buttonbar .p-button {
|
||||
vertical-align: middle;
|
||||
margin-right: .25em;
|
||||
}
|
||||
|
||||
.p-fileupload-content {
|
||||
padding: 1em;
|
||||
position: relative;
|
||||
transition: border-color .3s;
|
||||
}
|
||||
|
||||
.p-fileupload-content.p-fileupload-highlight {
|
||||
border-color: #156090;
|
||||
}
|
||||
|
||||
.p-fileupload-files img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.p-fileupload-files {
|
||||
display: table;
|
||||
}
|
||||
|
||||
.p-fileupload-row {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.p-fileupload-row > div {
|
||||
display: table-cell;
|
||||
padding: .5em 1em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-fileupload-content .p-progressbar {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
left: 0;
|
||||
height: .25em;
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
.p-fileupload-content .p-progressbar-value {
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
.p-fileupload-choose {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.p-fileupload-choose input[type=file] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
opacity: 0;
|
||||
min-height: 100%;
|
||||
font-size: 100px;
|
||||
text-align: right;
|
||||
filter: alpha(opacity=0);
|
||||
direction: ltr;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-fileupload-choose.p-fileupload-choose-selected input[type=file] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.p-fluid .p-fileupload .p-button {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.p-fluid .p-fileupload-content .p-button-icon-only {
|
||||
width: 2em;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1,36 +0,0 @@
|
|||
.p-inputswitch {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 3em;
|
||||
height: 1.75em;
|
||||
}
|
||||
|
||||
.p-inputswitch-slider {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
-webkit-transition: .3s;
|
||||
transition: .3s;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
.p-inputswitch-slider:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
height: 1.250em;
|
||||
width: 1.250em;
|
||||
left: .25em;
|
||||
bottom: .25em;
|
||||
border-radius: 50%;
|
||||
-webkit-transition: .3s;
|
||||
transition: .3s;
|
||||
}
|
||||
|
||||
.p-inputswitch-checked .p-inputswitch-slider:before {
|
||||
-webkit-transform: translateX(1.250em);
|
||||
-ms-transform: translateX(1.250em);
|
||||
transform: translateX(1.250em);
|
||||
}
|
|
@ -51,4 +51,43 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-inputswitch {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 3em;
|
||||
height: 1.75em;
|
||||
}
|
||||
|
||||
.p-inputswitch-slider {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
-webkit-transition: .3s;
|
||||
transition: .3s;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
.p-inputswitch-slider:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
height: 1.250em;
|
||||
width: 1.250em;
|
||||
left: .25em;
|
||||
bottom: .25em;
|
||||
border-radius: 50%;
|
||||
-webkit-transition: .3s;
|
||||
transition: .3s;
|
||||
}
|
||||
|
||||
.p-inputswitch-checked .p-inputswitch-slider:before {
|
||||
-webkit-transform: translateX(1.250em);
|
||||
-ms-transform: translateX(1.250em);
|
||||
transform: translateX(1.250em);
|
||||
}
|
||||
</style>
|
|
@ -1,68 +0,0 @@
|
|||
.p-listbox {
|
||||
padding: .25em;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
.p-listbox .p-listbox-list-wrapper {
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
.p-listbox .p-listbox-list {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.p-listbox .p-listbox-item {
|
||||
padding: .25em;
|
||||
border: 0 none;
|
||||
cursor: pointer;
|
||||
font-weight: normal;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.p-listbox .p-listbox-item > span {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-listbox .p-listbox-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.p-listbox.p-disabled .p-listbox-item {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.p-listbox-header {
|
||||
margin-bottom: 0.3em;
|
||||
padding: .125em .2em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.p-listbox-header .p-checkbox {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-listbox-header .p-listbox-filter-container {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.p-listbox-header.p-listbox-header-w-checkbox .p-listbox-filter-container {
|
||||
width: calc(100% - 2em);
|
||||
}
|
||||
|
||||
.p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon {
|
||||
position: absolute;
|
||||
top: .25em;
|
||||
left: .25em;
|
||||
}
|
||||
|
||||
.p-listbox-header .p-inputtext {
|
||||
padding: .125em .125em .125em 1.25em;
|
||||
width: 100%;
|
||||
}
|
|
@ -221,4 +221,75 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-listbox {
|
||||
padding: .25em;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
.p-listbox .p-listbox-list-wrapper {
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
.p-listbox .p-listbox-list {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.p-listbox .p-listbox-item {
|
||||
padding: .25em;
|
||||
border: 0 none;
|
||||
cursor: pointer;
|
||||
font-weight: normal;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.p-listbox .p-listbox-item > span {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-listbox .p-listbox-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.p-listbox.p-disabled .p-listbox-item {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.p-listbox-header {
|
||||
margin-bottom: 0.3em;
|
||||
padding: .125em .2em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.p-listbox-header .p-checkbox {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-listbox-header .p-listbox-filter-container {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.p-listbox-header.p-listbox-header-w-checkbox .p-listbox-filter-container {
|
||||
width: calc(100% - 2em);
|
||||
}
|
||||
|
||||
.p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon {
|
||||
position: absolute;
|
||||
top: .25em;
|
||||
left: .25em;
|
||||
}
|
||||
|
||||
.p-listbox-header .p-inputtext {
|
||||
padding: .125em .125em .125em 1.25em;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
|
@ -1,60 +0,0 @@
|
|||
.p-messages-wrapper {
|
||||
padding: 1em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.p-messages-icon-container,
|
||||
.p-messages-close-container {
|
||||
flex-basis: auto;
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.p-messages-text {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-messages-icon {
|
||||
padding: 0;
|
||||
margin-right: .25em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-messages .p-messages-summary {
|
||||
font-weight: bold;
|
||||
margin-right: .25em;
|
||||
}
|
||||
|
||||
.p-messages-close {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.p-messages-enter {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.p-messages-enter-active {
|
||||
-webkit-transition: opacity .3s;
|
||||
transition: opacity .3s;
|
||||
}
|
||||
|
||||
.p-messages.p-messages-leave {
|
||||
max-height: 1000px;
|
||||
}
|
||||
|
||||
.p-messages.p-messages-leave-to {
|
||||
max-height: 0;
|
||||
opacity: 0;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.p-messages-leave-active {
|
||||
overflow: hidden;
|
||||
-webkit-transition: max-height .3s cubic-bezier(0, 1, 0, 1), opacity .3s, margin .3s;
|
||||
transition: max-height .3 cubic-bezier(0, 1, 0, 1), opacity .3s, margin .3s;
|
||||
}
|
||||
|
||||
.p-messages-leave-active .p-messages-close {
|
||||
display: none;
|
||||
}
|
|
@ -64,5 +64,64 @@ export default {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.p-messages-wrapper {
|
||||
padding: 1em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.p-messages-icon-container,
|
||||
.p-messages-close-container {
|
||||
flex-basis: auto;
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.p-messages-text {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-messages-icon {
|
||||
padding: 0;
|
||||
margin-right: .25em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-messages .p-messages-summary {
|
||||
font-weight: bold;
|
||||
margin-right: .25em;
|
||||
}
|
||||
|
||||
.p-messages-close {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.p-messages-enter {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.p-messages-enter-active {
|
||||
-webkit-transition: opacity .3s;
|
||||
transition: opacity .3s;
|
||||
}
|
||||
|
||||
.p-messages.p-messages-leave {
|
||||
max-height: 1000px;
|
||||
}
|
||||
|
||||
.p-messages.p-messages-leave-to {
|
||||
max-height: 0;
|
||||
opacity: 0;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.p-messages-leave-active {
|
||||
overflow: hidden;
|
||||
-webkit-transition: max-height .3s cubic-bezier(0, 1, 0, 1), opacity .3s, margin .3s;
|
||||
transition: max-height .3 cubic-bezier(0, 1, 0, 1), opacity .3s, margin .3s;
|
||||
}
|
||||
|
||||
.p-messages-leave-active .p-messages-close {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1,152 +0,0 @@
|
|||
/** MultiSelect **/
|
||||
.p-multiselect {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: auto;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-multiselect .p-multiselect-trigger {
|
||||
border-right: none;
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
cursor: pointer;
|
||||
width: 1.5em;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
padding: 0 .25em;
|
||||
}
|
||||
|
||||
.p-multiselect .p-multiselect-trigger .p-multiselect-trigger-icon {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -.5em;
|
||||
margin-left: -.5em;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.p-multiselect .p-multiselect-label-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.p-multiselect .p-multiselect-label {
|
||||
display: block;
|
||||
padding: .25em 2em .25em .25em;
|
||||
width: auto;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.p-multiselect-label-empty {
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.p-multiselect.p-disabled .p-multiselect-trigger,
|
||||
.p-multiselect.p-disabled .p-multiselect-label {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
.p-multiselect-panel {
|
||||
padding: 0.2em;
|
||||
position: absolute;
|
||||
min-width: 10em;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.p-multiselect .p-multiselect-panel {
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.p-multiselect-panel .p-multiselect-items-wrapper {
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
padding: 0.2em 0;
|
||||
}
|
||||
|
||||
.p-multiselect-panel .p-multiselect-list {
|
||||
border: 0 none;
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.p-multiselect-panel .p-multiselect-item {
|
||||
border: 0 none;
|
||||
cursor: pointer;
|
||||
font-weight: normal;
|
||||
margin: 1px 0;
|
||||
padding: .125em .25em;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.p-multiselect-panel .p-multiselect-item .p-checkbox {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-multiselect-panel .p-multiselect-item > span {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-multiselect-header {
|
||||
margin-bottom: 0.3em;
|
||||
padding: .25em;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.p-multiselect-header .p-checkbox {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.p-multiselect-header .p-multiselect-filter-container {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
|
||||
position: absolute;
|
||||
top: .25em;
|
||||
left: .125em;
|
||||
}
|
||||
|
||||
.p-multiselect-header .p-inputtext {
|
||||
padding: .125em .125em .125em 1.25em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.p-multiselect-header .p-multiselect-close {
|
||||
position: absolute;
|
||||
right: .375em;
|
||||
top: .375em;
|
||||
display: block;
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
.p-multiselect-header a.p-multiselect-all,
|
||||
.p-multiselect-header a.p-multiselect-none {
|
||||
float:left;
|
||||
margin-right: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.p-multiselect-header .p-multiselect-close.p-state-hover {
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
.p-fluid .p-multiselect {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
|
@ -351,4 +351,160 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
/** MultiSelect **/
|
||||
.p-multiselect {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: auto;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-multiselect .p-multiselect-trigger {
|
||||
border-right: none;
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
cursor: pointer;
|
||||
width: 1.5em;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
padding: 0 .25em;
|
||||
}
|
||||
|
||||
.p-multiselect .p-multiselect-trigger .p-multiselect-trigger-icon {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -.5em;
|
||||
margin-left: -.5em;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.p-multiselect .p-multiselect-label-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.p-multiselect .p-multiselect-label {
|
||||
display: block;
|
||||
padding: .25em 2em .25em .25em;
|
||||
width: auto;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.p-multiselect-label-empty {
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.p-multiselect.p-disabled .p-multiselect-trigger,
|
||||
.p-multiselect.p-disabled .p-multiselect-label {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
.p-multiselect-panel {
|
||||
padding: 0.2em;
|
||||
position: absolute;
|
||||
min-width: 10em;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.p-multiselect .p-multiselect-panel {
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.p-multiselect-panel .p-multiselect-items-wrapper {
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
padding: 0.2em 0;
|
||||
}
|
||||
|
||||
.p-multiselect-panel .p-multiselect-list {
|
||||
border: 0 none;
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.p-multiselect-panel .p-multiselect-item {
|
||||
border: 0 none;
|
||||
cursor: pointer;
|
||||
font-weight: normal;
|
||||
margin: 1px 0;
|
||||
padding: .125em .25em;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.p-multiselect-panel .p-multiselect-item .p-checkbox {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-multiselect-panel .p-multiselect-item > span {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-multiselect-header {
|
||||
margin-bottom: 0.3em;
|
||||
padding: .25em;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.p-multiselect-header .p-checkbox {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.p-multiselect-header .p-multiselect-filter-container {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
|
||||
position: absolute;
|
||||
top: .25em;
|
||||
left: .125em;
|
||||
}
|
||||
|
||||
.p-multiselect-header .p-inputtext {
|
||||
padding: .125em .125em .125em 1.25em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.p-multiselect-header .p-multiselect-close {
|
||||
position: absolute;
|
||||
right: .375em;
|
||||
top: .375em;
|
||||
display: block;
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
.p-multiselect-header a.p-multiselect-all,
|
||||
.p-multiselect-header a.p-multiselect-none {
|
||||
float:left;
|
||||
margin-right: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.p-multiselect-header .p-multiselect-close.p-state-hover {
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
.p-fluid .p-multiselect {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
</style>
|
|
@ -1,92 +0,0 @@
|
|||
.p-overlaypanel {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.p-overlaypanel-flipped {
|
||||
margin-top: 0;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.p-overlaypanel-content {
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
|
||||
.p-overlaypanel-close {
|
||||
position: absolute;
|
||||
top: -1em;
|
||||
right: -1em;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
text-align: center;
|
||||
-moz-border-radius: 100%;
|
||||
-webkit-border-radius: 100%;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
.p-overlaypanel-close-icon {
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
/* Animation */
|
||||
.p-overlaypanel-enter,
|
||||
.p-overlaypanel-leave-to {
|
||||
opacity: 0;
|
||||
transform: translate3d(-50%, -25%, 0) scale(0.9);
|
||||
}
|
||||
|
||||
.p-overlaypanel-enter-active,
|
||||
.p-overlaypanel-leave-active {
|
||||
transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
|
||||
}
|
||||
|
||||
.p-overlaypanel-enter,
|
||||
.p-overlaypanel-leave-to {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(5%);
|
||||
-ms-transform: translateY(5%);
|
||||
transform: translateY(5%);
|
||||
}
|
||||
|
||||
.p-overlaypanel-enter-active,
|
||||
.p-overlaypanel-leave-active {
|
||||
-webkit-transition: transform .3s, opacity .15s;
|
||||
transition: transform .3s, opacity .15s;
|
||||
}
|
||||
|
||||
.p-overlaypanel:after, .p-overlaypanel:before {
|
||||
bottom: 100%;
|
||||
left: 1.25em;
|
||||
border: solid transparent;
|
||||
content: " ";
|
||||
height: 0;
|
||||
width: 0;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.p-overlaypanel:after {
|
||||
border-width: 8px;
|
||||
margin-left: -8px;
|
||||
}
|
||||
|
||||
.p-overlaypanel:before {
|
||||
border-width: 10px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.p-overlaypanel-flipped:after, .p-overlaypanel-flipped:before {
|
||||
bottom: auto;
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
.p-overlaypanel.p-overlaypanel-flipped:after {
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
|
||||
.p-overlaypanel.p-overlaypanel-flipped:before {
|
||||
border-bottom-color: transparent
|
||||
}
|
|
@ -139,3 +139,98 @@ export default {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-overlaypanel {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.p-overlaypanel-flipped {
|
||||
margin-top: 0;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.p-overlaypanel-content {
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
|
||||
.p-overlaypanel-close {
|
||||
position: absolute;
|
||||
top: -1em;
|
||||
right: -1em;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
text-align: center;
|
||||
-moz-border-radius: 100%;
|
||||
-webkit-border-radius: 100%;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
.p-overlaypanel-close-icon {
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
/* Animation */
|
||||
.p-overlaypanel-enter,
|
||||
.p-overlaypanel-leave-to {
|
||||
opacity: 0;
|
||||
transform: translate3d(-50%, -25%, 0) scale(0.9);
|
||||
}
|
||||
|
||||
.p-overlaypanel-enter-active,
|
||||
.p-overlaypanel-leave-active {
|
||||
transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
|
||||
}
|
||||
|
||||
.p-overlaypanel-enter,
|
||||
.p-overlaypanel-leave-to {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(5%);
|
||||
-ms-transform: translateY(5%);
|
||||
transform: translateY(5%);
|
||||
}
|
||||
|
||||
.p-overlaypanel-enter-active,
|
||||
.p-overlaypanel-leave-active {
|
||||
-webkit-transition: transform .3s, opacity .15s;
|
||||
transition: transform .3s, opacity .15s;
|
||||
}
|
||||
|
||||
.p-overlaypanel:after, .p-overlaypanel:before {
|
||||
bottom: 100%;
|
||||
left: 1.25em;
|
||||
border: solid transparent;
|
||||
content: " ";
|
||||
height: 0;
|
||||
width: 0;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.p-overlaypanel:after {
|
||||
border-width: 8px;
|
||||
margin-left: -8px;
|
||||
}
|
||||
|
||||
.p-overlaypanel:before {
|
||||
border-width: 10px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.p-overlaypanel-flipped:after, .p-overlaypanel-flipped:before {
|
||||
bottom: auto;
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
.p-overlaypanel.p-overlaypanel-flipped:after {
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
|
||||
.p-overlaypanel.p-overlaypanel-flipped:before {
|
||||
border-bottom-color: transparent
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1,57 +0,0 @@
|
|||
.p-panel {
|
||||
padding: 0.2em;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-titlebar {
|
||||
padding: .5em .75em;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-titlebar-icon {
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
height: 1.25em;
|
||||
width: 1.25em;
|
||||
line-height: 1.25em;
|
||||
text-align: center;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-titlebar-icon span {
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-content {
|
||||
border: 0;
|
||||
background: none;
|
||||
padding: .5em .75em;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-footer {
|
||||
border-width: 1px 0 0;
|
||||
padding: .25em .5em;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.p-panel-content-wrapper-enter,
|
||||
.p-panel-content-wrapper-leave-to {
|
||||
max-height: 0;
|
||||
}
|
||||
|
||||
.p-panel-content-wrapper-enter-to,
|
||||
.p-panel-content-wrapper-leave {
|
||||
max-height: 1000px;
|
||||
}
|
||||
|
||||
.p-panel-content-wrapper-leave-active {
|
||||
overflow: hidden;
|
||||
transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);
|
||||
}
|
||||
|
||||
.p-panel-content-wrapper-enter-active {
|
||||
overflow: hidden;
|
||||
transition: max-height 1s ease-in-out;
|
||||
}
|
|
@ -49,5 +49,61 @@ export default {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.p-panel {
|
||||
padding: 0.2em;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-titlebar {
|
||||
padding: .5em .75em;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-titlebar-icon {
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
height: 1.25em;
|
||||
width: 1.25em;
|
||||
line-height: 1.25em;
|
||||
text-align: center;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-titlebar-icon span {
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-content {
|
||||
border: 0;
|
||||
background: none;
|
||||
padding: .5em .75em;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-footer {
|
||||
border-width: 1px 0 0;
|
||||
padding: .25em .5em;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.p-panel-content-wrapper-enter,
|
||||
.p-panel-content-wrapper-leave-to {
|
||||
max-height: 0;
|
||||
}
|
||||
|
||||
.p-panel-content-wrapper-enter-to,
|
||||
.p-panel-content-wrapper-leave {
|
||||
max-height: 1000px;
|
||||
}
|
||||
|
||||
.p-panel-content-wrapper-leave-active {
|
||||
overflow: hidden;
|
||||
transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);
|
||||
}
|
||||
|
||||
.p-panel-content-wrapper-enter-active {
|
||||
overflow: hidden;
|
||||
transition: max-height 1s ease-in-out;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1,109 +0,0 @@
|
|||
.p-progressbar {
|
||||
height: 1.2em;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.p-progressbar-determinate .p-progressbar-value {
|
||||
height: 100%;
|
||||
width: 0%;
|
||||
position: absolute;
|
||||
display: none;
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
.p-progressbar-determinate .p-progressbar-value-animate {
|
||||
-webkit-transition: width 1s ease-in-out;
|
||||
-moz-transition: width 1s ease-in-out;
|
||||
-o-transition: width 1s ease-in-out;
|
||||
transition: width 1s ease-in-out;
|
||||
}
|
||||
|
||||
.p-progressbar-determinate .p-progressbar-label {
|
||||
text-align: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.p-progressbar-indeterminate {
|
||||
height: .5em;
|
||||
}
|
||||
|
||||
.p-progressbar-indeterminate .p-progressbar-value {
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
.p-progressbar-indeterminate .p-progressbar-value::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
background-color: inherit;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
will-change: left, right;
|
||||
-webkit-animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
||||
animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
||||
}
|
||||
|
||||
.p-progressbar-indeterminate .p-progressbar-value::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
background-color: inherit;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
will-change: left, right;
|
||||
-webkit-animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
||||
animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
||||
-webkit-animation-delay: 1.15s;
|
||||
animation-delay: 1.15s;
|
||||
}
|
||||
|
||||
@-webkit-keyframes p-progressbar-indeterminate-anim {
|
||||
0% {
|
||||
left: -35%;
|
||||
right: 100%; }
|
||||
60% {
|
||||
left: 100%;
|
||||
right: -90%; }
|
||||
100% {
|
||||
left: 100%;
|
||||
right: -90%; }
|
||||
}
|
||||
@keyframes p-progressbar-indeterminate-anim {
|
||||
0% {
|
||||
left: -35%;
|
||||
right: 100%; }
|
||||
60% {
|
||||
left: 100%;
|
||||
right: -90%; }
|
||||
100% {
|
||||
left: 100%;
|
||||
right: -90%; }
|
||||
}
|
||||
|
||||
@-webkit-keyframes p-progressbar-indeterminate-anim-short {
|
||||
0% {
|
||||
left: -200%;
|
||||
right: 100%; }
|
||||
60% {
|
||||
left: 107%;
|
||||
right: -8%; }
|
||||
100% {
|
||||
left: 107%;
|
||||
right: -8%; }
|
||||
}
|
||||
@keyframes p-progressbar-indeterminate-anim-short {
|
||||
0% {
|
||||
left: -200%;
|
||||
right: 100%; }
|
||||
60% {
|
||||
left: 107%;
|
||||
right: -8%; }
|
||||
100% {
|
||||
left: 107%;
|
||||
right: -8%; }
|
||||
}
|
|
@ -46,3 +46,115 @@ export default {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-progressbar {
|
||||
height: 1.2em;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.p-progressbar-determinate .p-progressbar-value {
|
||||
height: 100%;
|
||||
width: 0%;
|
||||
position: absolute;
|
||||
display: none;
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
.p-progressbar-determinate .p-progressbar-value-animate {
|
||||
-webkit-transition: width 1s ease-in-out;
|
||||
-moz-transition: width 1s ease-in-out;
|
||||
-o-transition: width 1s ease-in-out;
|
||||
transition: width 1s ease-in-out;
|
||||
}
|
||||
|
||||
.p-progressbar-determinate .p-progressbar-label {
|
||||
text-align: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.p-progressbar-indeterminate {
|
||||
height: .5em;
|
||||
}
|
||||
|
||||
.p-progressbar-indeterminate .p-progressbar-value {
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
.p-progressbar-indeterminate .p-progressbar-value::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
background-color: inherit;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
will-change: left, right;
|
||||
-webkit-animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
||||
animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
||||
}
|
||||
|
||||
.p-progressbar-indeterminate .p-progressbar-value::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
background-color: inherit;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
will-change: left, right;
|
||||
-webkit-animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
||||
animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
||||
-webkit-animation-delay: 1.15s;
|
||||
animation-delay: 1.15s;
|
||||
}
|
||||
|
||||
@-webkit-keyframes p-progressbar-indeterminate-anim {
|
||||
0% {
|
||||
left: -35%;
|
||||
right: 100%; }
|
||||
60% {
|
||||
left: 100%;
|
||||
right: -90%; }
|
||||
100% {
|
||||
left: 100%;
|
||||
right: -90%; }
|
||||
}
|
||||
@keyframes p-progressbar-indeterminate-anim {
|
||||
0% {
|
||||
left: -35%;
|
||||
right: 100%; }
|
||||
60% {
|
||||
left: 100%;
|
||||
right: -90%; }
|
||||
100% {
|
||||
left: 100%;
|
||||
right: -90%; }
|
||||
}
|
||||
|
||||
@-webkit-keyframes p-progressbar-indeterminate-anim-short {
|
||||
0% {
|
||||
left: -200%;
|
||||
right: 100%; }
|
||||
60% {
|
||||
left: 107%;
|
||||
right: -8%; }
|
||||
100% {
|
||||
left: 107%;
|
||||
right: -8%; }
|
||||
}
|
||||
@keyframes p-progressbar-indeterminate-anim-short {
|
||||
0% {
|
||||
left: -200%;
|
||||
right: 100%; }
|
||||
60% {
|
||||
left: 107%;
|
||||
right: -8%; }
|
||||
100% {
|
||||
left: 107%;
|
||||
right: -8%; }
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
.p-rating .p-rating-icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-rating {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
.p-rating.p-disabled .p-rating-icon,
|
||||
.p-rating.p-rating-readonly .p-rating-icon {
|
||||
cursor: default;
|
||||
}
|
|
@ -64,4 +64,19 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-rating .p-rating-icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-rating {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
.p-rating.p-disabled .p-rating-icon,
|
||||
.p-rating.p-rating-readonly .p-rating-icon {
|
||||
cursor: default;
|
||||
}
|
||||
</style>
|
|
@ -1,117 +0,0 @@
|
|||
.p-sidebar {
|
||||
position: fixed;
|
||||
padding: .5em 1em;
|
||||
-webkit-transition: transform .3s;
|
||||
transition: transform .3s;
|
||||
}
|
||||
|
||||
.p-sidebar-left {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 20em;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.p-sidebar-right {
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 20em;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.p-sidebar-top {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 10em;
|
||||
}
|
||||
|
||||
.p-sidebar-bottom {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 10em;
|
||||
}
|
||||
|
||||
.p-sidebar-full {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
-webkit-transition: none;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.p-sidebar-left.p-sidebar-enter,
|
||||
.p-sidebar-left.p-sidebar-leave-to {
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
|
||||
.p-sidebar-right.p-sidebar-enter,
|
||||
.p-sidebar-right.p-sidebar-leave-to {
|
||||
transform: translateX(100%);
|
||||
}
|
||||
|
||||
.p-sidebar-top.p-sidebar-enter,
|
||||
.p-sidebar-top.p-sidebar-leave-to {
|
||||
transform: translateY(-100%);
|
||||
}
|
||||
|
||||
.p-sidebar-bottom.p-sidebar-enter,
|
||||
.p-sidebar-bottom.p-sidebar-leave-to {
|
||||
transform: translateY(100%);
|
||||
}
|
||||
|
||||
.p-sidebar-full.p-sidebar-enter,
|
||||
.p-sidebar-full.p-sidebar-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.p-sidebar-full.p-sidebar-enter-active,
|
||||
.p-sidebar-full.p-sidebar-leave-active {
|
||||
transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
|
||||
}
|
||||
|
||||
.p-sidebar-left.p-sidebar-sm,
|
||||
.p-sidebar-right.p-sidebar-sm {
|
||||
width: 20em;
|
||||
}
|
||||
|
||||
.p-sidebar-left.p-sidebar-md,
|
||||
.p-sidebar-right.p-sidebar-md {
|
||||
width: 40em;
|
||||
}
|
||||
|
||||
.p-sidebar-left.p-sidebar-lg,
|
||||
.p-sidebar-right.p-sidebar-lg {
|
||||
width: 60em;
|
||||
}
|
||||
|
||||
.p-sidebar-top.p-sidebar-sm,
|
||||
.p-sidebar-bottom.p-sidebar-sm {
|
||||
height: 10em;
|
||||
}
|
||||
|
||||
.p-sidebar-top.p-sidebar-md,
|
||||
.p-sidebar-bottom.p-sidebar-md {
|
||||
height: 20em;
|
||||
}
|
||||
|
||||
.p-sidebar-top.p-sidebar-lg,
|
||||
.p-sidebar-bottom.p-sidebar-lg {
|
||||
height: 30em;
|
||||
}
|
||||
|
||||
.p-sidebar-close {
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 64em) {
|
||||
.p-sidebar-left.p-sidebar-lg,
|
||||
.p-sidebar-left.p-sidebar-md,
|
||||
.p-sidebar-right.p-sidebar-lg,
|
||||
.p-sidebar-right.p-sidebar-md {
|
||||
width: 20em;
|
||||
}
|
||||
}
|
|
@ -123,3 +123,123 @@ export default {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-sidebar {
|
||||
position: fixed;
|
||||
padding: .5em 1em;
|
||||
-webkit-transition: transform .3s;
|
||||
transition: transform .3s;
|
||||
}
|
||||
|
||||
.p-sidebar-left {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 20em;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.p-sidebar-right {
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 20em;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.p-sidebar-top {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 10em;
|
||||
}
|
||||
|
||||
.p-sidebar-bottom {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 10em;
|
||||
}
|
||||
|
||||
.p-sidebar-full {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
-webkit-transition: none;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.p-sidebar-left.p-sidebar-enter,
|
||||
.p-sidebar-left.p-sidebar-leave-to {
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
|
||||
.p-sidebar-right.p-sidebar-enter,
|
||||
.p-sidebar-right.p-sidebar-leave-to {
|
||||
transform: translateX(100%);
|
||||
}
|
||||
|
||||
.p-sidebar-top.p-sidebar-enter,
|
||||
.p-sidebar-top.p-sidebar-leave-to {
|
||||
transform: translateY(-100%);
|
||||
}
|
||||
|
||||
.p-sidebar-bottom.p-sidebar-enter,
|
||||
.p-sidebar-bottom.p-sidebar-leave-to {
|
||||
transform: translateY(100%);
|
||||
}
|
||||
|
||||
.p-sidebar-full.p-sidebar-enter,
|
||||
.p-sidebar-full.p-sidebar-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.p-sidebar-full.p-sidebar-enter-active,
|
||||
.p-sidebar-full.p-sidebar-leave-active {
|
||||
transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
|
||||
}
|
||||
|
||||
.p-sidebar-left.p-sidebar-sm,
|
||||
.p-sidebar-right.p-sidebar-sm {
|
||||
width: 20em;
|
||||
}
|
||||
|
||||
.p-sidebar-left.p-sidebar-md,
|
||||
.p-sidebar-right.p-sidebar-md {
|
||||
width: 40em;
|
||||
}
|
||||
|
||||
.p-sidebar-left.p-sidebar-lg,
|
||||
.p-sidebar-right.p-sidebar-lg {
|
||||
width: 60em;
|
||||
}
|
||||
|
||||
.p-sidebar-top.p-sidebar-sm,
|
||||
.p-sidebar-bottom.p-sidebar-sm {
|
||||
height: 10em;
|
||||
}
|
||||
|
||||
.p-sidebar-top.p-sidebar-md,
|
||||
.p-sidebar-bottom.p-sidebar-md {
|
||||
height: 20em;
|
||||
}
|
||||
|
||||
.p-sidebar-top.p-sidebar-lg,
|
||||
.p-sidebar-bottom.p-sidebar-lg {
|
||||
height: 30em;
|
||||
}
|
||||
|
||||
.p-sidebar-close {
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 64em) {
|
||||
.p-sidebar-left.p-sidebar-lg,
|
||||
.p-sidebar-left.p-sidebar-md,
|
||||
.p-sidebar-right.p-sidebar-lg,
|
||||
.p-sidebar-right.p-sidebar-md {
|
||||
width: 20em;
|
||||
}
|
||||
}
|
||||
</style>
|
|
@ -1,45 +0,0 @@
|
|||
.p-slider {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
}
|
||||
.p-slider .p-slider-handle {
|
||||
position: absolute;
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
cursor: default;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.p-slider .p-slider-range {
|
||||
position: absolute;
|
||||
font-size: .7em;
|
||||
display: block;
|
||||
border: 0;
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
.p-slider-horizontal {
|
||||
height: .8em;
|
||||
}
|
||||
.p-slider-horizontal .p-slider-handle {
|
||||
top: -.3em;
|
||||
margin-left: -.6em;
|
||||
}
|
||||
.p-slider-horizontal .p-slider-range {
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.p-slider-vertical {
|
||||
width: .8em;
|
||||
height: 100px;
|
||||
}
|
||||
.p-slider-vertical .p-slider-handle {
|
||||
left: -.3em;
|
||||
margin-left: 0;
|
||||
margin-bottom: -.6em;
|
||||
}
|
||||
.p-slider-vertical .p-slider-range {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
}
|
|
@ -328,3 +328,51 @@ export default {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-slider {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
}
|
||||
.p-slider .p-slider-handle {
|
||||
position: absolute;
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
cursor: default;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.p-slider .p-slider-range {
|
||||
position: absolute;
|
||||
font-size: .7em;
|
||||
display: block;
|
||||
border: 0;
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
.p-slider-horizontal {
|
||||
height: .8em;
|
||||
}
|
||||
.p-slider-horizontal .p-slider-handle {
|
||||
top: -.3em;
|
||||
margin-left: -.6em;
|
||||
}
|
||||
.p-slider-horizontal .p-slider-range {
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.p-slider-vertical {
|
||||
width: .8em;
|
||||
height: 100px;
|
||||
}
|
||||
.p-slider-vertical .p-slider-handle {
|
||||
left: -.3em;
|
||||
margin-left: 0;
|
||||
margin-bottom: -.6em;
|
||||
}
|
||||
.p-slider-vertical .p-slider-range {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1,53 +0,0 @@
|
|||
.p-spinner {
|
||||
display: inline-block;
|
||||
overflow: visible;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.p-spinner-input {
|
||||
vertical-align: middle;
|
||||
padding-right: 1.5em;
|
||||
}
|
||||
.p-spinner-button {
|
||||
cursor: default;
|
||||
display: block;
|
||||
height: 50%;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
width: 1.5em;
|
||||
}
|
||||
.p-spinner .p-spinner-button-icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -.5em;
|
||||
margin-left: -.5em;
|
||||
width: 1em;
|
||||
}
|
||||
.p-spinner-button-up {
|
||||
top: 0;
|
||||
}
|
||||
.p-spinner-button-down {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
/* Fluid */
|
||||
.p-fluid .p-spinner {
|
||||
width: 100%;
|
||||
}
|
||||
.p-fluid .p-spinner .p-spinner-input {
|
||||
padding-right: 2em;
|
||||
width: 100%;
|
||||
}
|
||||
.p-fluid .p-spinner .p-spinner-button {
|
||||
width: 1.5em;
|
||||
}
|
||||
.p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon {
|
||||
left: .375em;
|
||||
}
|
|
@ -176,3 +176,59 @@ export default {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-spinner {
|
||||
display: inline-block;
|
||||
overflow: visible;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.p-spinner-input {
|
||||
vertical-align: middle;
|
||||
padding-right: 1.5em;
|
||||
}
|
||||
.p-spinner-button {
|
||||
cursor: default;
|
||||
display: block;
|
||||
height: 50%;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
width: 1.5em;
|
||||
}
|
||||
.p-spinner .p-spinner-button-icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -.5em;
|
||||
margin-left: -.5em;
|
||||
width: 1em;
|
||||
}
|
||||
.p-spinner-button-up {
|
||||
top: 0;
|
||||
}
|
||||
.p-spinner-button-down {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
/* Fluid */
|
||||
.p-fluid .p-spinner {
|
||||
width: 100%;
|
||||
}
|
||||
.p-fluid .p-spinner .p-spinner-input {
|
||||
padding-right: 2em;
|
||||
width: 100%;
|
||||
}
|
||||
.p-fluid .p-spinner .p-spinner-button {
|
||||
width: 1.5em;
|
||||
}
|
||||
.p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon {
|
||||
left: .375em;
|
||||
}
|
||||
</style>
|
|
@ -1,147 +0,0 @@
|
|||
.p-tabview {
|
||||
padding: .25em;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li {
|
||||
list-style: none;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin: 0 .125em 1px 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
float: left;
|
||||
padding: .5em 1em;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li.p-tabview-selected a,
|
||||
.p-tabview .p-tabview-nav li.p-disabled a,
|
||||
.p-tabview .p-tabview-nav li.p-state-processing a {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li a,
|
||||
.p-tabview.p-tabview-collapsible .p-tabview-nav li.p-tabview-selected a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-panel {
|
||||
border-width: 0;
|
||||
padding: 1em;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li .p-tabview-left-icon,
|
||||
.p-tabview .p-tabview-nav li .p-tabview-right-icon,
|
||||
.p-tabview .p-tabview-nav li .p-tabview-title {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li .p-tabview-left-icon {
|
||||
margin-right: .25em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li .p-tabview-right-icon {
|
||||
margin-left: .25em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li .p-tabview-close {
|
||||
margin: 0.5em 0.3em 0 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* per orientation settings */
|
||||
/* top and bottom */
|
||||
.p-tabview.p-tabview-top > .p-tabview-nav li {
|
||||
border-bottom: 0;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-top > .p-tabview-nav {
|
||||
padding: .2em .2em 0;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-bottom > .p-tabview-nav {
|
||||
padding: 0 .2em .2em;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-bottom > .p-tabview-nav li {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
/* left and right*/
|
||||
.p-tabview-left:after,
|
||||
.p-tabview-right:after {
|
||||
clear:both;
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.p-tabview-left > .p-tabview-nav {
|
||||
float:left;
|
||||
width: 25%;
|
||||
height: 300px;
|
||||
background-image: none;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.p-tabview-left > .p-tabview-panels {
|
||||
float:right;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-left > .p-tabview-nav li,
|
||||
.p-tabview.p-tabview-right > .p-tabview-nav li{
|
||||
display: block;
|
||||
float: right;
|
||||
white-space: normal;
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-left > .p-tabview-nav li {
|
||||
margin: 0 0 1px 0;
|
||||
border-right:0 none;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-right > .p-tabview-nav {
|
||||
float:right;
|
||||
width: 25%;
|
||||
height: 300px;
|
||||
background-image: none;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-right > .p-tabview-panels {
|
||||
float:left;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-right > .p-tabview-nav li {
|
||||
margin: 0 0 1px 0;
|
||||
border-left:0 none;
|
||||
}
|
||||
/* RTL */
|
||||
.p-rtl .p-tabview .p-tabview-nav li {
|
||||
float: right;
|
||||
}
|
|
@ -73,4 +73,154 @@ export default {
|
|||
);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-tabview {
|
||||
padding: .25em;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li {
|
||||
list-style: none;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin: 0 .125em 1px 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li a {
|
||||
float: left;
|
||||
padding: .5em 1em;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li.p-tabview-selected a,
|
||||
.p-tabview .p-tabview-nav li.p-disabled a,
|
||||
.p-tabview .p-tabview-nav li.p-state-processing a {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li a,
|
||||
.p-tabview.p-tabview-collapsible .p-tabview-nav li.p-tabview-selected a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-panel {
|
||||
border-width: 0;
|
||||
padding: 1em;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li .p-tabview-left-icon,
|
||||
.p-tabview .p-tabview-nav li .p-tabview-right-icon,
|
||||
.p-tabview .p-tabview-nav li .p-tabview-title {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li .p-tabview-left-icon {
|
||||
margin-right: .25em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li .p-tabview-right-icon {
|
||||
margin-left: .25em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav li .p-tabview-close {
|
||||
margin: 0.5em 0.3em 0 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* per orientation settings */
|
||||
/* top and bottom */
|
||||
.p-tabview.p-tabview-top > .p-tabview-nav li {
|
||||
border-bottom: 0;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-top > .p-tabview-nav {
|
||||
padding: .2em .2em 0;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-bottom > .p-tabview-nav {
|
||||
padding: 0 .2em .2em;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-bottom > .p-tabview-nav li {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
/* left and right*/
|
||||
.p-tabview-left:after,
|
||||
.p-tabview-right:after {
|
||||
clear:both;
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.p-tabview-left > .p-tabview-nav {
|
||||
float:left;
|
||||
width: 25%;
|
||||
height: 300px;
|
||||
background-image: none;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.p-tabview-left > .p-tabview-panels {
|
||||
float:right;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-left > .p-tabview-nav li,
|
||||
.p-tabview.p-tabview-right > .p-tabview-nav li{
|
||||
display: block;
|
||||
float: right;
|
||||
white-space: normal;
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-left > .p-tabview-nav li {
|
||||
margin: 0 0 1px 0;
|
||||
border-right:0 none;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-right > .p-tabview-nav {
|
||||
float:right;
|
||||
width: 25%;
|
||||
height: 300px;
|
||||
background-image: none;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-right > .p-tabview-panels {
|
||||
float:left;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.p-tabview.p-tabview-right > .p-tabview-nav li {
|
||||
margin: 0 0 1px 0;
|
||||
border-left:0 none;
|
||||
}
|
||||
/* RTL */
|
||||
.p-rtl .p-tabview .p-tabview-nav li {
|
||||
float: right;
|
||||
}
|
||||
</style>
|
|
@ -1,8 +0,0 @@
|
|||
.p-inputtextarea-resizable {
|
||||
overflow: hidden;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
.p-fluid .p-inputtextarea {
|
||||
width: 100%;
|
||||
}
|
|
@ -51,4 +51,15 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-inputtextarea-resizable {
|
||||
overflow: hidden;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
.p-fluid .p-inputtextarea {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
|
@ -1,100 +0,0 @@
|
|||
.p-toast {
|
||||
position: fixed;
|
||||
width: 20em;
|
||||
}
|
||||
|
||||
.p-toast-topright {
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.p-toast-topleft {
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.p-toast-bottomleft {
|
||||
bottom: 20px;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.p-toast-bottomright {
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.p-toast-item-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.p-toast-item {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: .5em 1em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.p-toast-item .p-toast-detail {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.p-toast-icon-close {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-toast-title {
|
||||
font-weight: bold;
|
||||
padding: 0 0 .5em 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.p-toast-image {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
left: .5em;
|
||||
top: .25em;
|
||||
padding: 0;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.p-toast-message {
|
||||
padding: 0 0 .25em 0;
|
||||
margin-left: 2.5em;
|
||||
}
|
||||
|
||||
.p-toast-message p {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
.p-toast-message-enter {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(50%);
|
||||
-ms-transform: translateY(50%);
|
||||
transform: translateY(50%);
|
||||
}
|
||||
|
||||
.p-toast-message-leave {
|
||||
max-height: 1000px;
|
||||
}
|
||||
|
||||
.p-toast .p-toast-item-container.p-toast-message-leave-to {
|
||||
max-height: 0;
|
||||
opacity: 0;
|
||||
margin-bottom: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.p-toast-message-enter-active {
|
||||
-webkit-transition: transform .3s, opacity .3s;
|
||||
transition: transform .3s, opacity .3s;
|
||||
}
|
||||
|
||||
.p-toast-message-leave-active {
|
||||
-webkit-transition: max-height .45s cubic-bezier(0, 1, 0, 1), opacity .3s, margin-bottom .3s;
|
||||
transition: max-height .45s cubic-bezier(0, 1, 0, 1), opacity .3s, margin-bottom .3s;
|
||||
}
|
|
@ -72,5 +72,104 @@ export default {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.p-toast {
|
||||
position: fixed;
|
||||
width: 20em;
|
||||
}
|
||||
|
||||
.p-toast-topright {
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.p-toast-topleft {
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.p-toast-bottomleft {
|
||||
bottom: 20px;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.p-toast-bottomright {
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.p-toast-item-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.p-toast-item {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: .5em 1em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.p-toast-item .p-toast-detail {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.p-toast-icon-close {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-toast-title {
|
||||
font-weight: bold;
|
||||
padding: 0 0 .5em 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.p-toast-image {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
left: .5em;
|
||||
top: .25em;
|
||||
padding: 0;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.p-toast-message {
|
||||
padding: 0 0 .25em 0;
|
||||
margin-left: 2.5em;
|
||||
}
|
||||
|
||||
.p-toast-message p {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
.p-toast-message-enter {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(50%);
|
||||
-ms-transform: translateY(50%);
|
||||
transform: translateY(50%);
|
||||
}
|
||||
|
||||
.p-toast-message-leave {
|
||||
max-height: 1000px;
|
||||
}
|
||||
|
||||
.p-toast .p-toast-item-container.p-toast-message-leave-to {
|
||||
max-height: 0;
|
||||
opacity: 0;
|
||||
margin-bottom: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.p-toast-message-enter-active {
|
||||
-webkit-transition: transform .3s, opacity .3s;
|
||||
transition: transform .3s, opacity .3s;
|
||||
}
|
||||
|
||||
.p-toast-message-leave-active {
|
||||
-webkit-transition: max-height .45s cubic-bezier(0, 1, 0, 1), opacity .3s, margin-bottom .3s;
|
||||
transition: max-height .45s cubic-bezier(0, 1, 0, 1), opacity .3s, margin-bottom .3s;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
.p-toolbar {
|
||||
padding: .25em .5em;
|
||||
}
|
||||
|
||||
.p-toolbar:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.p-toolbar-group-left {
|
||||
float:left
|
||||
}
|
||||
|
||||
.p-toolbar-group-right {
|
||||
float:right
|
||||
}
|
|
@ -7,4 +7,30 @@
|
|||
<slot name="right"></slot>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-toolbar {
|
||||
padding: .25em .5em;
|
||||
}
|
||||
|
||||
.p-toolbar:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.p-toolbar-group-left {
|
||||
float:left
|
||||
}
|
||||
|
||||
.p-toolbar-group-right {
|
||||
float:right
|
||||
}
|
||||
</style>
|
|
@ -1,16 +0,0 @@
|
|||
.p-message {
|
||||
border: 1px solid;
|
||||
margin: 0px .25em;
|
||||
padding: .25em .5em;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.p-message .p-message-icon,
|
||||
.p-message .p-message-text {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-fluid .p-message {
|
||||
display: block;
|
||||
}
|
|
@ -43,5 +43,20 @@ export default {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.p-message {
|
||||
border: 1px solid;
|
||||
margin: 0px .25em;
|
||||
padding: .25em .5em;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.p-message .p-message-icon,
|
||||
.p-message .p-message-text {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.p-fluid .p-message {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue