Jiný pokus o opravu stylů na starých iOSech
This commit is contained in:
		
							parent
							
								
									788e8d22a2
								
							
						
					
					
						commit
						e0dc75763c
					
				
					 3 changed files with 5 additions and 3 deletions
				
			
		|  | @ -1,7 +1,5 @@ | ||||||
| @charset "utf-8"; /* vynuť utf-8 */ | @charset "utf-8"; /* vynuť utf-8 */ | ||||||
| 
 | 
 | ||||||
| @import "mamweb_legacy.css" supports((-webkit-touch-callout: none) and (not (offset-position: normal))); |  | ||||||
| 
 |  | ||||||
| /* Obecné styly pro html tagy */ | /* Obecné styly pro html tagy */ | ||||||
| 
 | 
 | ||||||
| @font-face { | @font-face { | ||||||
|  |  | ||||||
|  | @ -1,5 +1,7 @@ | ||||||
| @charset "utf-8"; /* vynuť utf-8 */ | @charset "utf-8"; /* vynuť utf-8 */ | ||||||
| 
 | 
 | ||||||
|  | @supports (-webkit-touch-callout: none) and (not (offset-position: normal)) { | ||||||
|  | 
 | ||||||
| .button { | .button { | ||||||
| 	margin: 10px 0 10px 0; | 	margin: 10px 0 10px 0; | ||||||
| 	padding: 4px 0; /*vertikální centování textu*/ | 	padding: 4px 0; /*vertikální centování textu*/ | ||||||
|  | @ -726,3 +728,4 @@ div.gdpr p { | ||||||
| /*******************/ | /*******************/ | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | } | ||||||
|  |  | ||||||
|  | @ -10,7 +10,8 @@ | ||||||
|     {% block custom_css %}{% endblock %} |     {% block custom_css %}{% endblock %} | ||||||
|     <link href="{% static 'bootstrap/css/bootstrap.css' %}?version=2" rel="stylesheet"> |     <link href="{% static 'bootstrap/css/bootstrap.css' %}?version=2" rel="stylesheet"> | ||||||
|     <link href="{% static 'css/constants.css' %}?version=2" rel="stylesheet"> |     <link href="{% static 'css/constants.css' %}?version=2" rel="stylesheet"> | ||||||
|     <link href="{% static 'css/base.css' %}?version=3" rel="stylesheet"> |     <link href="{% static 'css/mamweb_legacy.css' %}?version=2" rel="stylesheet"> | ||||||
|  |     <link href="{% static 'css/base.css' %}?version=2" rel="stylesheet"> | ||||||
|     <link href="{% static 'css/layout.css' %}?version=2" rel="stylesheet"> |     <link href="{% static 'css/layout.css' %}?version=2" rel="stylesheet"> | ||||||
|     <link href="{% static 'css/modules.css' %}?version=2" rel="stylesheet"> |     <link href="{% static 'css/modules.css' %}?version=2" rel="stylesheet"> | ||||||
|     <script src="{% static 'js/jquery-1.11.1.js' %}"></script> |     <script src="{% static 'js/jquery-1.11.1.js' %}"></script> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue