Kristan Kenney 6 лет назад
Родитель
Сommit
5f86ba0780
1 измененных файлов с 21 добавлено и 4 удалено
  1. 21 4
      web/css/styles.min.css

+ 21 - 4
web/css/styles.min.css

@@ -2182,15 +2182,32 @@ body.mobile .l-icon-shortcuts {
 .to-top {
 .to-top {
   display: inline-block;
   display: inline-block;
   position: fixed;
   position: fixed;
-  top: 92%;
-  right: 1%;
+  top: 90%;
+  right: 4%;
+  border: 1px solid #ddd;
+  padding: 8px;
+  border-radius: 50%;
+  background-color: #eee;
+  text-shadow: 1px 1px #fff;
+  box-shadow: 0px 2px 4px rgba(120,120,120,0.25),
+              inset 0px 0px 1px rgba(255,255,255,0.9);
+  z-index: 200;
+
 }
 }
 
 
 .to-shortcuts {
 .to-shortcuts {
   display: inline-block;
   display: inline-block;
   position: fixed;
   position: fixed;
-  top: 92%;
-  right: 4%;
+  top: 90%;
+  right: 8%;
+  border: 1px solid #ddd;
+  padding: 8px;
+  border-radius: 50%;
+  background-color: #eee;
+  text-shadow: 1px 1px #fff;
+  box-shadow: 0px 2px 4px rgba(120,120,120,0.25),
+              inset 0px 0px 1px rgba(255,255,255,0.9);
+  z-index: 200;
 }
 }