You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ga...@apache.org on 2015/06/13 06:29:04 UTC

svn commit: r1685213 - /ofbiz/branches/boostrap_theme/themes/bootstrap/webapp/bootstrap/css/style.css

Author: gavinmabie
Date: Sat Jun 13 04:29:04 2015
New Revision: 1685213

URL: http://svn.apache.org/r1685213
Log:
Various styling issues, including pagination issue OFBIZ-6326

Modified:
    ofbiz/branches/boostrap_theme/themes/bootstrap/webapp/bootstrap/css/style.css

Modified: ofbiz/branches/boostrap_theme/themes/bootstrap/webapp/bootstrap/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/branches/boostrap_theme/themes/bootstrap/webapp/bootstrap/css/style.css?rev=1685213&r1=1685212&r2=1685213&view=diff
==============================================================================
--- ofbiz/branches/boostrap_theme/themes/bootstrap/webapp/bootstrap/css/style.css (original)
+++ ofbiz/branches/boostrap_theme/themes/bootstrap/webapp/bootstrap/css/style.css Sat Jun 13 04:29:04 2015
@@ -417,4 +417,11 @@ div#footer.panel.panel-default {
     border-color: #e7e7e7;
 }
 
+/**************** Custom Styles ****************/
+.form-control-inline {
+    min-width: 0;
+    width: auto;
+    display: inline;
+}
+