pearson - added in timer styling for IE7

This commit is contained in:
Brian Talbot
2013-02-04 15:40:01 -05:00
parent 1685f302ab
commit 1923ae0d6b

View File

@@ -2,10 +2,26 @@ div.timer-main {
position: fixed;
z-index: 99;
width: 100%;
border-top: 2px solid #000;
div#timer_wrapper {
position: relative;
top: -3px;
float: right;
margin-right: 10px;
background: #000;
color: #fff;
padding: 10px 20px;
border-radius: 3px;
}
.timer_label {
color: #ccc;
font-size: 13px;
}
#exam_timer {
font-weight: bold;
font-size: 15px;
}
}