web/ldt/media/css/embed_popup.css
changeset 2 59311c28454f
parent 1 3a30d255c235
child 3 9e6b4dbefcbc
child 6 4d17de9ee64e
--- a/web/ldt/media/css/embed_popup.css	Sun Nov 14 20:25:22 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +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;
-}
-