comparison rhodecode/public/css/style.css @ 1934:af1fafcd5927 beta

fixes expand button on changeset
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 21 Jan 2012 01:18:06 +0200
parents b6c849e64b37
children ff167a938ce0
comparison
equal deleted inserted replaced
1933:3da456a3a211 1934:af1fafcd5927
1132 } 1132 }
1133 #content div.box div.expand { 1133 #content div.box div.expand {
1134 width: 110%; 1134 width: 110%;
1135 height:14px; 1135 height:14px;
1136 font-size:10px; 1136 font-size:10px;
1137 text-align:right; 1137 text-align:center;
1138 cursor: pointer; 1138 cursor: pointer;
1139 color:#666; 1139 color:#666;
1140 1140
1141 background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1))); 1141 background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1)));
1142 background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); 1142 background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));