Styling for the new embed options

This commit is contained in:
John McLear 2011-11-23 15:49:22 +00:00
parent dedd604125
commit ccaa21a04a

View file

@ -786,11 +786,11 @@ padding: 10px;
border-radius: 6px; border-radius: 6px;
} }
#embedcode, #readonlyUrl { #embedcode, #readonlyUrl, #linkcode {
margin-left:10px; margin-left:10px;
} }
#embedinput, #readonlyInput{ #embedinput, #readonlyInput, #linkinput, #rolinkinput, #roembedinput {
width:375px; width:375px;
height:24px; height:24px;
display:inline; display:inline;
@ -1146,4 +1146,4 @@ width:33px !important;
#editbar ul li { #editbar ul li {
padding: 4px 1px; padding: 4px 1px;
} }
} }