unlockDialog: move user widget into separate file

The user widget is the username and avatar shown on
the unlock dialog.

The login dialog has something very similar.

This commit separates the user widget out to its own
file, so we can use it from the login dialog in a
later commit.

https://bugzilla.gnome.org/show_bug.cgi?id=694062
This commit is contained in:
Ray Strode
2013-02-17 20:54:46 -05:00
parent 244121d920
commit a3d3d81447
4 changed files with 73 additions and 55 deletions

View File

@ -2408,10 +2408,18 @@ StScrollView.frequent-apps StScrollBar {
color: orange;
}
.unlock-dialog-user-name-container {
.user-widget {
spacing: .4em;
}
.user-widget-label {
font-size: 16pt;
font-weight: bold;
text-align: left;
padding-left: 15px;
text-shadow: black 0px 4px 3px 0px;
}
/* Screen shield */
.screen-shield-background {