comparison 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
comparison
equal deleted inserted replaced
2231:2cfaf199a5a7 2232:49dc09e9f076
2715 background: url("../images/icons/folder_16.png") no-repeat scroll 3px; 2715 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
2716 height: 16px; 2716 height: 16px;
2717 padding-left: 20px; 2717 padding-left: 20px;
2718 text-align: left; 2718 text-align: left;
2719 } 2719 }
2720
2721 table.code-browser .submodule-dir {
2722 background: url("../images/icons/disconnect.png") no-repeat scroll 3px;
2723 height: 16px;
2724 padding-left: 20px;
2725 text-align: left;
2726 }
2727
2720 2728
2721 .box .search { 2729 .box .search {
2722 clear: both; 2730 clear: both;
2723 overflow: hidden; 2731 overflow: hidden;
2724 margin: 0; 2732 margin: 0;