diff --git a/static/css/pad.css b/static/css/pad.css index e12738b50..2c86908ae 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -75,11 +75,13 @@ a img #editbar ul li:hover { background: #fff; + background: linear-gradient(#f4f4f4, #e4e4e4); } #editbar ul li:active { background: #eee; background: linear-gradient(#ddd, #fff); + box-shadow: 0 0 8px rgba(0,0,0,.1) inset; } #editbar ul li.separator @@ -1157,12 +1159,7 @@ label { margin: 5px 0; } -.left_popup { - float: left; - width: 50%; -} - -.right_popup { +.column { float: left; width: 50%; } diff --git a/static/index.html b/static/index.html index da24a7a7c..58f688017 100644 --- a/static/index.html +++ b/static/index.html @@ -4,7 +4,7 @@ Etherpad Lite - +