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

@ -54,7 +54,7 @@ const NetworkSecretDialog = new Lang.Class({
mainContentBox.add(messageBox,
{ y_align: St.Align.START });
let subjectLabel = new St.Label({ style_class: 'prompt-dialog-headline',
let subjectLabel = new St.Label({ style_class: 'prompt-dialog-headline headline',
text: this._content.title });
messageBox.add(subjectLabel,
{ y_fill: false,