Update theme
[astakos] / snf-astakos-app / astakos / im / templates / im / base.html
index 7a93b51..d9ff14e 100644 (file)
@@ -11,7 +11,7 @@
   
   <meta name="description" content="">
   <meta name="author" content="">
-  <meta name="viewport" content="">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0">
     
   {% block page.js %}
   <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
 
   {% block page.css %}
        
-      <link href="https://fonts.googleapis.com/css?family=Antic" rel="stylesheet" type="text/css">
+      <link href='http://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin' rel='stylesheet' type='text/css'>
       <link rel="stylesheet" type="text/css" href="{{ IM_STATIC_URL }}css/global.css">
+      <link rel="stylesheet" type="text/css" href="{{ IM_STATIC_URL }}css/print.css" media="print">
       <!--[if lte IE 7]>
             <link rel="stylesheet" type="text/css" href="{{ IM_STATIC_URL }}css/ie7.css">
       <![endif]-->
+      <link rel="stylesheet" media="screen and (max-width: 960px)" href="{{ IM_STATIC_URL }}css/max960.css"/>
+      <link rel="stylesheet" media="screen and (max-width: 768px)" href="{{ IM_STATIC_URL }}css/max768.css"/>  
+      <link rel="stylesheet" media="screen and (max-width: 480px)" href="{{ IM_STATIC_URL }}css/max480.css"/>  
+      <link rel="stylesheet" type="text/css" href="{{ IM_STATIC_URL }}css/jquery-ui-1.8.21.custom.css"/>
+      
   {% endblock page.css %}
 
   {% block headjs %}
          <script src="{{ IM_STATIC_URL }}js/jquery-1.7.1.min.js"></script>     
-         <script src="{{ IM_STATIC_URL }}js/jquery.dropkick-1.0.0.js"></script>
+         
          <script src="{{ IM_STATIC_URL }}js/os.js"></script>   
       <script src="{{ IM_STATIC_URL }}js/modernizr-2.0.6.js"></script> 
       <script src="{{ IM_STATIC_URL }}js/jquery.js"></script>  
       <script src="{{ IM_STATIC_URL }}js/jquery.infieldlabel.js"></script>     
-      <script src="{{ IM_STATIC_URL }}js/forms.js"></script>   
-      <script src="{{ IM_STATIC_URL }}js/common.js"></script>
+      <script src="{{ IM_STATIC_URL }}js/forms.js"></script>    
+      <script src="{{ IM_STATIC_URL }}js/common.js"></script> 
   {% endblock headjs %}
   {% block endhead %}{% endblock endhead %}
 
@@ -69,7 +75,7 @@
 <body>
     <div class="container">
            <div class="wrapper">       
-               {% if messages or LOGIN_MESSAGES %}
+               {% if messages or EXTRA_MESSAGES_SET %}
                <div class="top-msg active">
                    {% block extra_messages %}{% endblock %}
                    {% for message in messages %}
                    </ul>
             </div>
             {% endblock %}
-                
-               
                <div class="content">
                    {% block page.body %}
                        <div class="full">