svn commit: r1034749 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/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: r1034749 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

buscob
Author: buscob
Date: Sat Nov 13 12:59:27 2010
New Revision: 1034749

URL: http://svn.apache.org/viewvc?rev=1034749&view=rev
Log:
A smaller pagination bar for tomahawk theme

Modified:
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=1034749&r1=1034748&r2=1034749&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Sat Nov 13 12:59:27 2010
@@ -1968,8 +1968,8 @@ margin-bottom: 1em;
 /* Pager */
 .nav-pager {
 background-color: #9F9F9F;
-padding:8px 20px;
-height:21px;
+padding:2px 20px;
+height:23px;
 }
 
 .nav-pager select{