Commit d7e712be4fdfdaa974a969a1b8d168f69a1f5486

Authored by Karnovsky A
2 parents 137efeee faa7a541

Merge remote-tracking branch 'origin/master'

Showing 1 changed file with 24 additions and 1 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -91,7 +91,7 @@ a.myorders{color:#f75d50}
91 91 .sub{margin:2px 0px 0px 0px;}
92 92 .sub img{float:left;margin-right:2px;}
93 93  
94   -.rubrics{margin:35px 0px;padding-bottom:10px;}
  94 +.rubrics{margin:60px 0 0 0;padding-bottom:10px;}
95 95 .rubrics ul{list-style:none;margin:0px;padding:0px;}
96 96 .rubrics ul li{float:left;margin:0px 35px;}
97 97 .rubrics ul li a{float:left;width:120px;padding-top:130px;text-align:center;text-transform: uppercase;color:#494949;text-decoration:none;font-weight:bold;}
... ... @@ -835,4 +835,27 @@ a.active{font-weight:bold;text-decoration: underline;}
835 835 }
836 836 .sort_block ul li a.desc:after {
837 837 content: "↑";
  838 +}
  839 +/*************/
  840 +.home_banner_up {margin-top: 20px;}
  841 +.home_banner_up .HOME_RIGHT {
  842 + display: block;
  843 + float: right;
  844 + position: static;
  845 + margin-left: 0;
  846 +}
  847 +#HOME_SLIDER .jssorb03 div, #HOME_SLIDER .jssorb03 div:hover, #HOME_SLIDER .jssorb03 .av {
  848 + width: 6px;
  849 + height: 6px;
  850 + border-radius: 50%;
  851 + line-height: 6px;
  852 + background: #fff;
  853 + border: 2px solid #fff;
  854 +}
  855 +#HOME_SLIDER .jssorb03 .av {
  856 + background: none;
  857 +}
  858 +#HOME_SLIDER .jssorb03 div.av:hover, #HOME_SLIDER .jssorb03 div.av:active {
  859 + cursor: default;
  860 + background: none;
838 861 }
839 862 \ No newline at end of file
... ...