From: <tob...@us...> - 2014-03-13 20:30:36
|
Revision: 7961 http://sourceforge.net/p/bigdata/code/7961 Author: tobycraig Date: 2014-03-13 20:30:32 +0000 (Thu, 13 Mar 2014) Log Message: ----------- #857 - Wider header input field Modified Paths: -------------- branches/RDR/bigdata-war/src/html/css/style.css Modified: branches/RDR/bigdata-war/src/html/css/style.css =================================================================== --- branches/RDR/bigdata-war/src/html/css/style.css 2014-03-13 20:28:36 UTC (rev 7960) +++ branches/RDR/bigdata-war/src/html/css/style.css 2014-03-13 20:30:32 UTC (rev 7961) @@ -171,6 +171,10 @@ text-align: right; } +#explore-form input[type=text] { + width: 50%; +} + #advanced-features, #query-explanation, #explore-results, #namespace-properties { display: none; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |