Commit faa7a541cd71612205b4b44d8287937199c20834

Authored by Виталий
1 parent 9c717577

Веталь

Showing 1 changed file with 24 additions and 2 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;}
... ... @@ -836,4 +836,26 @@ a.active{font-weight:bold;text-decoration: underline;}
836 836 .sort_block ul li a.desc:after {
837 837 content: "↑";
838 838 }
839   -.home_banner_up {margin-top: 20px;}
840 839 \ No newline at end of file
  840 +/*************/
  841 +.home_banner_up {margin-top: 20px;}
  842 +.home_banner_up .HOME_RIGHT {
  843 + display: block;
  844 + float: right;
  845 + position: static;
  846 + margin-left: 0;
  847 +}
  848 +#HOME_SLIDER .jssorb03 div, #HOME_SLIDER .jssorb03 div:hover, #HOME_SLIDER .jssorb03 .av {
  849 + width: 6px;
  850 + height: 6px;
  851 + border-radius: 50%;
  852 + line-height: 6px;
  853 + background: #fff;
  854 + border: 2px solid #fff;
  855 +}
  856 +#HOME_SLIDER .jssorb03 .av {
  857 + background: none;
  858 +}
  859 +#HOME_SLIDER .jssorb03 div.av:hover, #HOME_SLIDER .jssorb03 div.av:active {
  860 + cursor: default;
  861 + background: none;
  862 +}
841 863 \ No newline at end of file
... ...