--- panels_ipe/css/panels_ipe.css 2010-07-26 19:48:00.266391000 -0700 +++ panels_ipe/css/panels_ipeNew.css 2010-07-27 08:47:49.287648000 -0700 @@ -1,19 +1,16 @@ -div.panels-ipe-handlebar-wrapper { - border-bottom: #898AAB solid 2px; -} - .panels-ipe-editing div.panels-ipe-portlet-wrapper { margin-top: 1em; - border: #898AAB solid 2px; - -moz-border-radius-bottomleft:8px; - -moz-border-radius-bottomright:8px; - -moz-border-radius-topleft:2px; - -moz-border-radius-topright:2px; - - -webkit-border-radius-bottomleft:8px; - -webkit-border-radius-bottomright:8px; - -webkit-border-radius-topleft:2px; - -webkit-border-radius-topright:2px; + border: #666 solid 1px; + + -webkit-border-radius: 5px; + -webkit-border-top-left-radius: 2px; + -webkit-border-top-right-radius: 2px; + -moz-border-radius: 5px; + -moz-border-radius-topleft: 2px; + -moz-border-radius-topright: 2px; + border-radius: 5px; + border-top-left-radius: 2px; + border-top-right-radius: 2px; } /* Hide empty panes when not editing them. */ @@ -25,9 +22,10 @@ div.panels-ipe-handlebar-wrapper { display: block; } - +/* In-Place Editor is active */ .panels-ipe-editing div.panels-ipe-portlet-wrapper:hover { - border: #FF000A solid 2px; + border: #FF000A solid 1px; + background: #fff7f7; } .panels-ipe-editing .panels-ipe-sort-container .ui-sortable-helper { @@ -45,6 +43,10 @@ div.panels-ipe-handlebar-wrapper { background-color: white; } +div.panels-ipe-handlebar-wrapper { + border-bottom: 1px solid #777; +} + div.panels-ipe-handlebar-wrapper ul { float: left; margin: 0; @@ -58,32 +60,68 @@ div.panels-ipe-handlebar-wrapper li { margin: 0; padding: 0; float: left; - font: 12px/170% Verdana,sans-serif; !important; + font: 12px/170% Verdana,sans-serif !important; } div.panels-ipe-handlebar-wrapper li { - border-top: 1px solid #CCC; - border-right: 1px solid #CCC; + padding-top: 3px; } div.panels-ipe-handlebar-wrapper li.first { - border-left: 1px solid #CCC; + padding-left: 4px; +} + +div.panels-ipe-handlebar-wrapper li a { + padding: 1px 6px; + background: #707070; + border: 1px solid #555; + border-right-color: #777; + border-bottom-color: #aaa; + color: #fff; + text-shadow: 0 1px 0 #222; +} + +div.panels-ipe-handlebar-wrapper li.first a { + -webkit-border-top-left-radius: 3px; + -webkit-border-bottom-left-radius: 3px; + -moz-border-radius-topleft: 3px; + -moz-border-radius-bottomleft: 3px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + +div.panels-ipe-handlebar-wrapper li.last a { + border-right-color: #aaa; + + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + +div.panels-ipe-handlebar-wrapper li a:hover { + text-decoration: underline; } div.panels-ipe-draghandle { - background: #898AAB url(images/dragger.png) top right no-repeat; + background: #888 url('../../images/bg-shade-dark.png') repeat-x left top; cursor: move; height: 24px; } +.panels-ipe-portlet-wrapper .panel-pane { + padding: .5em; +} + div.panels-ipe-placeholder { - border: 1px solid black; + border: 1px dashed #888; padding: .5em; - margin-top: .5em; - background-color: #f6f6f6; + margin: .5em 0; color: black; - background-color: white; - font: 12px/170% Verdana,sans-serif; !important; + background-color: #eee; + font: 12px/170% Verdana,sans-serif !important; } div.panels-ipe-placeholder h3 { @@ -104,14 +142,13 @@ div.panels-ipe-placeholder h3 { display: block; } -div.panels-ipe-handlebar-wrapper li a, div.panels-ipe-draghandle span, div.panels-ipe-newblock a { background-color: #f6f6f6; color: blue; display: block; padding: 0.1em 0.5em; - font: 12px/170% Verdana,sans-serif; !important; + font: 12px/170% Verdana,sans-serif !important; text-transform: none; letter-spacing: 0; } @@ -139,8 +176,16 @@ div.panels-ipe-draghandle { border: none; } -.ui-sortable-placeholder { margin: 1em; border: 1px dotted black; visibility: visible !important; height: 50px !important; } -.ui-sortable-placeholder * { visibility: hidden; } +.ui-sortable-placeholder { + margin: 1em; + border: 1px dotted black; + visibility: visible !important; + height: 50px !important; +} + +.ui-sortable-placeholder * { + visibility: hidden; +} /* counteract panels_dnd.css - temporary */ div.panels-ipe-display-container .panel-pane .pane-title {