Download:
child 236:7e7d68a03bad
parent 234:79336d1a11af
235:3c616f038e21
Anton Shestakov <av6@dwimlabs.net>, Sat, 03 Dec 2016 12:32:39 +0800
index: remove right border from input in .input-group

1 файлов изменено, 3 вставок(+), 2 удалений(-) [+]
css/tram-im.css file | annotate | diff | comparison | revisions
--- a/css/tram-im.css Sat Dec 03 12:30:08 2016 +0800
+++ b/css/tram-im.css Sat Dec 03 12:32:39 2016 +0800
@@ -64,12 +64,13 @@
margin-top: 15px;
margin-bottom: 15px;
}
-.input-group {
+.uk-form.input-group {
display: table;
}
-.input-group > input {
+.uk-form.input-group > input {
display: table-cell;
width: 100%;
+ border-right: 0;
}
.input-group-button {
display: table-cell;