diff --git a/hourglass/client/main/main.css b/hourglass/client/main/main.css index 0eb8116..7f298ad 100644 --- a/hourglass/client/main/main.css +++ b/hourglass/client/main/main.css @@ -808,7 +808,7 @@ input, textarea { #commentSubmit { padding: 2%; background-color: rgba(255,255,255,0.1); - + display: inline; float: right; cursor: pointer; @@ -821,4 +821,50 @@ input, textarea { #commentSubmit:hover { background-color: rgba(255,255,255,0.05); +} + +#done { + height: 60%; +} + +#toggleButtons { + font-size: 150%; + height: 40%; + bottom: 0; +} + +#toggleButtons i { + margin-right: 12%; + + -webkit-transition: color 0.4s ease; + -moz-transition: color 0.4s ease; + -ms-transition: color 0.4s ease; + transition: color 0.4s ease; +} + +#markDone p { + font-size: 70%; +} + +#markDone i { + margin-right: 5%; +} + +#markDone p, #markConfirm p, #markReport p { + margin: 0; + display: inline; +} + +#markDone, #markConfirm, #markReport { + padding: 5%; + background-color: rgba(0,0,0,0.1); + + -webkit-transition: box-shadow 0.4s ease, background-color 0.4s ease; + -moz-transition: box-shadow 0.4s ease, background-color 0.4s ease; + -ms-transition: box-shadow 0.4s ease, background-color 0.4s ease; + transition: box-shadow 0.4s ease, background-color 0.4s ease; +} + +#markDone:hover, #markConfirm:hover, #markReport:hover { + box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.15); } \ No newline at end of file diff --git a/hourglass/client/main/main.html b/hourglass/client/main/main.html index 9294a82..c1a7468 100644 --- a/hourglass/client/main/main.html +++ b/hourglass/client/main/main.html @@ -78,6 +78,16 @@
Never
+Hide Done:
+ {{pref 'done'}} +Yes
+No
+{{work 'doneText'}}
+{{work 'confirmations'}}
+{{work 'reports'}}
+Never
Hide Done:
+ {{pref 'done'}} +Yes
+No
+