Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
441:33d0c55e57a9 | 442:6c182ceb7147 |
---|---|
33 | 33 |
34 #stylesheet, #style { | 34 #stylesheet, #style { |
35 width: 240px; | 35 width: 240px; |
36 } | 36 } |
37 | 37 |
38 #doctypes { | |
39 width: 200px; | |
40 } | |
41 | |
38 /* Head list classes */ | 42 /* Head list classes */ |
39 | 43 |
40 .headlistwrapper { | 44 .headlistwrapper { |
41 width: 100%; | 45 width: 100%; |
42 } | |
43 | |
44 .addbutton, .removebutton, .moveupbutton, .movedownbutton { | |
45 border-top: 1px solid; | |
46 border-left: 1px solid; | |
47 border-bottom: 1px solid; | |
48 border-right: 1px solid; | |
49 border-color: #F0F0EE; | |
50 cursor: default; | |
51 display: block; | |
52 width: 20px; | |
53 height: 20px; | |
54 } | |
55 | |
56 #doctypes { | |
57 width: 200px; | |
58 } | |
59 | |
60 .addbutton:hover, .removebutton:hover, .moveupbutton:hover, .movedownbutton:hover { | |
61 border: 1px solid #0A246A; | |
62 background-color: #B6BDD2; | |
63 } | |
64 | |
65 .addbutton { | |
66 background-image: url('../images/add.gif'); | |
67 float: left; | |
68 margin-right: 3px; | |
69 } | |
70 | |
71 .removebutton { | |
72 background-image: url('../images/remove.gif'); | |
73 float: left; | |
74 } | |
75 | |
76 .moveupbutton { | |
77 background-image: url('../images/move_up.gif'); | |
78 float: left; | |
79 margin-right: 3px; | |
80 } | |
81 | |
82 .movedownbutton { | |
83 background-image: url('../images/move_down.gif'); | |
84 float: left; | |
85 } | 46 } |
86 | 47 |
87 .selected { | 48 .selected { |
88 border: 1px solid #0A246A; | 49 border: 1px solid #0A246A; |
89 background-color: #B6BDD2; | 50 background-color: #B6BDD2; |