diff --git a/crow_test/data/db/users.sqlite b/crow_test/data/db/users.sqlite index e38c634..d465421 100644 Binary files a/crow_test/data/db/users.sqlite and b/crow_test/data/db/users.sqlite differ diff --git a/crow_test/data/session/aubTl45vzPn5feHw.json b/crow_test/data/session/aubTl45vzPn5feHw.json index e225beb..d6599b7 100644 --- a/crow_test/data/session/aubTl45vzPn5feHw.json +++ b/crow_test/data/session/aubTl45vzPn5feHw.json @@ -1 +1 @@ -{"clientID":"50a21c33-66c4-5a0f-902f-9434632025e6","clientToken":"Tcl8i/S1Czz+UGS6NzeRu/Hyk66oJjYbsRsm3tPqd/AVt2yAVbFEEi/oGdaoIlTriQf5TX7heYPxqdcGMmLRVg=="} \ No newline at end of file +{"clientID":"50a21c33-66c4-5a0f-902f-9434632025e6","clientToken":"bsmbPoeuxWBE0/j1W9O/EOs85s79wIS1P5qYHovfhkIhNwl5SGkcpHww+DnbzwNCJ1y+Tb2hLpic3qtgbbtWvg=="} \ No newline at end of file diff --git a/crow_test/static/css/menu_bar.css b/crow_test/static/css/menu_bar.css new file mode 100644 index 0000000..90e8e21 --- /dev/null +++ b/crow_test/static/css/menu_bar.css @@ -0,0 +1,34 @@ +ul.menu_bar { + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; + background-color: #333; +} + +ul.menu_bar li.left { + display: inline; + float: left; +} + +ul.menu_bar li.right { + display: inline; + float: right; +} + +ul.menu_bar li a { + display: block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} + +ul.menu_bar li a.active { + background-color: #04AA6D; +} + +/* Change the link color to #111 (black) on hover */ +ul.menu_bar li a:hover { + background-color: #111; +} \ No newline at end of file diff --git a/crow_test/webcontent/index.html b/crow_test/webcontent/index.html index 83bfee4..b532ad2 100644 --- a/crow_test/webcontent/index.html +++ b/crow_test/webcontent/index.html @@ -3,7 +3,7 @@
- + @@ -14,10 +14,8 @@