summaryrefslogtreecommitdiff
path: root/www/css/index.scss
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-02-25 12:45:01 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-02-25 12:45:01 -0500
commit846058a2ab37b22d94f01746cf03fdf85a4c1495 (patch)
treeff264fff14ea67e0eba709a4a202bbb94951e0ed /www/css/index.scss
parent8ac4a803e658a199b80fd01cf32edc177bb42084 (diff)
Touch up the photo input
Diffstat (limited to 'www/css/index.scss')
-rw-r--r--www/css/index.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/www/css/index.scss b/www/css/index.scss
index ccacc30..93e321a 100644
--- a/www/css/index.scss
+++ b/www/css/index.scss
@@ -130,10 +130,13 @@ body#report {
#camera-ui {
border: solid 1px $yellow;
text-align: center;
- button {
- display: block;
- margin-left: auto;
- margin-right: auto;
+ padding: 0.5em;
+ min-height: 5em;
+ a {
+ border: solid 1px $yellow;
+ border-radius: 3px;
+ padding: 0.5em;
+ display: inline-block;
}
img {
display: block;