theme: clean up dialogs

This commit is contained in:
Jakub Steiner
2015-01-16 01:39:52 +01:00
committed by Florian Müllner
parent a0df7aa2b8
commit b30ecd29d8
9 changed files with 409 additions and 456 deletions

View File

@@ -41,7 +41,7 @@ const KeyringDialog = new Lang.Class({
mainContentBox.add(this._messageBox,
{ y_align: St.Align.START, expand: true, x_fill: true, y_fill: true });
let subject = new St.Label({ style_class: 'prompt-dialog-headline' });
let subject = new St.Label({ style_class: 'prompt-dialog-headline headline' });
this.prompt.bind_property('message', subject, 'text', GObject.BindingFlags.SYNC_CREATE);
this._messageBox.add(subject,