diff -r 16c793110f40 -r 90284efeb233 web/static/ldt/css/embed_popup.css --- a/web/static/ldt/css/embed_popup.css Fri May 06 02:12:30 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,66 +0,0 @@ -pre { -white-space: pre-wrap; /* css-3 */ -white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ -white-space: -pre-wrap; /* Opera 4-6 */ -white-space: -o-pre-wrap; /* Opera 7 */ -word-wrap: break-word; /* Internet Explorer 5.5+ */ -} - -input -{ - background: #ededed; -} - -input[type="button"] { - background-color: #656565; - color: white; - width: auto; - font-weight: bold; - padding: 5px 10px; -} - -#button_row input { - margin: 10px; -} - -#display_select { - float: left; -} - -#copy_div { - 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; -}