mirror of https://github.com/perkeep/perkeep.git
newui: create button style
Change-Id: I273b2c6c892cb0a50b323b07443854e79fc9bf94
This commit is contained in:
parent
1a59cce8bc
commit
742d81f27c
|
@ -1,3 +1,4 @@
|
||||||
.cam-createitem-link {
|
.cam-createitem-link {
|
||||||
font-size: 30pt;
|
font-size: 40pt;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,6 +51,7 @@ camlistore.CreateItem.prototype.decorateInternal = function(element) {
|
||||||
goog.dom.classes.add(el, 'cam-blobitem', 'cam-blobitem-150');
|
goog.dom.classes.add(el, 'cam-blobitem', 'cam-blobitem-150');
|
||||||
|
|
||||||
var plusEl = this.dom_.createDom('a', 'cam-createitem-link');
|
var plusEl = this.dom_.createDom('a', 'cam-createitem-link');
|
||||||
|
plusEl.href = '#';
|
||||||
this.dom_.setTextContent(plusEl, "+")
|
this.dom_.setTextContent(plusEl, "+")
|
||||||
this.dom_.appendChild(el, plusEl);
|
this.dom_.appendChild(el, plusEl);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue