Revision: 4208
Author:
b...@gbif.org
Date: Tue Oct 16 02:53:55 2012
Log: The .subitem .halfcolumn input was not short enough so on Windows
FF and IE9 the inputs are forced to the second line. Fixed by reduce the
width to 70%.
http://code.google.com/p/gbif-providertoolkit/source/detail?r=4208
Modified:
/trunk/gbif-ipt/src/main/webapp/styles/main.css
=======================================
--- /trunk/gbif-ipt/src/main/webapp/styles/main.css Tue Oct 16 01:54:15 2012
+++ /trunk/gbif-ipt/src/main/webapp/styles/main.css Tue Oct 16 02:53:55 2012
@@ -802,8 +802,8 @@
float: left;
}
-div.subitem div.halfcolumn input {
- width: 80%;
+.subitem div.halfcolumn input {
+ width: 70%;
}
.subitem label {