diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index e125cd3..4b80be8 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -91,7 +91,7 @@ a.myorders{color:#f75d50} .sub{margin:2px 0px 0px 0px;} .sub img{float:left;margin-right:2px;} -.rubrics{margin:35px 0px;padding-bottom:10px;} +.rubrics{margin:60px 0 0 0;padding-bottom:10px;} .rubrics ul{list-style:none;margin:0px;padding:0px;} .rubrics ul li{float:left;margin:0px 35px;} .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;} .sort_block ul li a.desc:after { content: "↑"; } -.home_banner_up {margin-top: 20px;} \ No newline at end of file +/*************/ +.home_banner_up {margin-top: 20px;} +.home_banner_up .HOME_RIGHT { + display: block; + float: right; + position: static; + margin-left: 0; +} +#HOME_SLIDER .jssorb03 div, #HOME_SLIDER .jssorb03 div:hover, #HOME_SLIDER .jssorb03 .av { + width: 6px; + height: 6px; + border-radius: 50%; + line-height: 6px; + background: #fff; + border: 2px solid #fff; +} +#HOME_SLIDER .jssorb03 .av { + background: none; +} +#HOME_SLIDER .jssorb03 div.av:hover, #HOME_SLIDER .jssorb03 div.av:active { + cursor: default; + background: none; +} \ No newline at end of file -- libgit2 0.21.4