X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Ftiny_mce%2Fplugins%2Ffullpage%2Fcss%2Ffullpage.css;h=2675cec155e4ce10cc2323ccd243bd00b5256177;hb=b05f4eef4014db3885787ef15107cba93c932ac9;hp=19f74f48bd5dcc110d9c42b827dff9b9856b497e;hpb=932f4feaa7b2afe4553e5e669e2312614d3f6140;p=citadel.git diff --git a/webcit/tiny_mce/plugins/fullpage/css/fullpage.css b/webcit/tiny_mce/plugins/fullpage/css/fullpage.css old mode 100755 new mode 100644 index 19f74f48b..2675cec15 --- a/webcit/tiny_mce/plugins/fullpage/css/fullpage.css +++ b/webcit/tiny_mce/plugins/fullpage/css/fullpage.css @@ -35,51 +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; -} - -.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; @@ -173,4 +138,6 @@ textarea { height: 55px; -} \ No newline at end of file +} + +.panel_wrapper div.current {height:420px;} \ No newline at end of file