diff static/js/tiny_mce/plugins/fullpage/css/fullpage.css @ 442:6c182ceb7147

Fixing #217; upgrade TinyMCE to 3.4.2 and enable the paste plugin.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 May 2011 00:43:49 +0000
parents 88b2b9cb8c1f
children
line wrap: on
line diff
--- a/static/js/tiny_mce/plugins/fullpage/css/fullpage.css	Wed May 25 02:39:08 2011 +0000
+++ b/static/js/tiny_mce/plugins/fullpage/css/fullpage.css	Thu May 26 00:43:49 2011 +0000
@@ -35,55 +35,16 @@
 	width: 240px;
 }
 
+#doctypes {
+	width: 200px;
+}
+
 /* Head list classes */
 
 .headlistwrapper {
 	width: 100%;
 }
 
-.addbutton, .removebutton, .moveupbutton, .movedownbutton {
-	border-top: 1px solid;
-	border-left: 1px solid;
-	border-bottom: 1px solid;
-	border-right: 1px solid;
-	border-color: #F0F0EE;
-	cursor: default;
-	display: block;
-	width: 20px;
-	height: 20px;
-}
-
-#doctypes {
-	width: 200px;
-}
-
-.addbutton:hover, .removebutton:hover, .moveupbutton:hover, .movedownbutton:hover {
-	border: 1px solid #0A246A;
-	background-color: #B6BDD2;
-}
-
-.addbutton {
-	background-image: url('../images/add.gif');
-	float: left;
-	margin-right: 3px;
-}
-
-.removebutton {
-	background-image: url('../images/remove.gif');
-	float: left;
-}
-
-.moveupbutton {
-	background-image: url('../images/move_up.gif');
-	float: left;
-	margin-right: 3px;
-}
-
-.movedownbutton {
-	background-image: url('../images/move_down.gif');
-	float: left;
-}
-
 .selected {
 	border: 1px solid #0A246A;
 	background-color: #B6BDD2;