diff --git a/controllets/animated-button-container-controllet/animated-button-container-controllet.html b/controllets/animated-button-container-controllet/animated-button-container-controllet.html
index 5605c9a..9fc6760 100755
--- a/controllets/animated-button-container-controllet/animated-button-container-controllet.html
+++ b/controllets/animated-button-container-controllet/animated-button-container-controllet.html
@@ -1,164 +1,119 @@
-
+
+
-
-
-
-
+
-
- .button-container:hover::before{
- background-color: rgba(0, 0, 0, .15);
- -webkit-transition: 0.2s ease-out;
- -moz-transition: 0.2s ease-out;
- -o-transition: 0.2s ease-out;
- -ms-transition: 0.2s ease-out;
- transition: 0.2s ease-out;
- }
+
- .transparent
- {
- position:fixed;
- top:0;
- left:0;
- width:100%;
- height:100%;
- background-color: rgba(0, 0, 0, 0.4);
- }
+
+
+
+
+
+
-
+
-
-
-
+
+
-
-
-
-
+
+
+
+
+
+
+
@@ -171,50 +126,12 @@
is: 'animated-button-container-controllet',
listeners:{
- 'animated-button-container-controllet_element-selected' : '_elementSelected',
'search-panel-controllet_content-changed' : '_handleSearch',
'animated-button-container-controllet_close' : '_onCloseClick',
- 'animated-button-container-controllet_open-window' : '_onOpenClick'
},
properties: {
- selected : {
- type : Number,
- value : 0
- },
- height:{
- type: String,
- value: "300px"
- },
- width:{
- type: String,
- value: "450px"
- },
- entryAnimation : {
- type : String,
- value : ""
- },
- icon:{
- type: String,
- value: "assessment"
- },
- iconHeight:{
- type: String,
- value: "36"
- },
- iconWidth:{
- type: String,
- value: "36"
- },
- backgroundButtonColor:{
- type: String,
- value: undefined
- },
- exitAnimation : {
- type : String,
- value : ""
- },
searchFunction: {
type: String,
notify: true
@@ -222,43 +139,17 @@
},
ready: function(){
- /*this.$.window.style.height = this.height + "vh";
- this.$.window.style.width = (this.width - 0.5) + "vw";
- this.$.close.style.left = (this.width - 3.5) + "vw";*/
-
- this.$.window.style.height = this.height + "px";
- this.$.window.style.width = this.width + "px";
- this.$.close.style.left = (this.width - 30) + "px";
-
-
$(this.$.container_content).perfectScrollbar();
-
- this.$.open.style.height = this.iconHeight + "px";
- this.$.open.style.width = this.iconWidth + "px";
- this.$.open_window_button.style.backgroundColor = this.backgroundButtonColor;
- this.$.open_window_button.style.width = this.iconWidth + "px";
- this.$.open_window_button.style.height = this.iconHeight + "px";
- this.$.button_container.style.height = this.iconHeight + "px";
},
_onOpenClick: function() {
- /*this.entryAnimation = 'fade-in-animation';
- this.exitAnimation = 'fade-out-animation';*/
- //this.selected = 1;
$(this.$.window).show();
},
_onCloseClick: function(){
- /*this.entryAnimation = 'fade-out-animation';
- this.exitAnimation = 'fade-in-animation';*/
- //this.selected = 0;
$(this.$.window).hide();
},
- _elementSelected: function(e){
- this.$.selected_item.innerHTML = "";
- this.$.selected_item.appendChild(e.detail.selectedElement);
- },
_handleSearch: function(e){
if(this.$.container_content.children[0]._handleSearch != undefined) {
this.$.container_content.children[0]._handleSearch(e);
diff --git a/controllets/animated-button-container-controllet/animated-button-container-controllet_old.html b/controllets/animated-button-container-controllet/animated-button-container-controllet_old.html
new file mode 100755
index 0000000..5605c9a
--- /dev/null
+++ b/controllets/animated-button-container-controllet/animated-button-container-controllet_old.html
@@ -0,0 +1,276 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/controllets/paper-card-controllet/_paper-card-controllet.html b/controllets/paper-card-controllet/_paper-card-controllet.html
deleted file mode 100755
index 834845f..0000000
--- a/controllets/paper-card-controllet/_paper-card-controllet.html
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/controllets/paper-card-controllet/paper-card-controllet__.html b/controllets/paper-card-controllet/paper-card-controllet__.html
deleted file mode 100755
index cbfbe77..0000000
--- a/controllets/paper-card-controllet/paper-card-controllet__.html
+++ /dev/null
@@ -1,196 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/controllets/paper-card-controllet/paper-card-controllet_old.html b/controllets/paper-card-controllet/paper-card-controllet_old.html
deleted file mode 100755
index 05c7022..0000000
--- a/controllets/paper-card-controllet/paper-card-controllet_old.html
+++ /dev/null
@@ -1,294 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{cardTitle}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/controllets/search-panel-controllet/search-panel-controllet.html b/controllets/search-panel-controllet/search-panel-controllet.html
index f7b4519..a7f40bf 100755
--- a/controllets/search-panel-controllet/search-panel-controllet.html
+++ b/controllets/search-panel-controllet/search-panel-controllet.html
@@ -65,14 +65,14 @@ Example:
--paper-input-container-input-color: #ffffff;
--paper-input-container-focus-color: #ffffff;
--paper-input-container-color: #ffffff;
- position: absolute;
- top: -12px;
- width: 20vw;
+ /*position: absolute;*/
+ /*top: -12px;*/
+ /*width: 20vw;*/
+ width: 392px;
}
- neon-animated-pages
+ paper-icon-button
{
- /*width: 20vw;*/
}
@@ -84,7 +84,7 @@ Example:
-
+