Снизил минимум до текущего

This commit is contained in:
Alexander Yakovlev 2018-08-11 21:09:56 +07:00
parent aa62bb02f4
commit b068272429
5 changed files with 9 additions and 7 deletions

View file

@ -10400,7 +10400,8 @@ a.skip-link {
.navbar-toggler {
width: 100%; }
u, a:hover {
u,
#content a:hover:not(.btn) {
text-decoration: none;
background: -webkit-gradient(linear, left top, left bottom, from(#fffff8), to(#fffff8)), -webkit-gradient(linear, left top, left bottom, from(#fffff8), to(#fffff8)), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
background: linear-gradient(#fffff8, #fffff8), linear-gradient(#fffff8, #fffff8), linear-gradient(#333, #333);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -73,8 +73,8 @@ function calcMaxPrize(fund, minPrize, count) {
// Параметры: общий фонд, размеры номинаций
function recalculate(fund, games, translations) {
// фонды номинаций
var gameFund = roundup( fund * 0.66 );
var translateFund = roundup( fund * 0.33 );
var gameFund = roundup( fund * 0.74 );
var translateFund = roundup( fund * 0.25 );
if (translations === undefined) {
return;
}
@ -113,7 +113,7 @@ jQuery(document).ready(function($){
jQuery("#fundRange").slider({
range: "min",
value: 30000,
min: 12000,
min: 10000,
max: 50000,
step: 1000,
slide: function( event, ui) {

View file

@ -9,7 +9,8 @@
.navbar-toggler {
width: 100%;
}
u, a:hover {
u,
#content a:hover:not(.btn) {
text-decoration: none;
background: linear-gradient(#fffff8, #fffff8), linear-gradient(#fffff8, #fffff8), linear-gradient(#333, #333);
background-size: 0.05em 1px, 0.05em 1px, 1px 1px;