You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2012/08/25 14:51:32 UTC

svn commit: r1377287 - /maven/skins/trunk/maven-fluido-skin/src/main/resources/css/maven-theme.css

Author: rfscholte
Date: Sat Aug 25 12:51:32 2012
New Revision: 1377287

URL: http://svn.apache.org/viewvc?rev=1377287&view=rev
Log:
MSKINS-63: move menu-icons to the right
max width for active item

Modified:
    maven/skins/trunk/maven-fluido-skin/src/main/resources/css/maven-theme.css

Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1377287&r1=1377286&r2=1377287&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/main/resources/css/maven-theme.css (original)
+++ maven/skins/trunk/maven-fluido-skin/src/main/resources/css/maven-theme.css Sat Aug 25 12:51:32 2012
@@ -66,6 +66,16 @@ table.zebra-striped{background-color:#FF
 /* avoid transparent footer */
 .footer{background-color:#EEE}
 
+/* align with adjustments of http://twitter.github.com/bootstrap/examples/fluid.html */
 .sidebar-nav {
-    padding-left: 12px;
+    padding-left: 0px;
+    padding-right: 0px;
+}
+
+.sidebar-nav .icon-chevron-right, .sidebar-nav .icon-chevron-down
+{
+  margin-top: 2px;
+  margin-right: -6px;
+  float: right;
+  opacity: 0.25;
 }