Ignore:
Timestamp:
Jun 22, 2013, 11:27:26 PM (11 years ago)
Author:
mistic100
Message:

improve display, fix detection problem with "translate" without @

Location:
extensions/plugin_lang_analysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/plugin_lang_analysis

    • Property svn:ignore set to
      _data
  • extensions/plugin_lang_analysis/template/style.css

    r23421 r23449  
     1.text-common {
     2  color:#5E9100 !important;
     3}
     4.text-admin {
     5  color:#E23D3B !important;
     6}
     7   
    18.type-button {
    29  display:inline-block;
     
    714    padding:5px 8px;
    815    margin:1px;
    9     border:1px solid #d3d3d3;
    1016    background:#e6e6e6;
    1117    color:#555;
     
    1420    .type-button span.active {
    1521      color:#212121;
    16       border-color:#aaa;
    17       background:#fff;
     22    }
     23    .type-button span.common.active {
     24      background:#BAFF3F;
     25    }
     26    .type-button span.admin.active {
     27      background:#FF5E5B;
    1828    }
    1929    .type-button span:first-of-type {
     
    3343    color:#eee;
    3444    padding:2px 5px;
     45    white-space:nowrap;
    3546  }
    3647    .strings thead th:not(:first-of-type) {
Note: See TracChangeset for help on using the changeset viewer.