network: Add an empty state to the wifi dialog and adjust the sizing

https://bugzilla.gnome.org/show_bug.cgi?id=705916
This commit is contained in:
Jasper St. Pierre
2013-08-12 13:19:32 -04:00
parent 3bb330fcc4
commit 362e0bf1ec
2 changed files with 26 additions and 5 deletions

View File

@ -272,7 +272,9 @@ StScrollBar StButton#vhandle:active {
/* Network */
.nm-dialog {
max-height: 400px;
max-height: 500px;
min-height: 450px;
min-width: 470px;
}
.nm-dialog-content {
@ -1369,9 +1371,8 @@ StScrollBar StButton#vhandle:active {
height: 72px;
}
.no-messages-label {
font-family: cantarell, sans-serif;
font-size: 11pt;
.no-messages-label,
.no-networks-label {
color: #999999;
}