22 lines
448 B
Text
22 lines
448 B
Text
/**
|
|
* This file provides the design styles for the direct / menu jump links.
|
|
*
|
|
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
|
*/
|
|
|
|
.nav-usertools {
|
|
ul{
|
|
float: right;
|
|
li{
|
|
display: inline-block;
|
|
float: right;
|
|
border: 1px solid @color-border;
|
|
*{
|
|
font-size: .8rem;
|
|
}
|
|
a{
|
|
.profile;
|
|
}
|
|
}
|
|
}
|
|
}
|