diff -r d77bc51d9682 -r 8d2b6ee4eb58 web/static/ldt/css/embed_popup.css --- a/web/static/ldt/css/embed_popup.css Wed Dec 01 16:56:01 2010 +0100 +++ b/web/static/ldt/css/embed_popup.css Mon Dec 27 16:22:07 2010 +0100 @@ -31,3 +31,36 @@ float: right; } +#ldt_id { + color: #949494; + font-family: Verdana; + font-weight: lighter; + font-style: normal; + text-align: left; + +} + +#ldt_id_row { + height: 20px; + vertical-align: middle; + font-size: 1.5em; + font-style: normal; + text-align: left; + +} + +#ldt_id_id { + float: left; +} + +#clipboard_button { + height: 20px; + width: 20px; + float: left; + background-image:url('../img/clipboard.png'); + background-repeat:no-repeat; + background-position:center; + cursor: pointer; + margin-right: 10px; + padding: 2px; +}