Commit 3bc7553f authored by Mark Otto's avatar Mark Otto

Merge branch 'au-phiware-patch-1' into 2.0.3-wip

parents fc7ae48c 16855b92
...@@ -552,7 +552,7 @@ legend + .control-group { ...@@ -552,7 +552,7 @@ legend + .control-group {
// Move over all input controls and content // Move over all input controls and content
.controls { .controls {
margin-left: 160px; margin-left: 160px;
/* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */ // Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls
*display: inline-block; *display: inline-block;
*margin-left: 0; *margin-left: 0;
*padding-left: 20px; *padding-left: 20px;
......
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