]> git.0d.be Git - panikweb.git/commitdiff
Attempt to fix line-height problems
authorlaron <simon@surlaterre.org>
Thu, 15 Aug 2013 16:56:59 +0000 (18:56 +0200)
committerlaron <simon@surlaterre.org>
Thu, 15 Aug 2013 17:03:35 +0000 (19:03 +0200)
panikweb_templates/static/css/style.less
panikweb_templates/static/css/tags.less
panikweb_templates/static/css/type.css
panikweb_templates/templates/episodes/detail.html

index d095b1cee3362682f7ea24cd8e0d023b2ddbb4c2..857b6dab4fde10b315bf30024c0a98438eeb32b5 100644 (file)
@@ -58,9 +58,8 @@
     width: @wrapper-width;
     .clearfix
 }
-.symbol, .control, .controls {
+.symbol{
        font-family: RE06 !important;
-       line-height: 1em;
 }    
 
 .symbol:hover,.control:hover{
@@ -318,7 +317,8 @@ body {
        text-transform: uppercase;
        font-size: @s;
 }
-.emission nav a.active, .emission nav a:hover{
+.emission nav a.active, 
+ .emission nav a:hover{
     border-bottom: 3px solid @black;text-decoration:none;
 }
 
@@ -354,9 +354,9 @@ body {
        text-overflow: ellipsis;
        overflow: hidden;
 }
-.emission .control .symbol{
-    font-size: @xxl*1.5;
-    line-height: 80%;
+.emission-detail .control .symbol{
+       font-size: @xxl*1.5;
+       line-height: 80%;
        float:left;
 }
 .emission .control .listen{
@@ -511,7 +511,8 @@ ul.tagsArchives li {
 .episode-detail .date{
        float: left;
 }
-.episode-detail .logo,.episode-detail .controls{
+.episode-detail .logo,
+ .episode-detail .controls{
        float: right;
 }
 
@@ -572,10 +573,11 @@ ul.tagsArchives li {
        margin-right:10px;
 }
 
-.episode-detail div.controls {
+.episode-detail .controls {
        width: 77px;
        text-align: center;
        font-size: @xxl;
+       line-height: 0px !important;
 }
 
 
index a0d136950151754c7fbf88384b04f2def1f8c61d..54eaad11143c8baa910e9fbd49dee98dd024bd2a 100644 (file)
@@ -102,3 +102,4 @@ ul.tags li {
        border-radius: 7px;
        -moz-border-radius: 7px;
 }
+button {display:inline-block;}
index 9e1880f096a1fcc82b14bf235d29e610504e3aa4..b3cfeab9aa535577de64651d58ad2caa953e7f0a 100644 (file)
@@ -38,6 +38,7 @@
     src: url('../reglo/RE06.otf');
     font-weight: normal;
     font-style: normal;
+       line-height: 0 !important;
 }
 
 @font-face {
index b888ec4a17501e3a7697f138506cc6d2a191411b..311a3ab678b2fc4925f5ee157b1e604219924a92 100644 (file)
@@ -21,8 +21,7 @@
                </div>
        </div>
        <div class="controls todo">
-               <button class="symbol play" style="float:left;">A</button>
-               <button class="symbol add">B</button>
+               <button class="symbol play">A</button><button class="symbol add">B</button>
                <button  class="symbol download">I</button>
                <button class="symbol buy">C</button>
        </div>