]> _ Git - fluidbook-html5.git/commitdiff
fix #1746 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 11 Oct 2017 13:55:27 +0000 (15:55 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 11 Oct 2017 13:55:27 +0000 (15:55 +0200)
style/fluidbook.less

index 4d2e60daf963b4646e19c55b3536735d8b53685a..c1933c634e2ae3792af339f5988936b3cec64d26 100644 (file)
@@ -1306,8 +1306,6 @@ form input[type="text"], form input[type="email"] {
 
 .thumb {
        position: absolute;
-       top: 10px;
-       left: 10px;
 
        .bookmark {
                width: 35px;
@@ -1337,16 +1335,16 @@ form input[type="text"], form input[type="email"] {
                line-height: 1;
        }
        &.right {
-               left: 110px;
+               left: 100px;
        }
        &.simple {
                width: 100px;
                &.right {
-                       margin-left: 110px;
+                       margin-left: 100px;
                }
        }
        &.left {
-               margin-right: 110px;
+               margin-right: 100px;
        }
 
        @shade-height: unit(@thumb-height+22, px);