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