]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2314 from wallabag/assets
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Mon, 3 Oct 2016 07:09:45 +0000 (09:09 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2016 07:09:45 +0000 (09:09 +0200)
Assets work

1  2 
app/Resources/static/themes/material/css/main.css
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig

index 005cc30207e1205980237d8cce78a9eca7cf6dbd,67be1d22911828eaf59c611d3ce1a534f1d6b56a..00d7a8699e1f52320cbf87566c08846e4d459f37
  
  @font-face {
    font-family: icomoon;
-   src: url("../fonts/icomoon.eot");
-   src:
-     url("../fonts/icomoon.eot#iefix") format("embedded-opentype"),
-     url("../fonts/icomoon.ttf") format("truetype"),
-     url("../fonts/icomoon.woff") format("woff"),
-     url("../fonts/icomoon.svg#icomoon") format("svg");
+   src: url("../fonts/IcoMoon-Free.ttf");
    font-weight: normal;
    font-style: normal;
  }
@@@ -174,7 -169,7 +169,7 @@@ div.pagination ul .next.disabled 
  
  footer.page-footer {
    margin-top: 10px;
-   padding-top: 0px;
+   padding-top: 0;
  }
  
  footer .row {
@@@ -257,8 -252,9 +252,9 @@@ nav input 
    display: none;
  }
  
- .input-field.nav-panel-add, .input-field.nav-panel-add form {
-     height: 100%;
+ .input-field.nav-panel-add,
+ .input-field.nav-panel-add form {
+   height: 100%;
  }
  
  /* ==========================================================================
@@@ -352,10 -348,12 +348,11 @@@ main ul.row 
  .card .card-content .card-title {
    line-height: 32px;
    max-height: 64px;
 -  display: block;
  }
  
- .card .card-content i.right, .card .card-reveal i.right {
-     margin-left: 0;
+ .card .card-content i.right,
+ .card .card-reveal i.right {
+   margin-left: 0;
  }
  
  .card .card-entry-labels {
  }
  
  .card .card-action a {
 -  color: #fff;
 +  color: #fff !important;
    margin: 0;
  }
  
  .card .card-action a:hover {
 -  color: #fff;
 +  color: #fff !important;
  }
  
  .settings .div_tabs {
    footer {
      padding-left: 0;
    }
    nav,
    main,
    footer {
      padding-left: 0;
    }
    .pagination {
      width: auto;
    }
    .reader-mode {
      width: 240px !important;
    }
    .reader-mode span {
      opacity: 1;
    }
    .tabs {
      display: inline-block;
      height: auto;
    }
    .tab {
      min-width: 100%;
    }
    .indicator {
      display: none;
    }
    .pagination li.prev,
    .pagination li.next {
      width: auto;
      width: 25%;
      margin-left: 0;
    }
    .row .col.l2 {
      width: 33.33333%;
      margin-left: 0;
    }
    .row .col.l3 {
      width: 41.66667%;
      margin-left: 0;
    }
    .row .col.l4 {
      width: 50%;
      margin-left: 0;
    }
    .row .col.l5 {
      width: 58.33333%;
      margin-left: 0;
    }
    .row .col.l6 {
      width: 66.66667%;
      margin-left: 0;
    }
    .row .col.l7 {
      width: 75%;
      margin-left: 0;
    }
    .row .col.l8 {
      width: 83.33333%;
      margin-left: 0;
    }
    .row .col.l9 {
      width: 91.66667%;
      margin-left: 0;
    }
    .row .col.l10 {
      width: 100%;
      margin-left: 0;
  }
  
  .icon-link::before {
-     content: "\e9cb";
+   content: "\e9cb";
  }
  
  footer [class^="icon-"],
@@@ -676,5 -691,5 +690,5 @@@ div.settings div.file-field div 
  }
  
  .input-field label.active {
-     font-size: 1rem;
+   font-size: 1rem;
  }
index ffc5bec65826d3fd53907efe2e704abdb3228d87,8d841b4cf477cb02c95c7f01c0b4e5e32471364b..1c0430e8a8357f60a86ecefdb2dd915e80517ca9
@@@ -1,7 -1,7 +1,7 @@@
  {% extends "WallabagCoreBundle::layout.html.twig" %}
  
  {% block title %}
 -    {% include "@WallabagCore/themes/_title.html.twig" %}
 +    {% include "@WallabagCore/themes/common/Entry/_title.html.twig" %}
  {% endblock %}
  
  {% block content %}
@@@ -67,7 -67,7 +67,7 @@@
  
      <!-- Filter -->
      {% if form is not null %}
-     <aside id="filter-form" class="">
+     <div id="filters" class="">
          <form method="get" action="{{ path('all') }}">
              <h2>{{ 'entry.filters.title'|trans }}</h2>
              <a href="javascript: void(null);" id="filter-form-close" class="close-button--popup close-button">&times;</a>
                  <button class="btn waves-effect waves-light" type="submit" id="submit-filter" value="filter">{{ 'entry.filters.action.filter'|trans }}</button>
              </div>
          </form>
-     </aside>
+     </div>
      {% endif %}
  {% endblock %}
index e889dea8c2d8d85d4b59045628a3d24684fc8105,1c5057ddd102784366ca99c1f4913b1f23eb31fc..01fde953e2505c812937c9d09e44a0cfa0effad6
@@@ -1,7 -1,7 +1,7 @@@
  {% extends "WallabagCoreBundle::layout.html.twig" %}
  
  {% block title %}
 -  {% include "@WallabagCore/themes/_title.html.twig" %}
 +  {% include "@WallabagCore/themes/common/Entry/_title.html.twig" %}
  {% endblock %}
  
  {% block content %}
@@@ -66,7 -66,7 +66,7 @@@
  
                              <p>{{ entry.content|striptags|slice(0, 300)|raw }}&hellip;</p>
  
-                             <ul class="card-entry-tags">
+                             <ul class="card-entry-labels-hidden">
                                  {% for tag in entry.tags %}
                                      <li>{{ tag.label }}</li>
                                  {% endfor %}