Просмотр исходного кода

All count element in asides been right aligned

soyjavi 13 лет назад
Родитель
Сommit
d16c01d6f3
2 измененных файлов с 8 добавлено и 1 удалено
  1. 5 1
      src/stylesheets/Lungo.layout.aside.less
  2. 3 0
      src/stylesheets/css/Lungo.layout.aside.css

+ 5 - 1
src/stylesheets/Lungo.layout.aside.less

@@ -34,12 +34,12 @@ aside {
     width: @aside-width;
     width: @aside-width;
 
 
     &.right { right: 0px; }
     &.right { right: 0px; }
+
     &.show {
     &.show {
         z-index: 0;
         z-index: 0;
         display: block;
         display: block;
     }
     }
 
 
-
     & header, & footer {
     & header, & footer {
         position: relative;
         position: relative;
         left: none;
         left: none;
@@ -51,6 +51,10 @@ aside {
         bottom: 0;
         bottom: 0;
     }
     }
 
 
+    & .bubble {
+        float: right;
+    }
+
     &.small {
     &.small {
         width: @aside-width-small;
         width: @aside-width-small;
 
 

+ 3 - 0
src/stylesheets/css/Lungo.layout.aside.css

@@ -82,6 +82,9 @@ aside footer {
   position: absolute;
   position: absolute;
   bottom: 0;
   bottom: 0;
 }
 }
+aside .bubble {
+  float: right;
+}
 aside.small {
 aside.small {
   width: 64px;
   width: 64px;
 }
 }