OSDN Git Service

管理画面テンプレートのCSS修正。 v2.8.6
authornaoki hirata <naoki@magic3.org>
Thu, 13 Feb 2014 22:47:00 +0000 (07:47 +0900)
committernaoki hirata <naoki@magic3.org>
Thu, 13 Feb 2014 22:47:00 +0000 (07:47 +0900)
templates/_admin4/css/style.css
templates/_admin4/index.php

index be436be..ce4880c 100644 (file)
@@ -54,6 +54,7 @@ a:hover {
 /*** Bootstrap bug fix ***/
 input[type="password"]{
        font-size: 14px;
+       font-family: Arial;/*for IE8 bug*/
 }
 /*** Bootstrap plus option ***/
 .align_middle_row.table td {
index 9ff7e4f..e3718d3 100644 (file)
@@ -25,14 +25,6 @@ $templateUrl = $document->baseurl . '/templates/' . $document->template;
     <script src="<?php echo $templateUrl; ?>/html5shiv.js"></script>
     <script src="<?php echo $templateUrl; ?>/respond.min.js"></script>
     <![endif]-->
-    <!--[if lte IE 8]>
-    <style>
-        /* for bootstrap */
-        input[type="password"]{
-            font-family: Arial;
-        }
-    </style>
-    <![endif]-->
 </head>
 <body>
 <div class="container">