Commit 7c272bb3a6dfb6ea86c75088c588983827a4dc45

Authored by Andrea Petta
1 parent c6cf210d

plugin update

controllets/cocreation-paper-card-controllet/cocreation-paper-card-controllet.html
... ... @@ -94,6 +94,7 @@
94 94 width: 24px;
95 95 height: 24px;
96 96 --paper-fab-background:#B6B6B6;
  97 + padding: 0px;
97 98 }
98 99  
99 100 #card_container br {
... ...
controllets/paper-card-controllet/paper-card-controllet.html
... ... @@ -79,6 +79,7 @@
79 79 width: 24px;
80 80 height: 24px;
81 81 --paper-fab-background:#B6B6B6;
  82 + padding: 0px;
82 83 }
83 84  
84 85 paper-fab.delete {
... ... @@ -89,6 +90,7 @@
89 90 width: 24px;
90 91 height: 24px;
91 92 --paper-fab-background:#B6B6B6;
  93 + padding: 0px;
92 94 }
93 95  
94 96 paper-dialog {
... ...
controllets/search-panel-controllet/search-panel-controllet.html
... ... @@ -74,6 +74,7 @@ Example:
74 74 paper-fab#search_button{
75 75 height: 40px;
76 76 width: 40px;
  77 + padding: 0px;
77 78 }
78 79  
79 80 paper-icon-button
... ...