diff --git a/static/css/pad.css b/static/css/pad.css index b3f5e6816..3feeaf336 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -68,12 +68,6 @@ a img position: absolute; } -#editbar ul li a span -{ - position: relative; - top:-2px -} - #editbar ul li:hover { background: #fff; background: linear-gradient(#f4f4f4, #e4e4e4); @@ -971,6 +965,7 @@ width:16px; height:16px; background-image:url('../../static/img/etherpad_lite_icons.png'); background-repeat: no-repeat; +display: inline-block; margin-left: 1px; margin-top: 1px; } diff --git a/static/pad.html b/static/pad.html index c58409a09..8260e7a93 100644 --- a/static/pad.html +++ b/static/pad.html @@ -16,55 +16,85 @@