annotate AB.css @ 466:e3155b62af12 Dev_main

AB: Fixed floating submit.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 12 Jan 2016 14:58:22 +0000
parents da1954725350
children
rev   line source
n@458 1 body {
n@458 2 /* Set the background colour (note US English spelling) to grey*/
n@458 3 background-color: #fff
n@458 4 }
n@458 5
n@458 6 div.pageTitle {
n@458 7 width: auto;
n@458 8 height: 20px;
n@458 9 margin-top: 20px;
n@458 10 }
n@458 11
n@458 12 div.pageTitle span{
n@458 13 font-size: 1.5em;
n@458 14 }
n@458 15
n@458 16 div.testHalt {
n@458 17 /* Specify any colouring during the test halt for pre/post questions */
n@458 18 background-color: rgba(0,0,0,0.5);
n@458 19 /* Don't mess with this bit */
n@458 20 z-index: 2;
n@458 21 width: 100%;
n@458 22 height: 100%;
n@458 23 position: absolute;
n@458 24 left: 0px;
n@458 25 top: 0px;
n@458 26 }
n@458 27
n@458 28 button {
n@458 29 /* Specify any button structure or style */
n@458 30 min-width: 20px;
n@458 31 background-color: #ddd
n@458 32 }
n@458 33
n@459 34 button.big-button {
n@459 35 width: 250px;
n@459 36 height: 40px;
n@459 37 font-size: 1.2em;
n@459 38 }
n@459 39
n@458 40 div.comparitor-holder {
n@458 41 width: 260px;
n@458 42 height: 300px;
n@458 43 border: black 1px solid;
n@465 44 float: left;
n@459 45 padding-top: 5px;
n@465 46 margin: 25px;
n@458 47 }
n@458 48
n@458 49 div.comparitor-selector {
n@459 50 width: 248px;
n@458 51 height: 250px;
n@458 52 border: black 1px solid;
n@458 53 position: relative;
n@459 54 background-color: #FF0000;
n@458 55 }
n@458 56
n@462 57 div.disabled {
n@462 58 background-color: #AAA;
n@462 59 }
n@462 60
n@459 61 div.selected {
n@459 62 background-color: #008000;
n@459 63 }
n@459 64
n@459 65 div.comparitor-selector span {
n@459 66 font-size: 4em;
n@459 67 }
n@459 68
n@459 69 button.comparitor-button {
n@458 70 width: 250px;
n@459 71 height: 38px;
n@458 72 position: relative;
n@459 73 margin-top: 5px;
n@458 74 }