diff rhodecode/public/css/style.css @ 556:65b2f150beb7

Added searching for file names within the repository in rhodecode
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 07 Oct 2010 17:32:24 +0200
parents f57aaf673743
children 70b2cea78c91
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Oct 06 18:26:59 2010 +0200
+++ b/rhodecode/public/css/style.css	Thu Oct 07 17:32:24 2010 +0200
@@ -1318,6 +1318,12 @@
 	padding: 0 0 10px 0; 
 }
 
+#content div.box div.form div.fields div.field-noborder
+{
+    border-bottom: 0px !important; 
+}
+
+
 #content div.box div.form div.fields div.field span.error-message
 {
 	margin: 8px 0 0 0;
@@ -3311,6 +3317,36 @@
 }
 
 /* -----------------------------------------------------------
+    SEARCH
+----------------------------------------------------------- */
+
+.box .search {
+	clear:both;
+	margin:0;
+	overflow:hidden;
+	padding:0 20px 10px;
+}
+.box .search div.search_path{
+    background:none repeat scroll 0 0 #EEEEEE;
+    border:1px solid #CCCCCC;
+
+    color:blue;
+    padding:10px 0;
+    margin-bottom:10px;
+}
+.box .search div.search_path div.link{
+	font-weight:bold;
+	margin-left:25px;
+}
+.box .search div.search_path div.link a{
+	color:#0066CC;
+	cursor:pointer;
+	text-decoration:none;
+}
+
+
+
+/* -----------------------------------------------------------
 	ADMIN - SETTINGS
 ----------------------------------------------------------- */
 #path_unlock{