soyjavi 13 лет назад
Родитель
Сommit
9d7cc59aad

+ 3 - 3
src/stylesheets/Lungo.layout.list.styl

@@ -44,9 +44,9 @@
 
     &.thumb
       & img, & .icon
-        margin: -9px 9px -9px -9px
-        height: 48px !important
-        width:48px !important
+        margin: -10px 10px -10px -10px
+        height: 53px !important
+        width:53px !important
         font-size: 3.6em
 
     &.anchor

+ 1 - 2
src/stylesheets/Lungo.layout.nav.styl

@@ -20,8 +20,7 @@ nav
   header &
     font-weigth: 700
     & a
-      padding: 0 6px
-      min-width: 30px
+      padding: 0 10px
       z-index: 1000
       float: left
       height: HEADER_FOOTER_HEIGHT

+ 2 - 0
src/stylesheets/Lungo.widgets.styl

@@ -90,3 +90,5 @@ size = 5px
     font-size: FONT_SIZE_SMALL
   &.big
     font-size: FONT_SIZE_BIG
+  &.opacity
+    opacity: 0.5

+ 3 - 3
src/stylesheets/css/Lungo.layout.list.css

@@ -45,9 +45,9 @@
 }
 .list li.thumb img,
 .list li.thumb .icon {
-  margin: -9px 9px -9px -9px;
-  height: 48px !important;
-  width: 48px !important;
+  margin: -10px 10px -10px -10px;
+  height: 53px !important;
+  width: 53px !important;
   font-size: 3.6em;
 }
 .list li.anchor {

+ 1 - 2
src/stylesheets/css/Lungo.layout.nav.css

@@ -25,8 +25,7 @@ header nav {
   font-weigth: 700;
 }
 header nav a {
-  padding: 0 6px;
-  min-width: 30px;
+  padding: 0 10px;
   z-index: 1000;
   float: left;
   height: 44px;

+ 3 - 0
src/stylesheets/css/Lungo.widgets.css

@@ -100,3 +100,6 @@
 .text.big {
   font-size: 1.2em;
 }
+.text.opacity {
+  opacity: 0.5;
+}