Download:
child 75:628f04c6b1e5
parent 73:c859feab1f4a
74:ea3a3ddbacd3
Anton Shestakov <av6@dwimlabs.net>, Wed, 02 Mar 2016 21:36:15 +0800
css: stick buttons in note editor to the bottom

1 файлов изменено, 4 вставок(+), 0 удалений(-) [+]
static/css/custom.css file | annotate | diff | comparison | revisions
--- a/static/css/custom.css Wed Mar 02 21:25:41 2016 +0800
+++ b/static/css/custom.css Wed Mar 02 21:36:15 2016 +0800
@@ -27,6 +27,10 @@
border: 1px solid #e1e1e8;
}
+.task .task-note .inline-editor .input-group-btn {
+ vertical-align: bottom;
+}
+
.task input[type="checkbox"] {
float: left;
margin-right: 6px;