From ab16ec1447a36267da00c4576a06f9033a908475 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sat, 21 Jun 2014 02:04:34 +0000 Subject: [PATCH] Add CSS for the photo upload page --- www/solar/screen.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/www/solar/screen.css b/www/solar/screen.css index e329894..5ce1710 100644 --- a/www/solar/screen.css +++ b/www/solar/screen.css @@ -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;