Diplay changes
[koed-quiz.git] / apps / quiz / static / css / style.css
index 55eac96..4b1666c 100755 (executable)
@@ -27,6 +27,7 @@ h1 {
 button {
     background: #999;
     color: white;
+    font-size: 1em;
     padding: 1em;
     text-decoration:none;
     border: 1px solid #ddd;
@@ -37,10 +38,9 @@ button:hover {
     background: #aaa;
 }
 
-a.big-button {
+a.big-button, a.button {
     background: #999;
     color: white;
-    padding: 1em;
     text-decoration:none;
     border: 1px solid #ddd;
     border-radius: 1em;
@@ -49,7 +49,15 @@ a.big-button {
     margin-top: 1em;
 }
 
-a.big-button:hover {
+a.button {
+    padding: .3em;
+}
+
+a.big-button {
+    padding: 1em;
+}
+
+a.big-button:hover, a.button:hover {
     background: #aaa;
 }