comparison rhodecode/public/css/style.css @ 3432:cc3373249b4b beta

css: drop -moz-border-radius and -moz-box-shadow Firefox 4.0 added support for border-radius and box-shadow. Firefox 13.0 and later emits errors for -moz-border-radius. There is thus no reasons to keep the old styles.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 28 Feb 2013 23:05:28 +0100
parents f60a07dbe2f0
children 07c9d77578a9
comparison
equal deleted inserted replaced
3431:f60a07dbe2f0 3432:cc3373249b4b
158 } 158 }
159 159
160 .top-left-rounded-corner { 160 .top-left-rounded-corner {
161 -webkit-border-top-left-radius: 8px; 161 -webkit-border-top-left-radius: 8px;
162 -khtml-border-radius-topleft: 8px; 162 -khtml-border-radius-topleft: 8px;
163 -moz-border-radius-topleft: 8px;
164 border-top-left-radius: 8px; 163 border-top-left-radius: 8px;
165 } 164 }
166 165
167 .top-right-rounded-corner { 166 .top-right-rounded-corner {
168 -webkit-border-top-right-radius: 8px; 167 -webkit-border-top-right-radius: 8px;
169 -khtml-border-radius-topright: 8px; 168 -khtml-border-radius-topright: 8px;
170 -moz-border-radius-topright: 8px;
171 border-top-right-radius: 8px; 169 border-top-right-radius: 8px;
172 } 170 }
173 171
174 .bottom-left-rounded-corner { 172 .bottom-left-rounded-corner {
175 -webkit-border-bottom-left-radius: 8px; 173 -webkit-border-bottom-left-radius: 8px;
176 -khtml-border-radius-bottomleft: 8px; 174 -khtml-border-radius-bottomleft: 8px;
177 -moz-border-radius-bottomleft: 8px;
178 border-bottom-left-radius: 8px; 175 border-bottom-left-radius: 8px;
179 } 176 }
180 177
181 .bottom-right-rounded-corner { 178 .bottom-right-rounded-corner {
182 -webkit-border-bottom-right-radius: 8px; 179 -webkit-border-bottom-right-radius: 8px;
183 -khtml-border-radius-bottomright: 8px; 180 -khtml-border-radius-bottomright: 8px;
184 -moz-border-radius-bottomright: 8px;
185 border-bottom-right-radius: 8px; 181 border-bottom-right-radius: 8px;
186 } 182 }
187 183
188 .top-left-rounded-corner-mid { 184 .top-left-rounded-corner-mid {
189 -webkit-border-top-left-radius: 4px; 185 -webkit-border-top-left-radius: 4px;
190 -khtml-border-radius-topleft: 4px; 186 -khtml-border-radius-topleft: 4px;
191 -moz-border-radius-topleft: 4px;
192 border-top-left-radius: 4px; 187 border-top-left-radius: 4px;
193 } 188 }
194 189
195 .top-right-rounded-corner-mid { 190 .top-right-rounded-corner-mid {
196 -webkit-border-top-right-radius: 4px; 191 -webkit-border-top-right-radius: 4px;
197 -khtml-border-radius-topright: 4px; 192 -khtml-border-radius-topright: 4px;
198 -moz-border-radius-topright: 4px;
199 border-top-right-radius: 4px; 193 border-top-right-radius: 4px;
200 } 194 }
201 195
202 .bottom-left-rounded-corner-mid { 196 .bottom-left-rounded-corner-mid {
203 -webkit-border-bottom-left-radius: 4px; 197 -webkit-border-bottom-left-radius: 4px;
204 -khtml-border-radius-bottomleft: 4px; 198 -khtml-border-radius-bottomleft: 4px;
205 -moz-border-radius-bottomleft: 4px;
206 border-bottom-left-radius: 4px; 199 border-bottom-left-radius: 4px;
207 } 200 }
208 201
209 .bottom-right-rounded-corner-mid { 202 .bottom-right-rounded-corner-mid {
210 -webkit-border-bottom-right-radius: 4px; 203 -webkit-border-bottom-right-radius: 4px;
211 -khtml-border-radius-bottomright: 4px; 204 -khtml-border-radius-bottomright: 4px;
212 -moz-border-radius-bottomright: 4px;
213 border-bottom-right-radius: 4px; 205 border-bottom-right-radius: 4px;
214 } 206 }
215 207
216 .help-block { 208 .help-block {
217 color: #999999; 209 color: #999999;
246 } 238 }
247 #header ul#logged-user { 239 #header ul#logged-user {
248 margin-bottom: 5px !important; 240 margin-bottom: 5px !important;
249 -webkit-border-radius: 0px 0px 8px 8px; 241 -webkit-border-radius: 0px 0px 8px 8px;
250 -khtml-border-radius: 0px 0px 8px 8px; 242 -khtml-border-radius: 0px 0px 8px 8px;
251 -moz-border-radius: 0px 0px 8px 8px;
252 border-radius: 0px 0px 8px 8px; 243 border-radius: 0px 0px 8px 8px;
253 height: 37px; 244 height: 37px;
254 background-color: #003B76; 245 background-color: #003B76;
255 background-repeat: repeat-x; 246 background-repeat: repeat-x;
256 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); 247 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
315 cursor: pointer; 306 cursor: pointer;
316 min-height: 10px; 307 min-height: 10px;
317 width: 100% !important; 308 width: 100% !important;
318 -webkit-border-radius: 0px 0px 4px 4px; 309 -webkit-border-radius: 0px 0px 4px 4px;
319 -khtml-border-radius: 0px 0px 4px 4px; 310 -khtml-border-radius: 0px 0px 4px 4px;
320 -moz-border-radius: 0px 0px 4px 4px;
321 border-radius: 0px 0px 4px 4px; 311 border-radius: 0px 0px 4px 4px;
322 } 312 }
323 313
324 #header-dd:hover{ 314 #header-dd:hover{
325 opacity: 0.2; 315 opacity: 0.2;
346 padding: 0; 336 padding: 0;
347 display: block; 337 display: block;
348 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 338 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
349 -webkit-border-radius: 0px 0px 4px 4px; 339 -webkit-border-radius: 0px 0px 4px 4px;
350 -khtml-border-radius: 0px 0px 4px 4px; 340 -khtml-border-radius: 0px 0px 4px 4px;
351 -moz-border-radius: 0px 0px 4px 4px;
352 border-radius: 0px 0px 4px 4px; 341 border-radius: 0px 0px 4px 4px;
353 } 342 }
354 #header #header-inner.hover { 343 #header #header-inner.hover {
355 width: 100% !important; 344 width: 100% !important;
356 -webkit-border-radius: 0px 0px 0px 0px; 345 -webkit-border-radius: 0px 0px 0px 0px;
357 -khtml-border-radius: 0px 0px 0px 0px; 346 -khtml-border-radius: 0px 0px 0px 0px;
358 -moz-border-radius: 0px 0px 0px 0px;
359 border-radius: 0px 0px 0px 0px; 347 border-radius: 0px 0px 0px 0px;
360 position: fixed !important; 348 position: fixed !important;
361 z-index: 10000; 349 z-index: 10000;
362 } 350 }
363 351
436 text-decoration: none; 424 text-decoration: none;
437 background: #369; 425 background: #369;
438 padding: 0; 426 padding: 0;
439 -webkit-border-radius: 4px 4px 4px 4px; 427 -webkit-border-radius: 4px 4px 4px 4px;
440 -khtml-border-radius: 4px 4px 4px 4px; 428 -khtml-border-radius: 4px 4px 4px 4px;
441 -moz-border-radius: 4px 4px 4px 4px;
442 border-radius: 4px 4px 4px 4px; 429 border-radius: 4px 4px 4px 4px;
443 } 430 }
444 431
445 #header #header-inner #quick li span.short { 432 #header #header-inner #quick li span.short {
446 padding: 9px 6px 8px 6px; 433 padding: 9px 6px 8px 6px;
1093 background: #fff; 1080 background: #fff;
1094 margin: 0 0 10px; 1081 margin: 0 0 10px;
1095 padding: 0 0 10px; 1082 padding: 0 0 10px;
1096 -webkit-border-radius: 4px 4px 4px 4px; 1083 -webkit-border-radius: 4px 4px 4px 4px;
1097 -khtml-border-radius: 4px 4px 4px 4px; 1084 -khtml-border-radius: 4px 4px 4px 4px;
1098 -moz-border-radius: 4px 4px 4px 4px;
1099 border-radius: 4px 4px 4px 4px; 1085 border-radius: 4px 4px 4px 4px;
1100 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 1086 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1101 } 1087 }
1102 1088
1103 #content div.box-left { 1089 #content div.box-left {
1620 border-collapse: separate; 1606 border-collapse: separate;
1621 margin: 0; 1607 margin: 0;
1622 padding: 0; 1608 padding: 0;
1623 border: 1px solid #eee; 1609 border: 1px solid #eee;
1624 -webkit-border-radius: 4px; 1610 -webkit-border-radius: 4px;
1625 -moz-border-radius: 4px;
1626 border-radius: 4px; 1611 border-radius: 4px;
1627 } 1612 }
1628 1613
1629 #content div.box table th { 1614 #content div.box table th {
1630 background: #eee; 1615 background: #eee;
1887 .metatag { 1872 .metatag {
1888 display: inline-block; 1873 display: inline-block;
1889 margin-right: 1px; 1874 margin-right: 1px;
1890 -webkit-border-radius: 4px 4px 4px 4px; 1875 -webkit-border-radius: 4px 4px 4px 4px;
1891 -khtml-border-radius: 4px 4px 4px 4px; 1876 -khtml-border-radius: 4px 4px 4px 4px;
1892 -moz-border-radius: 4px 4px 4px 4px;
1893 border-radius: 4px 4px 4px 4px; 1877 border-radius: 4px 4px 4px 4px;
1894 1878
1895 border: solid 1px #9CF; 1879 border: solid 1px #9CF;
1896 padding: 2px 3px 2px 3px !important; 1880 padding: 2px 3px 2px 3px !important;
1897 background-color: #DEF; 1881 background-color: #DEF;
1970 background-image : linear-gradient( top, #003b76, #00376e); 1954 background-image : linear-gradient( top, #003b76, #00376e);
1971 filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0); 1955 filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1972 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 1956 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1973 -webkit-border-radius: 4px 4px 4px 4px; 1957 -webkit-border-radius: 4px 4px 4px 4px;
1974 -khtml-border-radius: 4px 4px 4px 4px; 1958 -khtml-border-radius: 4px 4px 4px 4px;
1975 -moz-border-radius: 4px 4px 4px 4px;
1976 border-radius: 4px 4px 4px 4px; 1959 border-radius: 4px 4px 4px 4px;
1977 } 1960 }
1978 1961
1979 #footer div#footer-inner p { 1962 #footer div#footer-inner p {
1980 padding: 15px 25px 15px 0; 1963 padding: 15px 25px 15px 0;
2091 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 ); 2074 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
2092 2075
2093 z-index: 999; 2076 z-index: 999;
2094 -webkit-border-radius: 0px 0px 4px 4px; 2077 -webkit-border-radius: 0px 0px 4px 4px;
2095 -khtml-border-radius: 0px 0px 4px 4px; 2078 -khtml-border-radius: 0px 0px 4px 4px;
2096 -moz-border-radius: 0px 0px 4px 4px;
2097 border-radius: 0px 0px 4px 4px; 2079 border-radius: 0px 0px 4px 4px;
2098 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 2080 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
2099 } 2081 }
2100 #quick_login h4 { 2082 #quick_login h4 {
2101 color: #fff; 2083 color: #fff;
2718 min-width: 45px; 2700 min-width: 45px;
2719 cursor: pointer; 2701 cursor: pointer;
2720 color: #444444; 2702 color: #444444;
2721 background: #FEA; 2703 background: #FEA;
2722 -webkit-border-radius: 0px 0px 0px 6px; 2704 -webkit-border-radius: 0px 0px 0px 6px;
2723 -moz-border-radius: 0px 0px 0px 6px;
2724 border-radius: 0px 0px 0px 6px; 2705 border-radius: 0px 0px 0px 6px;
2725 padding: 1px; 2706 padding: 1px;
2726 } 2707 }
2727 2708
2728 .right .changes .added, .changed, .removed { 2709 .right .changes .added, .changed, .removed {
2753 font-weight: bold; 2734 font-weight: bold;
2754 color: #ffffff; 2735 color: #ffffff;
2755 text-transform: uppercase; 2736 text-transform: uppercase;
2756 white-space: nowrap; 2737 white-space: nowrap;
2757 -webkit-border-radius: 3px; 2738 -webkit-border-radius: 3px;
2758 -moz-border-radius: 3px;
2759 border-radius: 3px; 2739 border-radius: 3px;
2760 margin-right: 2px; 2740 margin-right: 2px;
2761 } 2741 }
2762 2742
2763 .right .parent { 2743 .right .parent {
2779 font-size: 10px; 2759 font-size: 10px;
2780 font-weight: bold; 2760 font-weight: bold;
2781 color: #ffffff; 2761 color: #ffffff;
2782 white-space: nowrap; 2762 white-space: nowrap;
2783 -webkit-border-radius: 3px; 2763 -webkit-border-radius: 3px;
2784 -moz-border-radius: 3px;
2785 border-radius: 3px; 2764 border-radius: 3px;
2786 } 2765 }
2787 .right .logtags .branchtag a:hover, .logtags .branchtag a { 2766 .right .logtags .branchtag a:hover, .logtags .branchtag a {
2788 color: #ffffff; 2767 color: #ffffff;
2789 } 2768 }
2797 font-size: 10px; 2776 font-size: 10px;
2798 font-weight: bold; 2777 font-weight: bold;
2799 color: #ffffff; 2778 color: #ffffff;
2800 white-space: nowrap; 2779 white-space: nowrap;
2801 -webkit-border-radius: 3px; 2780 -webkit-border-radius: 3px;
2802 -moz-border-radius: 3px;
2803 border-radius: 3px; 2781 border-radius: 3px;
2804 } 2782 }
2805 .right .logtags .tagtag a:hover, .logtags .tagtag a { 2783 .right .logtags .tagtag a:hover, .logtags .tagtag a {
2806 color: #ffffff; 2784 color: #ffffff;
2807 } 2785 }
2816 font-weight: bold; 2794 font-weight: bold;
2817 color: #ffffff; 2795 color: #ffffff;
2818 text-transform: uppercase; 2796 text-transform: uppercase;
2819 white-space: nowrap; 2797 white-space: nowrap;
2820 -webkit-border-radius: 3px; 2798 -webkit-border-radius: 3px;
2821 -moz-border-radius: 3px;
2822 border-radius: 3px; 2799 border-radius: 3px;
2823 } 2800 }
2824 .right .logbooks .bookbook, .logbooks .bookbook a, .right .logtags .bookbook, .logtags .bookbook a { 2801 .right .logbooks .bookbook, .logbooks .bookbook a, .right .logtags .bookbook, .logtags .bookbook a {
2825 color: #ffffff; 2802 color: #ffffff;
2826 } 2803 }
2834 background: #f8f8f8; 2811 background: #f8f8f8;
2835 font-size: 100%; 2812 font-size: 100%;
2836 line-height: 125%; 2813 line-height: 125%;
2837 padding: 0; 2814 padding: 0;
2838 -webkit-border-radius: 6px 6px 0px 0px; 2815 -webkit-border-radius: 6px 6px 0px 0px;
2839 -moz-border-radius: 6px 6px 0px 0px;
2840 border-radius: 6px 6px 0px 0px; 2816 border-radius: 6px 6px 0px 0px;
2841 } 2817 }
2842 2818
2843 div.browserblock .browser-header { 2819 div.browserblock .browser-header {
2844 background: #FFF; 2820 background: #FFF;
3053 padding: 8px; 3029 padding: 8px;
3054 3030
3055 white-space: pre-wrap; 3031 white-space: pre-wrap;
3056 -webkit-border-radius: 8px 8px 8px 8px; 3032 -webkit-border-radius: 8px 8px 8px 8px;
3057 -khtml-border-radius: 8px 8px 8px 8px; 3033 -khtml-border-radius: 8px 8px 8px 8px;
3058 -moz-border-radius: 8px 8px 8px 8px;
3059 border-radius: 8px 8px 8px 8px; 3034 border-radius: 8px 8px 8px 8px;
3060 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 3035 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3061 -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3062 -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 3036 -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3063 } 3037 }
3064 3038
3065 .hl-tip-box { 3039 .hl-tip-box {
3066 visibility: hidden; 3040 visibility: hidden;
3073 opacity: 1px; 3047 opacity: 1px;
3074 padding: 8px; 3048 padding: 8px;
3075 white-space: pre-wrap; 3049 white-space: pre-wrap;
3076 -webkit-border-radius: 8px 8px 8px 8px; 3050 -webkit-border-radius: 8px 8px 8px 8px;
3077 -khtml-border-radius: 8px 8px 8px 8px; 3051 -khtml-border-radius: 8px 8px 8px 8px;
3078 -moz-border-radius: 8px 8px 8px 8px;
3079 border-radius: 8px 8px 8px 8px; 3052 border-radius: 8px 8px 8px 8px;
3080 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 3053 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3081 } 3054 }
3082 3055
3083 3056
3430 position: relative; 3403 position: relative;
3431 color: #FFF; 3404 color: #FFF;
3432 border-width: 1px; 3405 border-width: 1px;
3433 border-style: solid; 3406 border-style: solid;
3434 -webkit-border-radius: 4px; 3407 -webkit-border-radius: 4px;
3435 -moz-border-radius: 4px;
3436 border-radius: 4px; 3408 border-radius: 4px;
3437 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); 3409 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3438 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3439 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); 3410 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3440 } 3411 }
3441 3412
3442 #msg_close { 3413 #msg_close {
3443 background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0; 3414 background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
3481 margin-right: 0.7em; 3452 margin-right: 0.7em;
3482 padding: 1px 1px 1px 1px; 3453 padding: 1px 1px 1px 1px;
3483 line-height:0; 3454 line-height:0;
3484 -webkit-border-radius: 3px; 3455 -webkit-border-radius: 3px;
3485 -khtml-border-radius: 3px; 3456 -khtml-border-radius: 3px;
3486 -moz-border-radius: 3px;
3487 border-radius: 3px; 3457 border-radius: 3px;
3488 } 3458 }
3489 3459
3490 div.gravatar img { 3460 div.gravatar img {
3491 -webkit-border-radius: 2px; 3461 -webkit-border-radius: 2px;
3492 -khtml-border-radius: 2px; 3462 -khtml-border-radius: 2px;
3493 -moz-border-radius: 2px;
3494 border-radius: 2px; 3463 border-radius: 2px;
3495 } 3464 }
3496 3465
3497 #header, #content, #footer { 3466 #header, #content, #footer {
3498 min-width: 978px; 3467 min-width: 978px;
3536 color: #515151; 3505 color: #515151;
3537 outline: none; 3506 outline: none;
3538 margin: 0px 3px 3px 0px; 3507 margin: 0px 3px 3px 0px;
3539 -webkit-border-radius: 4px 4px 4px 4px !important; 3508 -webkit-border-radius: 4px 4px 4px 4px !important;
3540 -khtml-border-radius: 4px 4px 4px 4px !important; 3509 -khtml-border-radius: 4px 4px 4px 4px !important;
3541 -moz-border-radius: 4px 4px 4px 4px !important;
3542 border-radius: 4px 4px 4px 4px !important; 3510 border-radius: 4px 4px 4px 4px !important;
3543 cursor: pointer !important; 3511 cursor: pointer !important;
3544 padding: 3px 3px 3px 3px; 3512 padding: 3px 3px 3px 3px;
3545 background-position: 0 -15px; 3513 background-position: 0 -15px;
3546 3514
3561 .ui-btn.clone { 3529 .ui-btn.clone {
3562 padding: 5px 2px 6px 1px; 3530 padding: 5px 2px 6px 1px;
3563 margin: 0px 0px 3px -4px; 3531 margin: 0px 0px 3px -4px;
3564 -webkit-border-radius: 0px 4px 4px 0px !important; 3532 -webkit-border-radius: 0px 4px 4px 0px !important;
3565 -khtml-border-radius: 0px 4px 4px 0px !important; 3533 -khtml-border-radius: 0px 4px 4px 0px !important;
3566 -moz-border-radius: 0px 4px 4px 0px !important;
3567 border-radius: 0px 4px 4px 0px !important; 3534 border-radius: 0px 4px 4px 0px !important;
3568 width: 100px; 3535 width: 100px;
3569 text-align: center; 3536 text-align: center;
3570 display: inline-block; 3537 display: inline-block;
3571 position: relative; 3538 position: relative;
3802 outline: none; 3769 outline: none;
3803 margin: 0; 3770 margin: 0;
3804 padding: 6px 12px; 3771 padding: 6px 12px;
3805 -webkit-border-radius: 4px 4px 4px 4px; 3772 -webkit-border-radius: 4px 4px 4px 4px;
3806 -khtml-border-radius: 4px 4px 4px 4px; 3773 -khtml-border-radius: 4px 4px 4px 4px;
3807 -moz-border-radius: 4px 4px 4px 4px;
3808 border-radius: 4px 4px 4px 4px; 3774 border-radius: 4px 4px 4px 4px;
3809 box-shadow: 0 1px 0 #ececec; 3775 box-shadow: 0 1px 0 #ececec;
3810 cursor: pointer; 3776 cursor: pointer;
3811 } 3777 }
3812 3778
3980 } 3946 }
3981 3947
3982 .q_filter_box { 3948 .q_filter_box {
3983 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; 3949 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
3984 -webkit-border-radius: 4px; 3950 -webkit-border-radius: 4px;
3985 -moz-border-radius: 4px;
3986 border-radius: 4px; 3951 border-radius: 4px;
3987 border: 0 none; 3952 border: 0 none;
3988 color: #AAAAAA; 3953 color: #AAAAAA;
3989 margin-bottom: -4px; 3954 margin-bottom: -4px;
3990 margin-top: -4px; 3955 margin-top: -4px;
4130 padding: 5px; 4095 padding: 5px;
4131 color: #444; 4096 color: #444;
4132 overflow: auto; 4097 overflow: auto;
4133 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; 4098 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4134 -webkit-border-radius: 3px; 4099 -webkit-border-radius: 3px;
4135 -moz-border-radius: 3px;
4136 border-radius: 3px; 4100 border-radius: 3px;
4137 } 4101 }
4138 4102
4139 div.readme .readme_box table { 4103 div.readme .readme_box table {
4140 display: table; 4104 display: table;
4232 padding: 5px; 4196 padding: 5px;
4233 color: #444; 4197 color: #444;
4234 overflow: auto; 4198 overflow: auto;
4235 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; 4199 -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset;
4236 -webkit-border-radius: 3px; 4200 -webkit-border-radius: 3px;
4237 -moz-border-radius: 3px;
4238 border-radius: 3px; 4201 border-radius: 3px;
4239 } 4202 }
4240 4203
4241 4204
4242 /** comment main **/ 4205 /** comment main **/
4246 4209
4247 .comments .comment { 4210 .comments .comment {
4248 border: 1px solid #ddd; 4211 border: 1px solid #ddd;
4249 margin-top: 10px; 4212 margin-top: 10px;
4250 -webkit-border-radius: 4px; 4213 -webkit-border-radius: 4px;
4251 -moz-border-radius: 4px;
4252 border-radius: 4px; 4214 border-radius: 4px;
4253 } 4215 }
4254 4216
4255 .comments .comment .meta { 4217 .comments .comment .meta {
4256 background: #f8f8f8; 4218 background: #f8f8f8;
4296 } 4258 }
4297 4259
4298 .comment-form .clearfix { 4260 .comment-form .clearfix {
4299 background: #EEE; 4261 background: #EEE;
4300 -webkit-border-radius: 4px; 4262 -webkit-border-radius: 4px;
4301 -moz-border-radius: 4px;
4302 border-radius: 4px; 4263 border-radius: 4px;
4303 padding: 10px; 4264 padding: 10px;
4304 } 4265 }
4305 4266
4306 div.comment-form { 4267 div.comment-form {
4382 } 4343 }
4383 4344
4384 .comment-inline-form .clearfix { 4345 .comment-inline-form .clearfix {
4385 background: #EEE; 4346 background: #EEE;
4386 -webkit-border-radius: 4px; 4347 -webkit-border-radius: 4px;
4387 -moz-border-radius: 4px;
4388 border-radius: 4px; 4348 border-radius: 4px;
4389 padding: 5px; 4349 padding: 5px;
4390 } 4350 }
4391 4351
4392 div.comment-inline-form { 4352 div.comment-inline-form {
4459 padding:0 20px 0px; 4419 padding:0 20px 0px;
4460 } 4420 }
4461 .inline-comments .comment { 4421 .inline-comments .comment {
4462 border: 1px solid #ddd; 4422 border: 1px solid #ddd;
4463 -webkit-border-radius: 4px; 4423 -webkit-border-radius: 4px;
4464 -moz-border-radius: 4px;
4465 border-radius: 4px; 4424 border-radius: 4px;
4466 margin: 3px 3px 5px 5px; 4425 margin: 3px 3px 5px 5px;
4467 background-color: #FAFAFA; 4426 background-color: #FAFAFA;
4468 } 4427 }
4469 .inline-comments .add-comment { 4428 .inline-comments .add-comment {
4526 color:#888 !important; 4485 color:#888 !important;
4527 font-size: 10px; 4486 font-size: 10px;
4528 background-color: #DEDEDE !important; 4487 background-color: #DEDEDE !important;
4529 border-radius: 4px !important; 4488 border-radius: 4px !important;
4530 -webkit-border-radius: 4px !important; 4489 -webkit-border-radius: 4px !important;
4531 -moz-border-radius: 4px !important;
4532 } 4490 }
4533 4491
4534 .notification-header { 4492 .notification-header {
4535 padding-top:6px; 4493 padding-top:6px;
4536 } 4494 }
4551 font-size: 17px; 4509 font-size: 17px;
4552 } 4510 }
4553 .notification-table { 4511 .notification-table {
4554 border: 1px solid #ccc; 4512 border: 1px solid #ccc;
4555 -webkit-border-radius: 6px 6px 6px 6px; 4513 -webkit-border-radius: 6px 6px 6px 6px;
4556 -moz-border-radius: 6px 6px 6px 6px;
4557 border-radius: 6px 6px 6px 6px; 4514 border-radius: 6px 6px 6px 6px;
4558 clear: both; 4515 clear: both;
4559 margin: 0px 20px 0px 20px; 4516 margin: 0px 20px 0px 20px;
4560 } 4517 }
4561 .notification-header .delete-notifications { 4518 .notification-header .delete-notifications {
4602 font-size: 10px; 4559 font-size: 10px;
4603 font-weight: bold; 4560 font-weight: bold;
4604 text-transform: uppercase; 4561 text-transform: uppercase;
4605 white-space: nowrap; 4562 white-space: nowrap;
4606 -webkit-border-radius: 3px; 4563 -webkit-border-radius: 3px;
4607 -moz-border-radius: 3px;
4608 border-radius: 3px; 4564 border-radius: 3px;
4609 } 4565 }
4610 4566
4611 #perms .perm_tag.admin { 4567 #perms .perm_tag.admin {
4612 background-color: #B94A48; 4568 background-color: #B94A48;
4669 font-size: 100%; 4625 font-size: 100%;
4670 line-height: 100%; 4626 line-height: 100%;
4671 /* new */ 4627 /* new */
4672 line-height: 125%; 4628 line-height: 125%;
4673 -webkit-border-radius: 6px 6px 0px 0px; 4629 -webkit-border-radius: 6px 6px 0px 0px;
4674 -moz-border-radius: 6px 6px 0px 0px;
4675 border-radius: 6px 6px 0px 0px; 4630 border-radius: 6px 6px 0px 0px;
4676 } 4631 }
4677 div.diffblock.margined { 4632 div.diffblock.margined {
4678 margin: 0px 20px 0px 20px; 4633 margin: 0px 20px 0px 20px;
4679 } 4634 }