[Rt-commit] [rtir] 01/01: increase width of simple search textbox so the placeholder will fit
Dustin Graves
dustin at bestpractical.com
Fri Mar 4 19:25:10 EST 2016
This is an automated email from the git hooks/post-receive script.
dustin pushed a commit to branch 3.4/simple-search-width
in repository rtir.
commit 416f2f9f79cb7404452ed8283737fd617eb179f0
Author: Dustin Graves <dustin at bestpractical.com>
Date: Sat Mar 5 00:17:24 2016 +0000
increase width of simple search textbox so the placeholder will fit
Fixes: I#31749
---
static/css/rtir-styles.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/static/css/rtir-styles.css b/static/css/rtir-styles.css
index 7c38acb..ae43c03 100644
--- a/static/css/rtir-styles.css
+++ b/static/css/rtir-styles.css
@@ -62,6 +62,10 @@ body.rtir .no-recipients {
body.rtir #topactions #simple-search input.button {
}
+body.rtir #topactions #simple-search input.field {
+ width: 150px;
+}
+
body.rtir #topactions { min-width: 44em; white-space: no-wrap; }
#comp-RTIR .myrt>table>tr>td:first-child {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list