1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-18 20:02:57 +00:00

Add a button to wipe all messages

This commit is contained in:
Loic Blot
2018-09-08 00:52:08 +02:00
committed by Loïc Blot
parent 267872b396
commit f034644459
4 changed files with 30 additions and 5 deletions
+14 -4
View File
@@ -235,15 +235,25 @@
width: auto;
}
#app-settings-content .new-button {
width: 32px;
#app-settings-content .new-button, #app-settings-content .crit-button {
height: 34px;
vertical-align: middle;
background-size: 16px;
background-position: center;
background-repeat: no-repeat;
height: 34px;
vertical-align: middle;
}
#app-settings-content .new-button {
width: 32px;
}
#app-settings-content .crit-button {
width: 200px;
background-color: #822C19;
padding: 0 2em;
}
#app-settings-content input[type="checkbox"] {
vertical-align: middle;
cursor: pointer;