newui: create button style

Change-Id: I273b2c6c892cb0a50b323b07443854e79fc9bf94
This commit is contained in:
Brad Fitzpatrick 2012-12-23 16:23:23 -08:00
parent 1a59cce8bc
commit 742d81f27c
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
.cam-createitem-link {
font-size: 30pt;
font-size: 40pt;
text-decoration: none;
}

View File

@ -51,6 +51,7 @@ camlistore.CreateItem.prototype.decorateInternal = function(element) {
goog.dom.classes.add(el, 'cam-blobitem', 'cam-blobitem-150');
var plusEl = this.dom_.createDom('a', 'cam-createitem-link');
plusEl.href = '#';
this.dom_.setTextContent(plusEl, "+")
this.dom_.appendChild(el, plusEl);