Browse Source

Adjustments in filmstrip section

j8
Ilya Daynatovich 9 years ago
parent
commit
bbbd01b26c
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      css/_filmstrip.scss
  2. 1
    1
      css/_toastr.scss

+ 3
- 3
css/_filmstrip.scss View File

9
     position: absolute;
9
     position: absolute;
10
     bottom: 0;
10
     bottom: 0;
11
     right: 0;
11
     right: 0;
12
-    padding: 10px 10px 17px 5px;
12
+    padding: 10px 5px;
13
     @extend %align-right;
13
     @extend %align-right;
14
 
14
 
15
     &__toolbar {
15
     &__toolbar {
18
         flex-wrap: nowrap;
18
         flex-wrap: nowrap;
19
         position: relative;
19
         position: relative;
20
         z-index: 1;                     // Set z-index to make element visible
20
         z-index: 1;                     // Set z-index to make element visible
21
-        width: 20px;
21
+        width: 17px;
22
 
22
 
23
         button {
23
         button {
24
             font-size: 14px;
24
             font-size: 14px;
29
             height: auto;
29
             height: auto;
30
             width: 100%;
30
             width: 100%;
31
             padding: 0;
31
             padding: 0;
32
-            margin: 0 1px;
32
+            margin: 0;
33
             border: none;
33
             border: none;
34
             outline: none;
34
             outline: none;
35
 
35
 

+ 1
- 1
css/_toastr.scss View File

93
 
93
 
94
 #toast-container.notification-bottom-right {
94
 #toast-container.notification-bottom-right {
95
   bottom: 135px;
95
   bottom: 135px;
96
-  right: 13px;
96
+  right: 28px;
97
 }
97
 }
98
 
98
 
99
 #toast-container * {
99
 #toast-container * {

Loading…
Cancel
Save