[Rt-commit] r17074 - in rtir/2.4/trunk/html/RTIR: Elements
ruz at bestpractical.com
ruz at bestpractical.com
Tue Dec 2 22:42:49 EST 2008
Author: ruz
Date: Tue Dec 2 22:42:49 2008
New Revision: 17074
Modified:
rtir/2.4/trunk/html/RTIR/Elements/SimpleSearch
rtir/2.4/trunk/html/RTIR/NoAuth/webrtir.css
Log:
* fix simple search layout in web2 theme
Modified: rtir/2.4/trunk/html/RTIR/Elements/SimpleSearch
==============================================================================
--- rtir/2.4/trunk/html/RTIR/Elements/SimpleSearch (original)
+++ rtir/2.4/trunk/html/RTIR/Elements/SimpleSearch Tue Dec 2 22:42:49 2008
@@ -21,7 +21,7 @@
%#
%#
%# END LICENSE BLOCK
-<form action="<% RT->Config->Get('WebPath') %>/RTIR/index.html">
+<form action="<% RT->Config->Get('WebPath') %>/RTIR/index.html" id="simple-search">
<input type="hidden" name="NewSearch" value="1" />
<input type="hidden" name="Queue" value="Incidents" />
<input size="12" name="q" accesskey="0" />
Modified: rtir/2.4/trunk/html/RTIR/NoAuth/webrtir.css
==============================================================================
--- rtir/2.4/trunk/html/RTIR/NoAuth/webrtir.css (original)
+++ rtir/2.4/trunk/html/RTIR/NoAuth/webrtir.css Tue Dec 2 22:42:49 2008
@@ -36,6 +36,12 @@
margin: 1em;
}
+#topactions #simple-search input.button {
+ width:10em;
+}
+
+#topactions { min-width: 44em; }
+
% $m->abort;
<%INIT>
$r->content_type('text/css');
More information about the Rt-commit
mailing list