Merge pull request #138 from clickos/292_Chg_Buttondesign_IE

292 chg buttondesign ie; fixes #292
This commit is contained in:
bohrsty 2014-02-06 23:04:13 +01:00
commit b835950264
4 changed files with 10 additions and 5 deletions

View File

@ -56,7 +56,6 @@
<title><?php echo $tpl_subtitle; ?>{title}</title>
<meta name="keywords" content="Geocaching, Geocache, Cache, Geocashing, Schnitzeljagd, Schatzsuche, GPS, Openstreetmap, kostenlos, GPX, GPX download, Koordinaten, Hobby, Natur" />
<meta name="description" content="Opencaching.de ist das freie Portal für Geocaching, ein GPS-Schatzsuche-Spiel: Es werden kleine Behälter versteckt, die anhand von GPS-Koordinaten zu finden sind." />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Language" content="{lang}" />
@ -68,7 +67,8 @@
<link rel="apple-touch-icon" sizes="114x114" href="resource2/{style}/images/oclogo/apple-touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon" sizes="144x144" href="resource2/{style}/images/oclogo/apple-touch-icon-ipad-retina.png" />
<link rel="stylesheet" type="text/css" media="screen,projection" href="resource2/{style}/css/style_screen.css?ft={screen_css_time}" />
<!--[if IE]>
<!--[if lte IE 9]>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<link rel="stylesheet" type="text/css" media="screen,projection" href="resource2/{style}/css/style_screen_msie.css?ft={screen_msie_css_time}" />
<![endif]-->
<script type="text/javascript">

View File

@ -578,7 +578,7 @@ input.formbutton_header {
input.formbutton {
width:120px;
border:1px solid #5f90bb;
border:1px solid #5f90bb; /* see adjustment in style_screen_msie.css */
padding:1px 0px 1px 0;
background-color:#dbe6f1;
color: #000000;

View File

@ -4,6 +4,7 @@
/*************************************************************/
/* When overriding any styles, leave a comment in style_screen.css! */
/* Not needed for IE10 and above */
/* remove shadow margin space */
.bg-blue02 { margin: 0 0 15px 0; }
@ -11,3 +12,7 @@
/* buttons */
.exportlist { background: white; }
.exportbutton { padding: 1px; width:180px; }
input.formbutton {
border: none !important;
filter: progid:DXImageTransform.Microsoft.glow(color=#5f90bb,strength=1);
}

View File

@ -19,7 +19,6 @@
<meta name="keywords" content="Geocaching, Geocache, Cache, Geocashing, Schnitzeljagd, Schatzsuche, GPS, Openstreetmap, kostenlos, GPX, GPX download, Koordinaten, Hobby, Natur" />
{* siehe http://forum.opencaching-network.org/index.php?topic=3065.0 *}
<meta name="description" content="Opencaching.de ist das freie Portal für Geocaching, ein GPS-Schatzsuche-Spiel: Es werden kleine Behälter versteckt, die anhand von GPS-Koordinaten zu finden sind." />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Language" content="{$opt.template.locale}" />
@ -31,7 +30,8 @@
<link rel="apple-touch-icon" sizes="114x114" href="resource2/{$opt.template.style}/images/oclogo/apple-touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon" sizes="144x144" href="resource2/{$opt.template.style}/images/oclogo/apple-touch-icon-ipad-retina.png" />
<link rel="stylesheet" type="text/css" media="screen,projection" href="resource2/{$opt.template.style}/css/style_screen.css?ft={$screen_css_time}" />
<!--[if IE]>
<!--[if lte IE 9]>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<link rel="stylesheet" type="text/css" media="screen,projection" href="resource2/{$opt.template.style}/css/style_screen_msie.css?ft={$screen_msie_css_time}" />
<![endif]-->
<link rel="stylesheet" type="text/css" media="print" href="resource2/{$opt.template.style}/css/style_print.css?ft={$print_css_time}" />