1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-08-05 20:16:00 +02:00

replace external storage status images with CSS, also use form to distinguish, fix #3910

Dieser Commit ist enthalten in:
Jan-Christoph Borchardt 2013-07-18 23:00:04 +02:00
Ursprung 279a71acb3
Commit 100eb2b611
4 geänderte Dateien mit 19 neuen und 5 gelöschten Zeilen

Datei anzeigen

@ -1,10 +1,24 @@
td.status>span { display:inline-block; height:16px; width:16px; }
span.success { background-image: url('../img/success.png'); background-repeat:no-repeat; }
span.error { background-image: url('../img/error.png'); background-repeat:no-repeat; }
span.waiting { background-image: url('../img/waiting.png'); background-repeat:no-repeat; }
td.status > span {
display: inline-block;
height: 16px;
width: 16px;
vertical-align: text-bottom;
}
span.success {
background: #37ce02;
border-radius: 8px;
}
span.error {
background: #ce3702;
}
span.waiting {
background: none;
}
td.mountPoint, td.backend { width:10em; }
td.remove>img { visibility:hidden; padding-top:0.8em; }
tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
#addMountPoint>td { border:none; }
#addMountPoint>td.applicable { visibility:hidden; }
#selectBackend { margin-left:-10px; }
#selectBackend { margin-left:-10px; }

Binäre Datei nicht angezeigt.

Vorher

Breite:  |  Höhe:  |  Größe: 533 B

Binäre Datei nicht angezeigt.

Vorher

Breite:  |  Höhe:  |  Größe: 545 B

Binäre Datei nicht angezeigt.

Vorher

Breite:  |  Höhe:  |  Größe: 512 B