1
0
Bifurcation 0

Add CSS for the photo upload page

pull/2/head
Noah 2014-06-21 02:04:34 +00:00
Parent 9712f63bf9
révision ab16ec1447
1 fichiers modifiés avec 21 ajouts et 0 suppressions

Voir le fichier

@ -187,6 +187,27 @@ table.table td {
* Photos *
**********/
/* Photo Upload page */
.photo-upload-dropbox {
border: 2px dashed #0099FF;
padding: 40px;
}
.photo-upload-dropbox.active {
border: 4px dashed #FF99FF;
}
.upload-trough {
position: relative;
border: 1px solid #000000;
width: 100%;
height: 28px;
}
.upload-progress-bar {
position: relative;
width: 0%;
height: 100%;
background-color: #FF9900;
}
/* Photo Grids: see http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
ul.photo-grid {
list-style: none;