Skip to content

Commit 6a51aec

Browse files
committed
style tweaks
1 parent 3a0c2c4 commit 6a51aec

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

lib/resources/styles.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ h5 {
9999
font-size: 16px;
100100
}
101101

102+
strong {
103+
font-weight: 500;
104+
}
105+
102106
.subtitle {
103107
font-size: 17px;
104108
min-height: 1.4em;
@@ -612,7 +616,6 @@ button {
612616
width: 396px;
613617
height: 30px;
614618
padding: 8px 12px;
615-
font-size: 24px;
616619
line-height: 30px;
617620
outline: none;
618621
}
@@ -636,23 +639,21 @@ button {
636639
}
637640

638641
.tt-menu {
642+
right:0;
643+
left: inherit !important;
639644
width: 422px;
640-
margin: 12px 0;
645+
margin: 0;
641646
padding: 8px 0;
642647
background-color: #fff;
643648
border: 1px solid #ccc;
644649
border: 1px solid rgba(0, 0, 0, 0.2);
645-
-webkit-border-radius: 8px;
646-
-moz-border-radius: 8px;
647-
border-radius: 8px;
648650
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
649651
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
650652
box-shadow: 0 5px 10px rgba(0,0,0,.2);
651653
}
652654

653655
.tt-suggestion {
654656
padding: 3px 20px;
655-
font-size: 18px;
656657
line-height: 24px;
657658
color: #212121;
658659
}

0 commit comments

Comments
 (0)