diff --git a/index.html b/index.html index 0d6943e..846886f 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,6 @@ } svg { - border:10px solid dodgerblue; width:940px; } @@ -24,37 +23,66 @@ width:960px; } - .slider { + .range-container { + display:inline-block; + height:100%; + text-align:right; + vertical-align:top; + width:25%; + } + + .range-container input { + height:50px; + width:80%; + } + .comment-container { + background:khaki; + display:inline-block; + height:100%; + vertical-align:top; + width:50%; + } + + .msg { + font-size:13px; + font-weight:bold; + line-height:30px; } .top { - background:#f88; + } .bottom { - background:#4e0; height:100px; } - button { - border:1px solid #333; - background:#888; - padding:3px; + .controls-container { + display:inline-block; + height:100%; + vertical-align:top; + width:25%; } - button.fa { + .controls-container button { + border:1px solid #fff; + background:#d4d4d4; + color:#aaa; cursor:pointer; font-size:12px; - height:20px; - line-height:14px; - margin-right:5px; - transition:background 0.2s ease; - width:20px; + height:30px; + line-height:30px; + margin:0 5px 10px 0; + text-align:center; + transition:background 0.2s ease, border 0.2s ease; + width:30px; } - button:hover { - background:#aaa; + .controls-container button:hover { + background:#bbb; + border:1px solid #aaa; + color:#888; } @@ -67,7 +95,7 @@
-