Minor look-and-feel stuff.
This commit is contained in:
parent
0cb097a64d
commit
0ad6a3e81b
|
@ -126,6 +126,10 @@
|
||||||
/* phones, and, indeed, smaller phones. Adapted to touch; display radically
|
/* phones, and, indeed, smaller phones. Adapted to touch; display radically
|
||||||
* decluttered */
|
* decluttered */
|
||||||
@media all and (max-device-width: 768px) {
|
@media all and (max-device-width: 768px) {
|
||||||
|
footer {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
#nav{
|
#nav{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -72,7 +72,8 @@
|
||||||
:motd "This is a test version only. There is no real data."
|
:motd "This is a test version only. There is no real data."
|
||||||
;;; the options from among which electors can select.
|
;;; the options from among which electors can select.
|
||||||
:options [{:id :yes :description "Yes"} {:id :no :description "No"}]
|
:options [{:id :yes :description "Yes"} {:id :no :description "No"}]
|
||||||
;;; the currently displayed 'page' within the app.
|
;;; the queue of items waiting to be transmitted.
|
||||||
:outqueue ()
|
:outqueue ()
|
||||||
|
;;; the currently displayed page within the app.
|
||||||
:page :home
|
:page :home
|
||||||
})
|
})
|
||||||
|
|
|
@ -79,6 +79,7 @@
|
||||||
{:addresses
|
{:addresses
|
||||||
(cons new-address (remove old-address (:addresses db)))
|
(cons new-address (remove old-address (:addresses db)))
|
||||||
:address new-address
|
:address new-address
|
||||||
|
:elector elector
|
||||||
:outqueue (cons (assoc args :action :set-intention) (:outqueue db))}))))))
|
:outqueue (cons (assoc args :action :set-intention) (:outqueue db))}))))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue