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