[Rt-commit] r3415 - in rt/branches/3.5-TESTING: .
html/Approvals/Elements html/Elements html/NoAuth/css
trs at bestpractical.com
trs at bestpractical.com
Thu Jul 7 16:24:53 EDT 2005
Author: trs
Date: Thu Jul 7 16:24:52 2005
New Revision: 3415
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/Approvals/Elements/PendingMyApproval
rt/branches/3.5-TESTING/html/Elements/PageLayout
rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
Log:
r4851 at wintermute: tom | 2005-07-07 16:20:29 -0400
A few cosmetic bugs fixed...
* IE: #header padding-top
* All: /Elements/Submit padding/margin-bottom
* IE: Top action submit buttons + font size
Modified: rt/branches/3.5-TESTING/html/Approvals/Elements/PendingMyApproval
==============================================================================
--- rt/branches/3.5-TESTING/html/Approvals/Elements/PendingMyApproval (original)
+++ rt/branches/3.5-TESTING/html/Approvals/Elements/PendingMyApproval Thu Jul 7 16:24:52 2005
@@ -58,7 +58,7 @@
</table>
<&| /Widgets/TitleBox, title => loc("Search for approvals") &>
-<input type=checkbox value="1" name="ShowPending"
+<input type="checkbox" class="checkbox" value="1" name="ShowPending"
<%((!$ARGS{'ShowRejected'} && !$ARGS{'ShowResolved'}) ||
$ARGS{'ShowPending'})
&& "checked"%>> <&|/l&>Show pending requests</&><br>
Modified: rt/branches/3.5-TESTING/html/Elements/PageLayout
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/PageLayout (original)
+++ rt/branches/3.5-TESTING/html/Elements/PageLayout Thu Jul 7 16:24:52 2005
@@ -63,7 +63,7 @@
<& /Elements/Menu, toptabs => $toptabs, current_toptab => $current_toptab &>
</div>
-<div id="header" style="padding-top: <% 1.2 * $menu_depth %>em; _padding-top: <% 0.5 * $menu_depth %>;">
+<div id="header" style="padding-top: <% 1.2 * $menu_depth %>em; _padding-top: <% 0.55 * $menu_depth %>em;">
<div class="clear"></div>
<h1><%$title%></h1>
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 Thu Jul 7 16:24:52 2005
@@ -86,7 +86,7 @@
font-size: 1.1em;
padding: 0.3em 1.5em 0 1.5em;
border-top: 1px solid #930;
- margin: 1.5em 0 0 0;
+ margin: 1.5em 0 2.5em 0;
}
.submit .buttons { float: right; }
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 Thu Jul 7 16:24:52 2005
@@ -97,6 +97,7 @@
#quickbar #topactions form .button {
padding: 0 2px 0 2px;
+ font-size: 1em;
}
#quickbar #topactions form .field {
@@ -106,6 +107,7 @@
#quickbar #topactions form input.field {
padding: 3px;
+ font-size: 1em;
}
.hide, .hidden { display: none !important; }
More information about the Rt-commit
mailing list