css on the boxes
This commit is contained in:
parent
98b3217767
commit
242b6ed5b4
|
@ -11,6 +11,12 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.itfBoxTitle {
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: bold;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.OxCommentWrapper {
|
.OxCommentWrapper {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,6 +74,7 @@ Ox.ItfBox = function(boxData) {
|
||||||
}).appendTo(that);
|
}).appendTo(that);
|
||||||
var $title = new Ox.Element()
|
var $title = new Ox.Element()
|
||||||
.addClass('OxTitle')
|
.addClass('OxTitle')
|
||||||
|
.addClass('itfBoxTitle')
|
||||||
.html(boxData.title)
|
.html(boxData.title)
|
||||||
.appendTo($titlebar);
|
.appendTo($titlebar);
|
||||||
var $buttons = new Ox.Element().appendTo($title).css({'position': 'absolute', 'top': '1px', 'right': '10px'});
|
var $buttons = new Ox.Element().appendTo($title).css({'position': 'absolute', 'top': '1px', 'right': '10px'});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user