Move success/error squircles to settings

This commit is contained in:
kondou 2014-03-21 20:27:22 +01:00
parent dda7129a24
commit e6b4d28229
2 changed files with 9 additions and 7 deletions

View File

@ -4,13 +4,6 @@ td.status > span {
width: 16px;
vertical-align: text-bottom;
}
span.success {
background: #37ce02;
border-radius: 8px;
}
span.error {
background: #ce3702;
}
td.mountPoint, td.backend { width:160px; }
td.remove>img { visibility:hidden; padding-top:13px; }

View File

@ -178,6 +178,15 @@ table.shareAPI td { padding-bottom: 0.8em; }
vertical-align: text-bottom;
}
span.success {
background: #37ce02;
border-radius: 8px;
}
span.error {
background: #ce3702;
}
/* HELP */
.pressed {background-color:#DDD;}