##// END OF EJS Templates
ac + ie style fixes
marcink -
r2144:3600ebc7 beta
parent child Browse files
Show More
@@ -232,18 +232,16 b' div.options a {'
232 232 -moz-border-radius: 0px 0px 8px 8px;
233 233 border-radius: 0px 0px 8px 8px;
234 234 height: 37px;
235 background-color: #eedc94;
235 background-color: #003B76;
236 236 background-repeat: repeat-x;
237 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
238 to(#eedc94) );
237 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
239 238 background-image: -moz-linear-gradient(top, #003b76, #00376e);
240 239 background-image: -ms-linear-gradient(top, #003b76, #00376e);
241 240 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
242 241 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
243 242 background-image: -o-linear-gradient(top, #003b76, #00376e);
244 243 background-image: linear-gradient(top, #003b76, #00376e);
245 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
246 endColorstr='#00376e', GradientType=0 );
244 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
247 245 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
248 246 }
249 247
@@ -295,9 +293,9 b' div.options a {'
295 293 min-height: 44px;
296 294 clear: both;
297 295 position: relative;
298 background-color: #eedc94;
296 background-color: #003B76;
299 297 background-repeat: repeat-x;
300 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),to(#eedc94) );
298 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
301 299 background-image: -moz-linear-gradient(top, #003b76, #00376e);
302 300 background-image: -ms-linear-gradient(top, #003b76, #00376e);
303 301 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
@@ -1032,9 +1030,9 b' tbody .yui-dt-editable { cursor: pointer'
1032 1030 #content div.box div.title {
1033 1031 clear: both;
1034 1032 overflow: hidden;
1035 background-color: #eedc94;
1033 background-color: #003B76;
1036 1034 background-repeat: repeat-x;
1037 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
1035 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1038 1036 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1039 1037 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1040 1038 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
@@ -1793,33 +1791,21 b' div.form div.fields div.field div.button'
1793 1791 }
1794 1792
1795 1793 #footer div#footer-inner {
1796 background-color: #eedc94; background-repeat : repeat-x;
1797 background-image : -khtml-gradient( linear, left top, left bottom,
1798 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
1799 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
1800 #003b76, #00376e); background-image : -webkit-gradient( linear, left
1801 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1794 background-color: #003B76;
1795 background-repeat : repeat-x;
1796 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1797 background-image : -moz-linear-gradient(top, #003b76, #00376e);
1798 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1799 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1802 1800 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1803 1801 background-image : -o-linear-gradient( top, #003b76, #00376e));
1804 background-image : linear-gradient( top, #003b76, #00376e); filter :
1805 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
1806 '#003b76', endColorstr = '#00376e', GradientType = 0);
1802 background-image : linear-gradient( top, #003b76, #00376e);
1803 filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1807 1804 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1808 1805 -webkit-border-radius: 4px 4px 4px 4px;
1809 1806 -khtml-border-radius: 4px 4px 4px 4px;
1810 1807 -moz-border-radius: 4px 4px 4px 4px;
1811 1808 border-radius: 4px 4px 4px 4px;
1812 background-repeat: repeat-x;
1813 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1814 to(#eedc94) );
1815 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1816 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1817 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1818 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1819 background-image: -o-linear-gradient(top, #003b76, #00376e);
1820 background-image: linear-gradient(top, #003b76, #00376e);
1821 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1822 endColorstr='#00376e', GradientType=0 );
1823 1809 }
1824 1810
1825 1811 #footer div#footer-inner p {
@@ -1843,30 +1829,18 b' div.form div.fields div.field div.button'
1843 1829 clear: both;
1844 1830 overflow: hidden;
1845 1831 position: relative;
1846 background-color: #eedc94; background-repeat : repeat-x;
1847 background-image : -khtml-gradient( linear, left top, left bottom,
1848 from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
1849 top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
1850 #003b76, #00376e); background-image : -webkit-gradient( linear, left
1851 top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1832 background-color: #003B76;
1833 background-repeat : repeat-x;
1834 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1835 background-image : -moz-linear-gradient( top, #003b76, #00376e);
1836 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1837 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1852 1838 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1853 1839 background-image : -o-linear-gradient( top, #003b76, #00376e));
1854 background-image : linear-gradient( top, #003b76, #00376e); filter :
1855 progid : DXImageTransform.Microsoft.gradient ( startColorstr =
1856 '#003b76', endColorstr = '#00376e', GradientType = 0);
1840 background-image : linear-gradient( top, #003b76, #00376e);
1841 filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1857 1842 margin: 0 auto;
1858 1843 padding: 0;
1859 background-repeat: repeat-x;
1860 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1861 to(#eedc94) );
1862 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1863 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1864 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1865 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1866 background-image: -o-linear-gradient(top, #003b76, #00376e);
1867 background-image: linear-gradient(top, #003b76, #00376e);
1868 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1869 endColorstr='#00376e', GradientType=0 );
1870 1844 }
1871 1845
1872 1846 #login div.inner {
@@ -1943,16 +1917,14 b' div.form div.fields div.field div.button'
1943 1917 width: 278px;
1944 1918
1945 1919 background-repeat: repeat-x;
1946 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
1947 to(#eedc94) );
1920 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
1948 1921 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1949 1922 background-image: -ms-linear-gradient(top, #003b76, #00376e);
1950 1923 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
1951 1924 background-image: -webkit-linear-gradient(top, #003b76, #00376e);
1952 1925 background-image: -o-linear-gradient(top, #003b76, #00376e);
1953 1926 background-image: linear-gradient(top, #003b76, #00376e);
1954 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
1955 endColorstr='#00376e', GradientType=0 );
1927 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
1956 1928
1957 1929 z-index: 999;
1958 1930 -webkit-border-radius: 0px 0px 4px 4px;
@@ -2095,10 +2067,9 b' div.form div.fields div.field div.button'
2095 2067 clear: both;
2096 2068 overflow: hidden;
2097 2069 position: relative;
2098 background-color: #eedc94;
2070 background-color: #003B76;
2099 2071 background-repeat: repeat-x;
2100 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
2101 to(#eedc94) );
2072 background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
2102 2073 background-image: -moz-linear-gradient(top, #003b76, #00376e);
2103 2074 background-image: -ms-linear-gradient(top, #003b76, #00376e);
2104 2075 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
@@ -2852,8 +2823,8 b' table.code-browser .browser-dir {'
2852 2823 width: 100%;
2853 2824 border: 1px solid gray;
2854 2825 background: #fff;
2855 overflow: hidden;
2856 2826 z-index: 9050;
2827
2857 2828 }
2858 2829
2859 2830 .ac .yui-ac-shadow {
@@ -2862,7 +2833,7 b' table.code-browser .browser-dir {'
2862 2833 background: #000;
2863 2834 -moz-opacity: 0.1px;
2864 2835 opacity: .10;
2865 filter: alpha(opacity = 10);
2836 filter: alpha(opacity = 10);
2866 2837 z-index: 9049;
2867 2838 margin: .3em;
2868 2839 }
@@ -2871,6 +2842,7 b' table.code-browser .browser-dir {'
2871 2842 width: 100%;
2872 2843 margin: 0;
2873 2844 padding: 0;
2845 z-index: 9050;
2874 2846 }
2875 2847
2876 2848 .ac .yui-ac-content li {
@@ -2878,17 +2850,23 b' table.code-browser .browser-dir {'
2878 2850 white-space: nowrap;
2879 2851 margin: 0;
2880 2852 padding: 2px 5px;
2853 height: 18px;
2854 z-index: 9050;
2881 2855 }
2882 2856
2883 2857 .ac .yui-ac-content li.yui-ac-prehighlight {
2884 2858 background: #B3D4FF;
2859 z-index: 9050;
2885 2860 }
2886 2861
2887 2862 .ac .yui-ac-content li.yui-ac-highlight {
2888 2863 background: #556CB5;
2889 2864 color: #FFF;
2890 }
2891
2865 z-index: 9050;
2866 }
2867 .ac .yui-ac-bd{
2868 z-index: 9050;
2869 }
2892 2870 .follow {
2893 2871 background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
2894 2872 height: 16px;
@@ -3041,17 +3019,14 b' table.code-browser .browser-dir {'
3041 3019 .error_msg {
3042 3020 background-color: #c43c35;
3043 3021 background-repeat: repeat-x;
3044 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b),
3045 to(#c43c35) );
3022 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
3046 3023 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3047 3024 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3048 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b),
3049 color-stop(100%, #c43c35) );
3025 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) );
3050 3026 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3051 3027 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3052 3028 background-image: linear-gradient(top, #ee5f5b, #c43c35);
3053 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',
3054 endColorstr='#c43c35', GradientType=0 );
3029 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
3055 3030 border-color: #c43c35 #c43c35 #882a25;
3056 3031 }
3057 3032
@@ -3059,51 +3034,42 b' table.code-browser .browser-dir {'
3059 3034 color: #404040 !important;
3060 3035 background-color: #eedc94;
3061 3036 background-repeat: repeat-x;
3062 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
3063 to(#eedc94) );
3037 background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
3064 3038 background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
3065 3039 background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
3066 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1),
3067 color-stop(100%, #eedc94) );
3040 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) );
3068 3041 background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
3069 3042 background-image: -o-linear-gradient(top, #fceec1, #eedc94);
3070 3043 background-image: linear-gradient(top, #fceec1, #eedc94);
3071 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
3072 endColorstr='#eedc94', GradientType=0 );
3044 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
3073 3045 border-color: #eedc94 #eedc94 #e4c652;
3074 3046 }
3075 3047
3076 3048 .success_msg {
3077 3049 background-color: #57a957;
3078 3050 background-repeat: repeat-x !important;
3079 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462),
3080 to(#57a957) );
3051 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
3081 3052 background-image: -moz-linear-gradient(top, #62c462, #57a957);
3082 3053 background-image: -ms-linear-gradient(top, #62c462, #57a957);
3083 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462),
3084 color-stop(100%, #57a957) );
3054 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) );
3085 3055 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3086 3056 background-image: -o-linear-gradient(top, #62c462, #57a957);
3087 3057 background-image: linear-gradient(top, #62c462, #57a957);
3088 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',
3089 endColorstr='#57a957', GradientType=0 );
3058 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
3090 3059 border-color: #57a957 #57a957 #3d773d;
3091 3060 }
3092 3061
3093 3062 .notice_msg {
3094 3063 background-color: #339bb9;
3095 3064 background-repeat: repeat-x;
3096 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de),
3097 to(#339bb9) );
3065 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
3098 3066 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3099 3067 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3100 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de),
3101 color-stop(100%, #339bb9) );
3068 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) );
3102 3069 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3103 3070 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3104 3071 background-image: linear-gradient(top, #5bc0de, #339bb9);
3105 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',
3106 endColorstr='#339bb9', GradientType=0 );
3072 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
3107 3073 border-color: #339bb9 #339bb9 #22697d;
3108 3074 }
3109 3075
@@ -3131,8 +3097,7 b' table.code-browser .browser-dir {'
3131 3097 }
3132 3098
3133 3099 #msg_close {
3134 background: transparent url("../icons/cross_grey_small.png") no-repeat
3135 scroll 0 0;
3100 background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
3136 3101 cursor: pointer;
3137 3102 height: 16px;
3138 3103 position: absolute;
General Comments 0
You need to be logged in to leave comments. Login now