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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

gavinmabie
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;
+}
+