[gbif-providertoolkit] r4208 committed - The .subitem .halfcolumn input was not short enough so on Windows FF a...

3 views
Skip to first unread message

gbif-provi...@googlecode.com

unread,
Oct 16, 2012, 5:54:05 AM10/16/12
to gbif-ipt-c...@googlegroups.com
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 {
Reply all
Reply to author
Forward
0 new messages