kopia lustrzana https://github.com/c9/core
fix misaligned label in preview switcher
rodzic
d3f65148fe
commit
a6c0bd6e24
|
@ -1,8 +1,10 @@
|
||||||
.btn-switcher {
|
.btn-switcher {
|
||||||
.user-select(none);
|
.user-select(none);
|
||||||
|
-webkit-display: flex;
|
||||||
|
display: flex;
|
||||||
|
-webkit-align-items: center;
|
||||||
|
align-items: center;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
line-height: 19px;
|
|
||||||
font-size: @preview-chooser-font-size;
|
font-size: @preview-chooser-font-size;
|
||||||
font-weight: @preview-chooser-font-weight;
|
font-weight: @preview-chooser-font-weight;
|
||||||
color: ;
|
color: ;
|
||||||
|
@ -46,6 +48,5 @@
|
||||||
.btn-switcherIcon {
|
.btn-switcherIcon {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
padding-top: 5px;
|
background-position: 5px 50%
|
||||||
background-position: 5px 6px;
|
|
||||||
}
|
}
|
Ładowanie…
Reference in New Issue