Merge pull request #1374 from vector-im/dbkr/get_pushers

Get and display a user's pushers in settings
This commit is contained in:
David Baker 2016-04-12 14:41:45 +01:00
commit be55882f46
2 changed files with 49 additions and 1 deletions

View file

@ -60,3 +60,11 @@ limitations under the License.
cursor: pointer;
color: #76cfa6;
}
.mx_UserSettings_devicesTable td {
padding-left: 20px;
padding-right: 20px;
}
.mx_UserSettings_devicesTable_nodevices {
font-style: italic;
}