fix action links (bug 699276)
This commit is contained in:
Родитель
886f31b7da
Коммит
ef5748a134
|
@ -40,55 +40,6 @@
|
|||
.item-details {
|
||||
width: 68%;
|
||||
}
|
||||
.item-actions {
|
||||
clear: both;
|
||||
float: none;
|
||||
margin: 1.75em 0 0;
|
||||
a {
|
||||
color: @note-gray;
|
||||
&.more-actions {
|
||||
display: block;
|
||||
position: relative;
|
||||
&:after {
|
||||
border-color: @note-gray transparent transparent;
|
||||
border-style: solid;
|
||||
border-width: 3px 3px 0;
|
||||
content: "";
|
||||
margin: 5px 0 0 4px;
|
||||
position: absolute;
|
||||
height: 0;
|
||||
top: 0;
|
||||
width: 0;
|
||||
}
|
||||
&:hover:after {
|
||||
border-top-color: #05e;
|
||||
}
|
||||
}
|
||||
}
|
||||
h5 {
|
||||
font-size: 1em;
|
||||
margin-right: 4px;
|
||||
}
|
||||
h5, > ul, > ul > li {
|
||||
color: @note-gray;
|
||||
display: inline-block;
|
||||
}
|
||||
h5:after {
|
||||
content: ":";
|
||||
}
|
||||
> ul > li {
|
||||
display: inline-block;
|
||||
&:not(:last-child):after {
|
||||
background-color: @note-gray;
|
||||
border-radius: 5em;
|
||||
content: "";
|
||||
display: inline-block;
|
||||
height: 2px;
|
||||
margin: 0 2px 4px;
|
||||
width: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
a {
|
||||
color: @link;
|
||||
|
@ -110,7 +61,59 @@
|
|||
margin: 0 2% 0 0;
|
||||
padding: 0 2% 0 0;
|
||||
}
|
||||
.item-actions a.more-actions:after {
|
||||
margin: 5px 4px 0 0;
|
||||
}
|
||||
|
||||
.item-actions {
|
||||
clear: both;
|
||||
float: none;
|
||||
font-size: 11px;
|
||||
line-height: 13px;
|
||||
margin: 1.75em 0 0;
|
||||
a {
|
||||
color: @note-gray;
|
||||
&.more-actions {
|
||||
display: block;
|
||||
position: relative;
|
||||
&:after {
|
||||
border-color: @note-gray transparent transparent;
|
||||
border-style: solid;
|
||||
border-width: 3px 3px 0;
|
||||
content: "";
|
||||
margin: 5px 0 0 4px;
|
||||
position: absolute;
|
||||
height: 0;
|
||||
top: 0;
|
||||
width: 0;
|
||||
}
|
||||
&:hover:after {
|
||||
border-top-color: #05e;
|
||||
}
|
||||
}
|
||||
}
|
||||
h5 {
|
||||
font-size: 1em;
|
||||
margin-right: 4px;
|
||||
}
|
||||
h5, > ul, > ul > li {
|
||||
color: @note-gray;
|
||||
display: inline-block;
|
||||
}
|
||||
h5:after {
|
||||
content: ":";
|
||||
}
|
||||
> ul > li {
|
||||
display: inline-block;
|
||||
&:not(:last-child):after {
|
||||
background-color: @note-gray;
|
||||
border-radius: 5em;
|
||||
content: "";
|
||||
display: inline-block;
|
||||
height: 2px;
|
||||
margin: 0 2px 4px;
|
||||
width: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.html-rtl .item-actions a.more-actions:after {
|
||||
margin: 5px 4px 0 0;
|
||||
}
|
||||
|
|
|
@ -503,6 +503,7 @@ MINIFY_BUNDLES = {
|
|||
'css/zamboni/docs.less',
|
||||
'css/impala/developers.less',
|
||||
'css/impala/devhub-packager.less',
|
||||
'css/impala/devhub-listing.less',
|
||||
'css/impala/devhub-popups.less',
|
||||
'css/impala/devhub-compat.less',
|
||||
'css/impala/formset.less',
|
||||
|
|
Загрузка…
Ссылка в новой задаче