diff rhodecode/public/css/style.css @ 2232:49dc09e9f076 beta

Implements subrepos view inside filebrowser - fixes issue #434: Error when accessing files or changesets of a git repository with submodules
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 03 May 2012 23:15:47 +0200
parents 64f7cf8f6a33
children 09fd90d91b6a 99536f257644
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Thu May 03 21:17:30 2012 +0200
+++ b/rhodecode/public/css/style.css	Thu May 03 23:15:47 2012 +0200
@@ -2718,6 +2718,14 @@
 	text-align: left;
 }
 
+table.code-browser .submodule-dir {
+    background: url("../images/icons/disconnect.png") no-repeat scroll 3px;
+    height: 16px;
+    padding-left: 20px;
+    text-align: left;
+}
+
+
 .box .search {
 	clear: both;
 	overflow: hidden;