comparison rhodecode/public/css/style.css @ 2257:a437a986d399

merged beta into stable
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 10 May 2012 20:27:45 +0200
parents dc2584ba5fbc 99536f257644
children 63e58ef80ef1
comparison
equal deleted inserted replaced
2206:deb816e5a579 2257:a437a986d399
2518 clear:both; 2518 clear:both;
2519 } 2519 }
2520 .right .logtags{ 2520 .right .logtags{
2521 padding: 2px 2px 2px 2px; 2521 padding: 2px 2px 2px 2px;
2522 } 2522 }
2523 .right .logtags .branchtag,.right .logtags .tagtag,.right .logtags .booktag{
2524 margin: 0px 2px;
2525 }
2526
2523 .right .logtags .branchtag,.logtags .branchtag { 2527 .right .logtags .branchtag,.logtags .branchtag {
2524 padding: 1px 3px 1px 3px; 2528 padding: 1px 3px 1px 3px;
2525 background-color: #bfbfbf; 2529 background-color: #bfbfbf;
2526 font-size: 10px; 2530 font-size: 10px;
2527 font-weight: bold; 2531 font-weight: bold;
2556 } 2560 }
2557 .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{ 2561 .right .logtags .tagtag a:hover,.logtags .tagtag a:hover{
2558 text-decoration: none; 2562 text-decoration: none;
2559 color: #ffffff; 2563 color: #ffffff;
2560 } 2564 }
2561 .right .logbooks .bookbook,.logbooks .bookbook { 2565 .right .logbooks .bookbook,.logbooks .bookbook,.right .logtags .bookbook,.logtags .bookbook {
2562 padding: 1px 3px 2px; 2566 padding: 1px 3px 1px 3px;
2563 background-color: #46A546; 2567 background-color: #46A546;
2564 font-size: 9.75px; 2568 font-size: 10px;
2565 font-weight: bold; 2569 font-weight: bold;
2566 color: #ffffff; 2570 color: #ffffff;
2567 text-transform: uppercase; 2571 text-transform: uppercase;
2568 white-space: nowrap; 2572 white-space: nowrap;
2569 -webkit-border-radius: 3px; 2573 -webkit-border-radius: 3px;
2570 -moz-border-radius: 3px; 2574 -moz-border-radius: 3px;
2571 border-radius: 3px; 2575 border-radius: 3px;
2572 } 2576 }
2573 .right .logbooks .bookbook,.logbooks .bookbook a{ 2577 .right .logbooks .bookbook,.logbooks .bookbook a,.right .logtags .bookbook,.logtags .bookbook a{
2574 color: #ffffff; 2578 color: #ffffff;
2575 } 2579 }
2576 .right .logbooks .bookbook,.logbooks .bookbook a:hover{ 2580 .right .logbooks .bookbook,.logbooks .bookbook a:hover,.right .logtags .bookbook,.logtags .bookbook a:hover{
2577 text-decoration: none; 2581 text-decoration: none;
2578 color: #ffffff; 2582 color: #ffffff;
2579 } 2583 }
2580 div.browserblock { 2584 div.browserblock {
2581 overflow: hidden; 2585 overflow: hidden;
2715 background: url("../images/icons/folder_16.png") no-repeat scroll 3px; 2719 background: url("../images/icons/folder_16.png") no-repeat scroll 3px;
2716 height: 16px; 2720 height: 16px;
2717 padding-left: 20px; 2721 padding-left: 20px;
2718 text-align: left; 2722 text-align: left;
2719 } 2723 }
2724
2725 table.code-browser .submodule-dir {
2726 background: url("../images/icons/disconnect.png") no-repeat scroll 3px;
2727 height: 16px;
2728 padding-left: 20px;
2729 text-align: left;
2730 }
2731
2720 2732
2721 .box .search { 2733 .box .search {
2722 clear: both; 2734 clear: both;
2723 overflow: hidden; 2735 overflow: hidden;
2724 margin: 0; 2736 margin: 0;
3964 margin-bottom: 10px; 3976 margin-bottom: 10px;
3965 } 3977 }
3966 3978
3967 .comment .buttons { 3979 .comment .buttons {
3968 float: right; 3980 float: right;
3981 padding:2px 2px 0px 0px;
3969 } 3982 }
3970 3983
3971 3984
3972 .show-inline-comments{ 3985 .show-inline-comments{
3973 position: relative; 3986 position: relative;
3974 top:1px 3987 top:1px
3975 } 3988 }
3976 3989
3977 /** comment inline form **/ 3990 /** comment inline form **/
3991 .comment-inline-form .overlay{
3992 display: none;
3993 }
3994 .comment-inline-form .overlay.submitting{
3995 display:block;
3996 background: none repeat scroll 0 0 white;
3997 font-size: 16px;
3998 opacity: 0.5;
3999 position: absolute;
4000 text-align: center;
4001 vertical-align: top;
4002
4003 }
4004 .comment-inline-form .overlay.submitting .overlay-text{
4005 width:100%;
4006 margin-top:5%;
4007 }
3978 4008
3979 .comment-inline-form .clearfix{ 4009 .comment-inline-form .clearfix{
3980 background: #EEE; 4010 background: #EEE;
3981 -webkit-border-radius: 4px; 4011 -webkit-border-radius: 4px;
3982 -moz-border-radius: 4px; 4012 -moz-border-radius: 4px;
3985 } 4015 }
3986 4016
3987 div.comment-inline-form { 4017 div.comment-inline-form {
3988 margin-top: 5px; 4018 margin-top: 5px;
3989 padding:2px 6px 8px 6px; 4019 padding:2px 6px 8px 6px;
4020
3990 } 4021 }
3991 4022
3992 .comment-inline-form strong { 4023 .comment-inline-form strong {
3993 display: block; 4024 display: block;
3994 margin-bottom: 15px; 4025 margin-bottom: 15px;
4045 -moz-border-radius: 4px; 4076 -moz-border-radius: 4px;
4046 border-radius: 4px; 4077 border-radius: 4px;
4047 margin: 3px 3px 5px 5px; 4078 margin: 3px 3px 5px 5px;
4048 background-color: #FAFAFA; 4079 background-color: #FAFAFA;
4049 } 4080 }
4081 .inline-comments .add-comment {
4082 padding: 2px 4px 8px 5px;
4083 }
4084
4050 .inline-comments .comment-wrapp{ 4085 .inline-comments .comment-wrapp{
4051 padding:1px; 4086 padding:1px;
4052 } 4087 }
4053 .inline-comments .comment .meta { 4088 .inline-comments .comment .meta {
4054 background: #f8f8f8; 4089 background: #f8f8f8;
4076 font-weight: bold; 4111 font-weight: bold;
4077 color: #666; 4112 color: #666;
4078 font-size: 16px; 4113 font-size: 16px;
4079 } 4114 }
4080 .inline-comments-button .add-comment{ 4115 .inline-comments-button .add-comment{
4081 margin:10px 5px !important; 4116 margin:2px 0px 8px 5px !important
4082 } 4117 }
4118
4119
4120 .notification-paginator{
4121 padding: 0px 0px 4px 16px;
4122 float: left;
4123 }
4124
4083 .notifications{ 4125 .notifications{
4084 border-radius: 4px 4px 4px 4px; 4126 border-radius: 4px 4px 4px 4px;
4085 -webkit-border-radius: 4px; 4127 -webkit-border-radius: 4px;
4086 -moz-border-radius: 4px; 4128 -moz-border-radius: 4px;
4087 float: right; 4129 float: right;
4111 font-size: 16px; 4153 font-size: 16px;
4112 height: 24px; 4154 height: 24px;
4113 float: left 4155 float: left
4114 } 4156 }
4115 .notification-list .container.unread{ 4157 .notification-list .container.unread{
4116 4158 background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6);
4117 } 4159 }
4118 .notification-header .gravatar{ 4160 .notification-header .gravatar{
4119 4161 background: none repeat scroll 0 0 transparent;
4162 padding: 0px 0px 0px 8px;
4120 } 4163 }
4121 .notification-header .desc.unread{ 4164 .notification-header .desc.unread{
4122 font-weight: bold; 4165 font-weight: bold;
4123 font-size: 17px; 4166 font-size: 17px;
4124 } 4167 }
4125 4168 .notification-table{
4169 border: 1px solid #ccc;
4170 -webkit-border-radius: 6px 6px 6px 6px;
4171 -moz-border-radius: 6px 6px 6px 6px;
4172 border-radius: 6px 6px 6px 6px;
4173 clear: both;
4174 margin: 0px 20px 0px 20px;
4175 }
4126 .notification-header .delete-notifications{ 4176 .notification-header .delete-notifications{
4127 float: right; 4177 float: right;
4128 padding-top: 8px; 4178 padding-top: 8px;
4129 cursor: pointer; 4179 cursor: pointer;
4130 } 4180 }
4131 .notification-subject{ 4181 .notification-subject{
4132 clear:both; 4182 clear:both;
4133 border-bottom: 1px solid #eee; 4183 border-bottom: 1px solid #eee;
4134 padding:5px 0px 5px 38px; 4184 padding:5px 0px 5px 38px;
4185 }
4186
4187 .notification-body{
4188 clear:both;
4189 margin: 34px 2px 2px 8px
4135 } 4190 }
4136 4191
4137 /**** 4192 /****
4138 PERMS 4193 PERMS
4139 *****/ 4194 *****/