##// END OF EJS Templates
moved locking of commit stats into the task itself to remove race conditions when lock was not removed before starting another task.
moved locking of commit stats into the task itself to remove race conditions when lock was not removed before starting another task.

File last commit:

r1073:289ff43c beta
r1264:0c43c667 beta
Show More
resize-skin.css
142 lines | 4.2 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
*/
/* Give the handle a background color */
.yui-skin-sam .yui-resize .yui-resize-handle {
background-color: #F2F2F2;
zoom: 1;
}
/* Give the active handle a different color */
.yui-skin-sam .yui-resize .yui-resize-handle-active {
background-color: #7D98B8;
zoom: 1;
}
.yui-skin-sam .yui-resize .yui-resize-handle-l,
.yui-skin-sam .yui-resize .yui-resize-handle-r,
.yui-skin-sam .yui-resize .yui-resize-handle-l-active,
.yui-skin-sam .yui-resize .yui-resize-handle-r-active {
height: 100%;
zoom: 1;
}
/* Give a border to the 8-way knob style handles */
.yui-skin-sam .yui-resize-knob .yui-resize-handle {
border: 1px solid #808080;
}
/* Show the active handle when hovered */
.yui-skin-sam .yui-resize-hover .yui-resize-handle-active {
opacity: 1;
filter: alpha(opacity=100);
}
/* Style the resize proxy */
.yui-skin-sam .yui-resize-proxy {
border: 1px dashed #426FD9;
}
/* Style the status box similar to a tooltip */
.yui-skin-sam .yui-resize-status {
border: 1px solid #A6982B;
border-top: 1px solid #D4C237;
background-color: #FFEE69;
color: #000;
}
/* Style the content of the status box */
.yui-skin-sam .yui-resize-status strong, .yui-skin-sam .yui-resize-status em {
float: left;
display: block;
clear: both;
padding: 1px;
text-align: center;
}
/* Setup the gripper */
.yui-skin-sam .yui-resize .yui-resize-handle-inner-r,
.yui-skin-sam .yui-resize .yui-resize-handle-inner-l {
background: transparent url( layout_sprite.png) no-repeat 0 -5px;
height: 16px;
width: 5px;
position: absolute;
top: 45%;
}
/* Setup the gripper */
.yui-skin-sam .yui-resize .yui-resize-handle-inner-t,
.yui-skin-sam .yui-resize .yui-resize-handle-inner-b {
background: transparent url(layout_sprite.png) no-repeat -20px 0;
height: 5px;
width: 16px;
position: absolute;
left: 50%;
}
/* Bottom Right Gripper */
.yui-skin-sam .yui-resize .yui-resize-handle-br {
background-image: url( layout_sprite.png );
background-repeat: no-repeat;
background-position: -22px -62px;
}
/* Top Right Gripper */
.yui-skin-sam .yui-resize .yui-resize-handle-tr {
background-image: url( layout_sprite.png );
background-repeat: no-repeat;
background-position: -22px -42px;
}
/* Top Left Gripper */
.yui-skin-sam .yui-resize .yui-resize-handle-tl {
background-image: url( layout_sprite.png );
background-repeat: no-repeat;
background-position: -22px -82px;
}
/* Bottom Left Gripper */
.yui-skin-sam .yui-resize .yui-resize-handle-bl {
background-image: url( layout_sprite.png );
background-repeat: no-repeat;
background-position: -22px -23px;
}
/* Remove the background image from the 8-way knobs */
.yui-skin-sam .yui-resize-knob .yui-resize-handle-t,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-r,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-b,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-l,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-tl,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-tr,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-bl,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-br,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-t,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-r,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-b,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-l,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-tl,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-tr,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-bl,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-br {
background-image: none;
}
.yui-skin-sam .yui-resize-knob .yui-resize-handle-l,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-r,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-l-active,
.yui-skin-sam .yui-resize-knob .yui-resize-handle-r-active {
height: 6px;
width: 6px;
}
.yui-skin-sam .yui-resize-textarea .yui-resize-handle-r {
right: -8px;
}
.yui-skin-sam .yui-resize-textarea .yui-resize-handle-b {
bottom: -8px;
}
.yui-skin-sam .yui-resize-textarea .yui-resize-handle-br {
right: -8px;
bottom: -8px;
}