diff -u /dev/null b/panels_ipe/css/panels_ipe.css --- /dev/null +++ b/panels_ipe/css/panels_ipe.css @@ -0,0 +1,111 @@ +/** + * @file + * Contains all CSS for the Panels In-Place Editor. + */ + +/* Fix the output of the AppView to the bottom of the screen. */ +#panels-ipe-tray { + position: fixed; + width: 100%; + bottom: 0; + left: 0; + text-align: center; +} + +/* Force text to render as a sans-serif web-safe font. */ +#panels-ipe-tray, #panels-ipe-tray a, #panels-ipe-tray p { + font-family: Arial, Helvetica, sans-serif; + margin: 0; +} + +/* Remove list styling from the output of the TabsView. */ +.ipe-tabs { + list-style: none; + margin: 0; + padding: 0; +} + +/* Display tabs inline and slightly on top of .ipe-tabs-content. */ +.ipe-tab { + display: inline-block; + padding: 10px; + background-color: white; + border-top: 1px solid darkgray; + margin-bottom: -1px; +} + +.ipe-tab:first-child { + border-left: 1px solid darkgray; + border-top-left-radius: 5px; +} + +.ipe-tab:last-child { + border-right: 1px solid darkgray; + border-top-right-radius: 5px; +} + +.ipe-tab.active a { + color: darkgray; +} + +.ipe-tab a { + color: black; + text-transform: uppercase; + border: none; + cursor: pointer; +} + +.ipe-tab a:hover { + color: darkgray; + border: none; +} + +/* Provide default styles and a minimum height for tab content. */ +.ipe-tab-content { + display: none; + min-height: 100px; + padding: 25px; + background-color: white; + border-top: 1px solid darkgray; +} + +.ipe-tab-content.active { + display: block; +} + +/* Styles for the Layout selector. */ +.ipe-current-layout, .ipe-all-layouts { + display: inline-block; + height: 50px; +} + +.ipe-current-layout { + margin-right: 50px; +} + +/* Remove
Current Layout:
Available Layouts: