aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-03-20 12:29:18 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-03-20 12:29:18 +0200
commit7c38209f676be4b9d86fc30a9bb053c98a51b10d (patch)
treef21472540884c7a62d09a7dc0c06b90d59ad9924
parent18b6d47a926603a720231d18d2c9904280340744 (diff)
ac + ie style fixes
--HG-- branch : beta
-rw-r--r--rhodecode/public/css/style.css135
1 files changed, 50 insertions, 85 deletions
diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css
index 480c6f3d..f11993c6 100644
--- a/rhodecode/public/css/style.css
+++ b/rhodecode/public/css/style.css
@@ -232,18 +232,16 @@ div.options a {
-moz-border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;
height: 37px;
- background-color: #eedc94;
+ background-color: #003B76;
background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
- to(#eedc94) );
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
background-image: -moz-linear-gradient(top, #003b76, #00376e);
background-image: -ms-linear-gradient(top, #003b76, #00376e);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
background-image: -webkit-linear-gradient(top, #003b76, #00376e);
background-image: -o-linear-gradient(top, #003b76, #00376e);
background-image: linear-gradient(top, #003b76, #00376e);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
- endColorstr='#00376e', GradientType=0 );
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}
@@ -295,9 +293,9 @@ div.options a {
min-height: 44px;
clear: both;
position: relative;
- background-color: #eedc94;
+ background-color: #003B76;
background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),to(#eedc94) );
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
background-image: -moz-linear-gradient(top, #003b76, #00376e);
background-image: -ms-linear-gradient(top, #003b76, #00376e);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
@@ -1032,9 +1030,9 @@ tbody .yui-dt-editable { cursor: pointer }
#content div.box div.title {
clear: both;
overflow: hidden;
- background-color: #eedc94;
+ background-color: #003B76;
background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
background-image: -moz-linear-gradient(top, #003b76, #00376e);
background-image: -ms-linear-gradient(top, #003b76, #00376e);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
@@ -1793,33 +1791,21 @@ div.form div.fields div.field div.button {
}
#footer div#footer-inner {
- background-color: #eedc94; background-repeat : repeat-x;
- background-image : -khtml-gradient( linear, left top, left bottom,
- from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
- top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
- #003b76, #00376e); background-image : -webkit-gradient( linear, left
- top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
+ background-color: #003B76;
+ background-repeat : repeat-x;
+ background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
+ background-image : -moz-linear-gradient(top, #003b76, #00376e);
+ background-image : -ms-linear-gradient( top, #003b76, #00376e);
+ background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
background-image : -webkit-linear-gradient( top, #003b76, #00376e));
background-image : -o-linear-gradient( top, #003b76, #00376e));
- background-image : linear-gradient( top, #003b76, #00376e); filter :
- progid : DXImageTransform.Microsoft.gradient ( startColorstr =
- '#003b76', endColorstr = '#00376e', GradientType = 0);
+ background-image : linear-gradient( top, #003b76, #00376e);
+ filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
-webkit-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
- background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
- to(#eedc94) );
- background-image: -moz-linear-gradient(top, #003b76, #00376e);
- background-image: -ms-linear-gradient(top, #003b76, #00376e);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
- background-image: -webkit-linear-gradient(top, #003b76, #00376e);
- background-image: -o-linear-gradient(top, #003b76, #00376e);
- background-image: linear-gradient(top, #003b76, #00376e);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
- endColorstr='#00376e', GradientType=0 );
}
#footer div#footer-inner p {
@@ -1843,30 +1829,18 @@ div.form div.fields div.field div.button {
clear: both;
overflow: hidden;
position: relative;
- background-color: #eedc94; background-repeat : repeat-x;
- background-image : -khtml-gradient( linear, left top, left bottom,
- from( #fceec1), to( #eedc94)); background-image : -moz-linear-gradient(
- top, #003b76, #00376e); background-image : -ms-linear-gradient( top,
- #003b76, #00376e); background-image : -webkit-gradient( linear, left
- top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
+ background-color: #003B76;
+ background-repeat : repeat-x;
+ background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
+ background-image : -moz-linear-gradient( top, #003b76, #00376e);
+ background-image : -ms-linear-gradient( top, #003b76, #00376e);
+ background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
background-image : -webkit-linear-gradient( top, #003b76, #00376e));
background-image : -o-linear-gradient( top, #003b76, #00376e));
- background-image : linear-gradient( top, #003b76, #00376e); filter :
- progid : DXImageTransform.Microsoft.gradient ( startColorstr =
- '#003b76', endColorstr = '#00376e', GradientType = 0);
+ background-image : linear-gradient( top, #003b76, #00376e);
+ filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
margin: 0 auto;
padding: 0;
- background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
- to(#eedc94) );
- background-image: -moz-linear-gradient(top, #003b76, #00376e);
- background-image: -ms-linear-gradient(top, #003b76, #00376e);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
- background-image: -webkit-linear-gradient(top, #003b76, #00376e);
- background-image: -o-linear-gradient(top, #003b76, #00376e);
- background-image: linear-gradient(top, #003b76, #00376e);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
- endColorstr='#00376e', GradientType=0 );
}
#login div.inner {
@@ -1943,16 +1917,14 @@ div.form div.fields div.field div.button {
width: 278px;
background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
- to(#eedc94) );
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
background-image: -moz-linear-gradient(top, #003b76, #00376e);
background-image: -ms-linear-gradient(top, #003b76, #00376e);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
background-image: -webkit-linear-gradient(top, #003b76, #00376e);
background-image: -o-linear-gradient(top, #003b76, #00376e);
background-image: linear-gradient(top, #003b76, #00376e);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
- endColorstr='#00376e', GradientType=0 );
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
z-index: 999;
-webkit-border-radius: 0px 0px 4px 4px;
@@ -2095,10 +2067,9 @@ div.form div.fields div.field div.button {
clear: both;
overflow: hidden;
position: relative;
- background-color: #eedc94;
+ background-color: #003B76;
background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
- to(#eedc94) );
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
background-image: -moz-linear-gradient(top, #003b76, #00376e);
background-image: -ms-linear-gradient(top, #003b76, #00376e);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
@@ -2852,8 +2823,8 @@ table.code-browser .browser-dir {
width: 100%;
border: 1px solid gray;
background: #fff;
- overflow: hidden;
z-index: 9050;
+
}
.ac .yui-ac-shadow {
@@ -2862,7 +2833,7 @@ table.code-browser .browser-dir {
background: #000;
-moz-opacity: 0.1px;
opacity: .10;
- filter: alpha(opacity = 10);
+ filter: alpha(opacity = 10);
z-index: 9049;
margin: .3em;
}
@@ -2871,6 +2842,7 @@ table.code-browser .browser-dir {
width: 100%;
margin: 0;
padding: 0;
+ z-index: 9050;
}
.ac .yui-ac-content li {
@@ -2878,17 +2850,23 @@ table.code-browser .browser-dir {
white-space: nowrap;
margin: 0;
padding: 2px 5px;
+ height: 18px;
+ z-index: 9050;
}
.ac .yui-ac-content li.yui-ac-prehighlight {
background: #B3D4FF;
+ z-index: 9050;
}
.ac .yui-ac-content li.yui-ac-highlight {
background: #556CB5;
color: #FFF;
+ z-index: 9050;
+}
+.ac .yui-ac-bd{
+ z-index: 9050;
}
-
.follow {
background: url("../images/icons/heart_add.png") no-repeat scroll 3px;
height: 16px;
@@ -3041,17 +3019,14 @@ table.code-browser .browser-dir {
.error_msg {
background-color: #c43c35;
background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b),
- to(#c43c35) );
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) );
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b),
- color-stop(100%, #c43c35) );
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) );
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',
- endColorstr='#c43c35', GradientType=0 );
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 );
border-color: #c43c35 #c43c35 #882a25;
}
@@ -3059,51 +3034,42 @@ table.code-browser .browser-dir {
color: #404040 !important;
background-color: #eedc94;
background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1),
- to(#eedc94) );
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) );
background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1),
- color-stop(100%, #eedc94) );
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) );
background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
background-image: -o-linear-gradient(top, #fceec1, #eedc94);
background-image: linear-gradient(top, #fceec1, #eedc94);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1',
- endColorstr='#eedc94', GradientType=0 );
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 );
border-color: #eedc94 #eedc94 #e4c652;
}
.success_msg {
background-color: #57a957;
background-repeat: repeat-x !important;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462),
- to(#57a957) );
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) );
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -ms-linear-gradient(top, #62c462, #57a957);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462),
- color-stop(100%, #57a957) );
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) );
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(top, #62c462, #57a957);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',
- endColorstr='#57a957', GradientType=0 );
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 );
border-color: #57a957 #57a957 #3d773d;
}
.notice_msg {
background-color: #339bb9;
background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de),
- to(#339bb9) );
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) );
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de),
- color-stop(100%, #339bb9) );
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) );
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
background-image: linear-gradient(top, #5bc0de, #339bb9);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',
- endColorstr='#339bb9', GradientType=0 );
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 );
border-color: #339bb9 #339bb9 #22697d;
}
@@ -3131,8 +3097,7 @@ table.code-browser .browser-dir {
}
#msg_close {
- background: transparent url("../icons/cross_grey_small.png") no-repeat
- scroll 0 0;
+ background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0;
cursor: pointer;
height: 16px;
position: absolute;