tokarchuk/v1.17
Unknwon 10 years ago
parent c04aea8d9d
commit b93ae452fe
  1. 3
      public/ng/css/ui.css
  2. 5
      public/ng/less/ui/form.less

@ -366,6 +366,9 @@ dt {
.grid-4-5 { .grid-4-5 {
width: 80%; width: 80%;
} }
.btn {
white-space: nowrap;
}
.btn-small { .btn-small {
font-size: 10.8px; font-size: 10.8px;
padding: .4em .9em; padding: .4em .9em;

@ -1,9 +1,8 @@
@import "var"; @import "var";
// colored buttons // Button.
.btn { .btn {
&:hover { white-space: nowrap;
}
} }
.btn-small { .btn-small {
font-size: 0.9*@baseFontSize; font-size: 0.9*@baseFontSize;

Loading…
Cancel
Save