[Rt-commit] r3412 - in rt/branches/3.5-TESTING: . html/Elements
html/NoAuth/css html/Search/Elements
trs at bestpractical.com
trs at bestpractical.com
Wed Jul 6 22:07:07 EDT 2005
Author: trs
Date: Wed Jul 6 22:07:05 2005
New Revision: 3412
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/Elements/CreateTicket
rt/branches/3.5-TESTING/html/Elements/SimpleSearch
rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
Log:
r4843 at wintermute: tom | 2005-07-06 21:48:24 -0400
Style changes and class-ifying a few missed inputs
Modified: rt/branches/3.5-TESTING/html/Elements/CreateTicket
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/CreateTicket (original)
+++ rt/branches/3.5-TESTING/html/Elements/CreateTicket Wed Jul 6 22:07:05 2005
@@ -44,5 +44,5 @@
%#
%# END BPS TAGGED BLOCK }}}
<form action="<% $RT::WebPath %>/Ticket/Create.html" name="CreateTicketInQueue">
-<&|/l, $m->scomp('/Elements/SelectNewTicketQueue')&><input type="submit" class="button" value="New ticket in" class="button"> [_1]</&>
+<&|/l, $m->scomp('/Elements/SelectNewTicketQueue')&><input type="submit" class="button" value="New ticket in" /> [_1]</&>
</form>
Modified: rt/branches/3.5-TESTING/html/Elements/SimpleSearch
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/SimpleSearch (original)
+++ rt/branches/3.5-TESTING/html/Elements/SimpleSearch Wed Jul 6 22:07:05 2005
@@ -44,6 +44,6 @@
%#
%# END BPS TAGGED BLOCK }}}
<form action="<% $RT::WebPath %>/index.html">
- <input size="12" name="q" autocomplete="off" accesskey="0" class="field">
- <input type="submit" class="button" value="<&|/l&>Search</&>" class="button">
+ <input size="12" name="q" autocomplete="off" accesskey="0" class="field" />
+ <input type="submit" class="button" value="<&|/l&>Search</&>" />
</form>
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/forms.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/forms.css Wed Jul 6 22:07:05 2005
@@ -44,28 +44,38 @@
%#
%# END BPS TAGGED BLOCK }}}
-form .button {
- border: 1px solid #069;
- padding: 1px;
+form input.button {
+ border: 3px double #069;
+ border-top-color: #08c;
+ border-left-color: #08c;
+ padding: 0.25em;
background: white;
font-weight: bold;
}
-html>body form .button { padding: 2px; }
-
-form .button:hover {
- border-color: #08c;
+form input.button:active {
+ border: 3px double #08c;
+ border-top-color: #069;
+ border-left-color: #069;
}
-form .field, form select, form .entry input, form input {
+form select {
border: 1px solid #069;
padding: 1px;
}
-form input.field, form .entry input, form .value input {
+form input.field, form input, form textarea {
+ border: 1px solid #069;
padding: 3px;
}
+form input.checkbox, form input.radio {
+ border: none;
+ padding: 0;
+}
+
+/* form .entry input, form .value input */
+
form .label, form label {
font-weight: bold;
}
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/misc.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/misc.css Wed Jul 6 22:07:05 2005
@@ -96,13 +96,9 @@
}
#quickbar #topactions form .button {
- border: 1px solid #069;
- padding: 1px;
- background: white;
+ padding: 0 2px 0 2px;
}
-html>body #quickbar #topactions form .button { padding: 2px; }
-
#quickbar #topactions form .field {
border: 1px solid #069;
padding: 1px;
Modified: rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
==============================================================================
--- rt/branches/3.5-TESTING/html/Search/Elements/EditSearches (original)
+++ rt/branches/3.5-TESTING/html/Search/Elements/EditSearches Wed Jul 6 22:07:05 2005
@@ -73,7 +73,7 @@
% }
<&|/l&>Load saved search:</&><br>
<& SelectSearchesForObjects, Name => 'LoadSavedSearch', Objects => \@Objects&>
-<input value="<%loc('Load')%>" type="submit">
+<input value="<%loc('Load')%>" type="submit" class="button" />
</&>
<%init>
More information about the Rt-commit
mailing list