%PDF- %PDF-
| Direktori : /data/old/home/stash/atlassian/stash/3.7.1/atlassian-stash/static/page/changeset/ |
| Current File : //data/old/home/stash/atlassian/stash/3.7.1/atlassian-stash/static/page/changeset/changeset.less |
@import "../../global.less";
.aui-theme.default #content .aui-page-panel-content,
.stash-theme #content .aui-page-panel-content {
padding: 0;
}
.changeset-metadata {
padding: @doubleSpacing @doubleSpacing 0 @doubleSpacing;
border-bottom: 1px solid @dividerColor;
.changeset-metadata-details {
> h3 {
margin: 0 0.75em 0 0;
font-weight: bold;
font-size: @font-size-default;
display: inline;
}
> time {
display: inline;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
}
> .commit-message {
margin-top: @baseSpacing;
pre {
white-space: pre-wrap;
}
}
}
}
.changeset-id-tooltip {
font-family: monospace;
> .tipsy-inner {
max-width: 40ch;
}
}
.aui-group.aui-group-split > .changeset-metadata-user-avatar {
width: @aui-avatar-size-large + @baseSpacing;
padding-bottom: @baseSpacing;
}
.aui-group.aui-group-split > .changeset-metadata-details {
text-align: left;
padding: 0 0 @baseSpacing 0;
}
.changeset-metadata-diff-to {
.box-sizing();
margin: @baseSpacing 0;
> strong {
color: @bodyTextColor;
margin-right: @baseSpacing;
}
.aui-dropdown2-trigger {
font-family: monospace;
}
}
#diff-to-parent-dropdown,
#diff-to-parent-dropdown ul{
.border-radius(@baseBorderRadius);
background: @contentBackgroundColor;
}
#diff-to-parent-dropdown {
border: 1px solid @activeDividerColor;
width: 470px;
max-width: none; // @aui-override override aui-dropdown2
}
.changeset-extra {
float: right;
margin-left: @doubleSpacing;
white-space: nowrap;
width: 230px;
// Keep the dl/dt stuff for backwards-compatibility until 4.0
dl {
list-style: none;
padding: 0 0 0 16px;
margin: 0;
}
dt {
display: inline-block;
}
dt + dd:before {
content: ': ';
}
dd:before {
content: ', ';
}
dd {
display: inline-block;
margin: 0;
}
.aui-dd-parent {
display: inline-block;
vertical-align: top;
.aui-dd-trigger {
display: inline-block;
height: 18px;
vertical-align: top;
background: none;
width: auto;
border: 0;
padding: 0;
cursor: pointer;
text-indent: 0;
padding-bottom: 5px;
color: #3F78B2;
.border-radius(0);
&:hover,
&:focus {
background: none;
color: #3F78B2;
}
> .icon-dropdown {
/* CSS border triangle trick + margins for positioning */
width: 0;
height: 0;
margin: 6px 0 0 0;
border: 4px solid transparent;
border-bottom: none;
border-top-color: #3F78B2;
display: inline-block;
min-width: 0;
vertical-align: text-top;
}
}
.aui-dropdown {
min-width: 100%;
li a,
li span {
max-width: 10em;
overflow-x: hidden;
text-overflow: ellipsis;
}
}
} // .aui-dd-parent
}