[Rt-commit] r13327 - in rt/3.8/branches/3.8.0-releng: .
jesse at bestpractical.com
jesse at bestpractical.com
Mon Jun 16 12:28:18 EDT 2008
Author: jesse
Date: Mon Jun 16 12:28:18 2008
New Revision: 13327
Modified:
rt/3.8/branches/3.8.0-releng/ (props changed)
rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/forms.css
rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/layout.css
Log:
* Merging fixes which should have been merged over the weekend
Modified: rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/forms.css
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/forms.css (original)
+++ rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/forms.css Mon Jun 16 12:28:18 2008
@@ -174,17 +174,16 @@
%# ComboBox styles... some properties like height and width must be dynamically
%# set in the JS (at least for now).
.combobox {
- border: 2px inset ButtonHighlight;
position: relative;
- min-width: 10em;
+ width: 11.5em;
}
.combobox .combo-button {
+ right: 0;
padding: 0;
margin-top: 0;
cursor: default;
color: ButtonFace;
- padding-right: 0.2em;
background: ButtonFace;
border: 2px outset ButtonHighlight;
}
@@ -204,8 +203,8 @@
}
.combobox .combo-text {
+ border: 1px inset ButtonHighlight;
margin: 0;
- border: 0;
padding: 0;
}
Modified: rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/layout.css
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/layout.css (original)
+++ rt/3.8/branches/3.8.0-releng/share/html/NoAuth/css/web2/layout.css Mon Jun 16 12:28:18 2008
@@ -82,7 +82,7 @@
background: transparent;
right: 1em;
top: 3.8em;
- width: 38em;
+ width: 39em;
font-size: 0.9em;
z-index: 99;
}
More information about the Rt-commit
mailing list