diff options
author | John McLear <john@mclear.co.uk> | 2014-11-06 15:43:21 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-11-06 15:43:21 +0000 |
commit | 0685e563ed947a42377fe1a5eb6fca10f3e8e833 (patch) | |
tree | a02be20684e1038312a9ac2d3189e726fcb9e2ee /src/static/css/pad.css | |
parent | 96d6e7c1b7df59e96c394608a343cb698c848576 (diff) | |
download | etherpad-lite-0685e563ed947a42377fe1a5eb6fca10f3e8e833.zip |
working on resize
Diffstat (limited to 'src/static/css/pad.css')
-rw-r--r-- | src/static/css/pad.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 228c035f..11705e06 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -933,6 +933,7 @@ input[type=checkbox] { margin-bottom: 33px } .toolbar ul.menu_left { + right:0px; } .toolbar ul.menu_right { background: #f7f7f7; |