configurationengine/source/scripts/cone_base.html
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
   108     }
   108     }
   109 
   109 
   110     .currentValue {
   110     .currentValue {
   111         background-color: #e8f2fe;
   111         background-color: #e8f2fe;
   112     }
   112     }
       
   113 
       
   114 .fltrow{ /* filter grid row appearance */
       
   115     height:20px;
       
   116     background-color:#f4f4f4;
       
   117 }
       
   118 .btnflt{ /* button appearance */
       
   119     font-size:11px;
       
   120     margin:0 2px 0 2px; padding:0 1px 0 1px;
       
   121     text-decoration:none; color: #fff;
       
   122     background-color:#666;
       
   123 }
       
   124 .flt{ /* filter (input) appearance */
       
   125     background-color:#f4f4f4; border:1px inset #ccc; 
       
   126     margin:0; width:100%;
       
   127 }
       
   128 .flt_s{ /* small filter (input) appearance */
       
   129     background-color:#f4f4f4; border:1px inset #ccc; 
       
   130     margin:0; width:80%;
       
   131 }
       
   132 
   113 </style>
   133 </style>
       
   134 <script language="javascript" type="text/javascript" src="http://www.javascriptkit.com/script/script2/tablefilter.js"></script>
   114 <title>{% block title %}{% endblock %} - ConE</title>
   135 <title>{% block title %}{% endblock %} - ConE</title>
   115 {% endblock head %}
   136 {% endblock head %}
   116 </head>
   137 </head>
   117 <body>
   138 <body>
   118 <div id="content">{% block content %}{% endblock %}</div>
   139 <div id="content">{% block content %}{% endblock %}</div>