diff options
author | John McLear <john@mclear.co.uk> | 2011-11-23 15:49:22 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2011-11-23 15:49:22 +0000 |
commit | ccaa21a04a46f22dd95aad7b192ac64b09ea198a (patch) | |
tree | 8b3766edbbc725a8a4a6e7291b969414139dbc79 | |
parent | dedd60412577b132ea2946f2af0d1db215bf8fd4 (diff) | |
download | etherpad-lite-ccaa21a04a46f22dd95aad7b192ac64b09ea198a.zip |
Styling for the new embed options
-rw-r--r-- | static/css/pad.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/pad.css b/static/css/pad.css index 3d170c3d..0101e7c1 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -786,11 +786,11 @@ padding: 10px; border-radius: 6px; } -#embedcode, #readonlyUrl { +#embedcode, #readonlyUrl, #linkcode { margin-left:10px; } -#embedinput, #readonlyInput{ +#embedinput, #readonlyInput, #linkinput, #rolinkinput, #roembedinput { width:375px; height:24px; display:inline; @@ -1146,4 +1146,4 @@ width:33px !important; #editbar ul li { padding: 4px 1px; } -}
\ No newline at end of file +} |