|
@@ -28,27 +28,27 @@
|
|
display: block;
|
|
display: block;
|
|
padding: @padding-small-vertical @padding-small-horizontal;
|
|
padding: @padding-small-vertical @padding-small-horizontal;
|
|
|
|
|
|
- font-size: @font-size-large * 1.2;
|
|
|
|
|
|
+ font-size: @font-size-large;
|
|
|
|
|
|
img {
|
|
img {
|
|
border-radius: @border-radius-small;
|
|
border-radius: @border-radius-small;
|
|
- height: 32px;
|
|
|
|
- margin-top: -2px;
|
|
|
|
|
|
+ height: 25px;
|
|
|
|
+ margin-top: -3px;
|
|
margin-right: @padding-small-vertical * 0.7;
|
|
margin-right: @padding-small-vertical * 0.7;
|
|
}
|
|
}
|
|
|
|
|
|
span {
|
|
span {
|
|
position: relative;
|
|
position: relative;
|
|
- top: 1px;
|
|
|
|
|
|
+ bottom: 1px;
|
|
}
|
|
}
|
|
|
|
|
|
small {
|
|
small {
|
|
background-color: @panel-bg;
|
|
background-color: @panel-bg;
|
|
border-radius: @border-radius-small;
|
|
border-radius: @border-radius-small;
|
|
float: right;
|
|
float: right;
|
|
- position: relative;
|
|
|
|
padding: @padding-xs-vertical @padding-xs-horizontal;
|
|
padding: @padding-xs-vertical @padding-xs-horizontal;
|
|
- top: 5px;
|
|
|
|
|
|
+ position: relative;
|
|
|
|
+ top: 2px;
|
|
|
|
|
|
color: @panel-bg;
|
|
color: @panel-bg;
|
|
font-size: @font-size-base;
|
|
font-size: @font-size-base;
|