Parley
view release on metacpan or search on metacpan
root/static/yui/editor/assets/editor-core.css view on Meta::CPAN
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/* Set the cursor to busy when we are doing something */
.yui-busy {
cursor: wait !important;
}
.yui-toolbar-container fieldset,
.yui-editor-container fieldset {
padding: 0;
margin: 0;
border: 0;
}
.yui-toolbar-container legend {
display: none;
}
/* Setup the container with some padding and zoom it for IE's hasLayout */
.yui-toolbar-container .yui-toolbar-subcont {
padding: .25em 0;
zoom: 1;
}
/* When collapsed set the toolbars container to display none */
.yui-toolbar-container-collapsed .yui-toolbar-subcont {
display: none;
}
/* Setup the :after so that compliant browsers don't loose the bounding box */
.yui-toolbar-container .yui-toolbar-subcont:after { display: block; clear: both; visibility: hidden; content: '.'; height: 0;}
/* Drag handle for the toolbar's draggable property */
.yui-toolbar-container span.yui-toolbar-draghandle {
cursor: move;
border-left: 1px solid #999;
border-right: 1px solid #999;
overflow: hidden;
text-indent: 77777px;
width: 2px;
height: 20px;
display: block;
clear: none;
float: left;
margin: 0 0 0 .2em;
}
/* If the titlebar is draggable, the set the cursor */
.yui-toolbar-container .yui-toolbar-titlebar.draggable {
cursor: move;
}
/* Set the titlebar to relative so we can position the collapse button */
.yui-toolbar-container .yui-toolbar-titlebar {
position: relative;
}
/* Toolbar's titlebar styles */
.yui-toolbar-container .yui-toolbar-titlebar h2 {
font-weight: bold;
letter-spacing: 0;
border: none;
color: #000;
margin: 0;
padding: .2em;
}
.yui-toolbar-container .yui-toolbar-titlebar h2 a {
text-decoration: none;
color: #000;
cursor: default;
}
/* If the toolbar is grouped the draghandle needs to be bigger */
( run in 1.101 second using v1.01-cache-2.11-cpan-39bf76dae61 )