diff --git a/bamboo-client/.meteor/packages b/bamboo-client/.meteor/packages index 8584175..a510943 100644 --- a/bamboo-client/.meteor/packages +++ b/bamboo-client/.meteor/packages @@ -3,7 +3,6 @@ # 'meteor add' and 'meteor remove' will edit this file for you, # but you can also edit it by hand. -autopublish coffeescript underscore jquery diff --git a/bamboo-client/client/bamboo.css b/bamboo-client/client/bamboo.css index 5f97c2d..a72ebe0 100644 --- a/bamboo-client/client/bamboo.css +++ b/bamboo-client/client/bamboo.css @@ -69,3 +69,36 @@ input{ box-shadow: 0 0 5px 5px #888888; } +.pointer:hover { + cursor:pointer; +} + +.deletionBtn { + width:20px; + height:20px; +} + +.downloadBtn { + width:20px; + height:20px; +} +.brand { + font-size: 15px; +} + +.logoImg { + width: 20px; + height:20px; + padding-top: 8px; +} + +.boxPlotSVG { + width: 200px; + height: 300px; +} + +.barChartSVG { + width: 400px; + height: 250px; +} + diff --git a/bamboo-client/client/bamboo.html b/bamboo-client/client/bamboo.html index 5a5afb6..03e893a 100644 --- a/bamboo-client/client/bamboo.html +++ b/bamboo-client/client/bamboo.html @@ -13,23 +13,23 @@