# HG changeset patch # User Markus Kottlaender # Date 1551103354 -3600 # Node ID f185503ef35adf9fc3d87e07b39c8baf86d873e4 # Parent 24e3e86b8cb687209fb192742ea86dd37d205127 client: unified box's header styles by creating a reusable component The clients html/css and resulting look and feel of the app is partially very inconsistent. By moving code to more small and reusable components consistency will hopefully be increased. diff -r 24e3e86b8cb6 -r f185503ef35a client/src/components/Bottlenecks.vue --- a/client/src/components/Bottlenecks.vue Mon Feb 25 14:30:31 2019 +0100 +++ b/client/src/components/Bottlenecks.vue Mon Feb 25 15:02:34 2019 +0100 @@ -1,9 +1,10 @@