comparison 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
comparison
equal deleted inserted replaced
555:03676d39dd0a 556:65b2f150beb7
1315 1315
1316 #content div.box div.form div.fields div.field-first 1316 #content div.box div.form div.fields div.field-first
1317 { 1317 {
1318 padding: 0 0 10px 0; 1318 padding: 0 0 10px 0;
1319 } 1319 }
1320
1321 #content div.box div.form div.fields div.field-noborder
1322 {
1323 border-bottom: 0px !important;
1324 }
1325
1320 1326
1321 #content div.box div.form div.fields div.field span.error-message 1327 #content div.box div.form div.fields div.field span.error-message
1322 { 1328 {
1323 margin: 8px 0 0 0; 1329 margin: 8px 0 0 0;
1324 padding: 0; 1330 padding: 0;
3309 padding-left: 20px; 3315 padding-left: 20px;
3310 text-align: left; 3316 text-align: left;
3311 } 3317 }
3312 3318
3313 /* ----------------------------------------------------------- 3319 /* -----------------------------------------------------------
3320 SEARCH
3321 ----------------------------------------------------------- */
3322
3323 .box .search {
3324 clear:both;
3325 margin:0;
3326 overflow:hidden;
3327 padding:0 20px 10px;
3328 }
3329 .box .search div.search_path{
3330 background:none repeat scroll 0 0 #EEEEEE;
3331 border:1px solid #CCCCCC;
3332
3333 color:blue;
3334 padding:10px 0;
3335 margin-bottom:10px;
3336 }
3337 .box .search div.search_path div.link{
3338 font-weight:bold;
3339 margin-left:25px;
3340 }
3341 .box .search div.search_path div.link a{
3342 color:#0066CC;
3343 cursor:pointer;
3344 text-decoration:none;
3345 }
3346
3347
3348
3349 /* -----------------------------------------------------------
3314 ADMIN - SETTINGS 3350 ADMIN - SETTINGS
3315 ----------------------------------------------------------- */ 3351 ----------------------------------------------------------- */
3316 #path_unlock{ 3352 #path_unlock{
3317 color: red; 3353 color: red;
3318 font-size: 1.2em; 3354 font-size: 1.2em;