
Adjusted some more files to account for changes in the over 100 commits in master since the creation of this branch. SPR-869
39 lines
812 B
Text
39 lines
812 B
Text
/**
|
|
* Page Attribute Icons in the breadcrumb bar
|
|
*/
|
|
.page-attributes {
|
|
list-style: none;
|
|
float: right;
|
|
display: inline-block;
|
|
max-width: 30%;
|
|
margin: -.45em 0 0;
|
|
padding: 0;
|
|
@media @screen_max-xs {
|
|
max-width: 90%;
|
|
}
|
|
|
|
> li {
|
|
.btn-usertools-wrapper(); // uniform li
|
|
.btn-usertools-num();
|
|
|
|
position: relative;
|
|
float: left;
|
|
display: block;
|
|
width: auto;
|
|
min-height: @toggle-size;
|
|
border: 1px solid @wikiicons-border;
|
|
border-radius: @ini_default_border_radius;
|
|
text-align: center;
|
|
margin: 0 .25rem;
|
|
|
|
.prefix {
|
|
.btn-prefix ();
|
|
.icon-clipboard();
|
|
|
|
display: block;
|
|
font-size: 1.2rem;
|
|
line-height: 1;
|
|
}
|
|
|
|
}
|
|
}
|