soyjavi 13 éve
szülő
commit
e742ec2bac

+ 10 - 6
src/stylesheets/lungo.layout.nav.styl

@@ -24,15 +24,19 @@ nav
       z-index: 1000
       float: left
 
-    & a.button
+    & .button, button
       margin: 6px 2px 0 2px
-      font-size: FONT_SIZE_SMALL
-      line-height: 30px
+      line-height: 31px !important
       & > .icon
-        font-size: 1.3em
-        height: 18px
+        font-size: 1.5em
+        position: relative
+        top: 3px
+        height: SIZE = 20px
+        width: SIZE
+        line-height: SIZE
         display: inline-block
 
+
     &.right a.button:last-child
       margin-right: 6px
     &:not(.right) a.button:first-child
@@ -41,7 +45,7 @@ nav
     & a:not(.button)
       height: HEADER_FOOTER_HEIGHT
       & > .icon
-        font-size: 1.7em
+        font-size: 1.8em
 
     & .tag
       position: relative

+ 5 - 3
src/stylesheets/lungo.layout.styl

@@ -88,9 +88,6 @@ header
     z-index: -1
     font-size: (FONT_SIZE_BIG * 1.2)
 
-    & img
-      height: 24px
-
     &.centered
       position: absolute
       left: 32px
@@ -98,6 +95,11 @@ header
       text-align: center
       display: inline-block
 
+  & img.title
+    PAD = 18px
+    height: (HEADER_FOOTER_HEIGHT - PAD)
+    margin: (PAD / 2) auto
+
 
 footer
   bottom: 0

+ 1 - 2
src/stylesheets/lungo.widgets.splash.styl

@@ -12,10 +12,9 @@
 
 .splash
   text-align: center
-  font-size: 1.2em
 
   & > form
-    margin: 28px
+    margin: 24px 32px
 
   & img
     max-width: 206px

+ 3 - 2
src/stylesheets/lungo.widgets.styl

@@ -60,8 +60,9 @@
 .tag
   display: inline-block
   padding: 0 3px
-  font-size: FONT_SIZE_TINY
-  line-height: 1.3em
+  font-size: FONT_SIZE_TINY !important
+  line-height: 1.25em
+  height: 1.35em
   text-align: center
 
 size = 5px