##// END OF EJS Templates
added some info to corrupted repo message that helps diagnose the cause from log itself.
added some info to corrupted repo message that helps diagnose the cause from log itself.

File last commit:

r1073:289ff43c beta
r1265:08ac2c3a beta
Show More
resize-core.css
173 lines | 2.8 KiB | text/css | CssLexer
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
.yui-resize {
position: relative;
zoom: 1;
z-index: 0;
}
.yui-resize-wrap {
zoom: 1;
}
.yui-draggable {
cursor: move;
}
.yui-resize .yui-resize-handle {
position: absolute;
z-index: 1;
font-size: 0;
margin: 0;
padding: 0;
zoom: 1;
height: 1px;
width: 1px;
}
.yui-resize .yui-resize-handle-br {
height: 5px;
width: 5px;
bottom: 0;
right: 0;
cursor: se-resize;
z-index: 2;
zoom: 1;
}
.yui-resize .yui-resize-handle-bl {
height: 5px;
width: 5px;
bottom: 0;
left: 0;
cursor: sw-resize;
z-index: 2;
zoom: 1;
}
.yui-resize .yui-resize-handle-tl {
height: 5px;
width: 5px;
top: 0;
left: 0;
cursor: nw-resize;
z-index: 2;
zoom: 1;
}
.yui-resize .yui-resize-handle-tr {
height: 5px;
width: 5px;
top: 0;
right: 0;
cursor: ne-resize;
z-index: 2;
zoom: 1;
}
.yui-resize .yui-resize-handle-r {
width: 5px;
height: 100%;
top: 0;
right: 0;
cursor: e-resize;
zoom: 1;
}
.yui-resize .yui-resize-handle-l {
height: 100%;
width: 5px;
top: 0;
left: 0;
cursor: w-resize;
zoom: 1;
}
.yui-resize .yui-resize-handle-b {
width: 100%;
height: 5px;
bottom: 0;
right: 0;
cursor: s-resize;
zoom: 1;
}
.yui-resize .yui-resize-handle-t {
width: 100%;
height: 5px;
top: 0;
right: 0;
cursor: n-resize;
zoom: 1;
}
.yui-resize-proxy {
position: absolute;
border: 1px dashed #000;
visibility: hidden;
z-index: 1000;
}
.yui-resize-hover .yui-resize-handle,
.yui-resize-hidden .yui-resize-handle {
opacity: 0;
filter: alpha(opacity=0);
}
.yui-resize-ghost {
opacity: .5;
filter: alpha(opacity=50);
}
.yui-resize-knob .yui-resize-handle {
height: 6px;
width: 6px;
}
.yui-resize-knob .yui-resize-handle-tr {
right: -3px;
top: -3px;
}
.yui-resize-knob .yui-resize-handle-tl {
left: -3px;
top: -3px;
}
.yui-resize-knob .yui-resize-handle-bl {
left: -3px;
bottom: -3px;
}
.yui-resize-knob .yui-resize-handle-br {
right: -3px;
bottom: -3px;
}
.yui-resize-knob .yui-resize-handle-t {
left: 45%;
top: -3px;
}
.yui-resize-knob .yui-resize-handle-r {
right: -3px;
top: 45%;
}
.yui-resize-knob .yui-resize-handle-l {
left: -3px;
top: 45%;
}
.yui-resize-knob .yui-resize-handle-b {
left: 45%;
bottom: -3px;
}
.yui-resize-status {
position: absolute;
top: -999px;
left: -999px;
padding: 2px;
font-size: 80%;
display: none;
zoom: 1; /* IE hasLayout */
z-index: 9999;
}
.yui-resize-status strong, .yui-resize-status em {
font-weight: normal;
font-style: normal;
padding: 1px;
zoom: 1;
}