Commit fe1b87c2 by ichuang

Merge branch 'kf-inline-inputs' of github.com:MITx/mitx into ichuang/stable_edx4edx_merge

parents dd2a5319 2da777fc
...@@ -205,17 +205,17 @@ section.problem-set { ...@@ -205,17 +205,17 @@ section.problem-set {
table { table {
margin-bottom: lh(); margin-bottom: lh();
width: 100%; width: 100%;
border: 1px solid #ddd; // border: 1px solid #ddd;
border-collapse: collapse; border-collapse: collapse;
th { th {
border-bottom: 2px solid #ccc; // border-bottom: 2px solid #ccc;
font-weight: bold; font-weight: bold;
text-align: left; text-align: left;
} }
td { td {
border: 1px solid #ddd; // border: 1px solid #ddd;
} }
caption, th, td { caption, th, td {
...@@ -253,11 +253,12 @@ section.problem-set { ...@@ -253,11 +253,12 @@ section.problem-set {
visibility: hidden; visibility: hidden;
} }
input[type="text"] { #{$all-text-inputs} {
display: inline-block; display: inline;
width: 50%; width: auto;
} }
// this supports a deprecated element and should be removed once the center tag is removed
center { center {
display: block; display: block;
margin: lh() 0; margin: lh() 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment