<td><?php echo lang('Options'); /* no label required, options have their own label */ ?>
<?php if ($type == "TABLE") { ?>
<td id="label-null">NULL
-<td><input type="radio" name="auto_increment_col" value=""><acronym id="label-ai" title="<?php echo lang('Auto Increment'); ?>">AI</acronym><?php echo doc_link(array(
+<td><input type="radio" name="auto_increment_col" value=""><abbr id="label-ai" title="<?php echo lang('Auto Increment'); ?>">AI</abbr><?php echo doc_link(array(
'sql' => "example-auto-increment.html",
'mariadb' => "auto_increment/",
'sqlite' => "autoinc.html",
/*\r
-FLAT UI Flavored Adminer Theme by M. Mahbubur Rahman (mahbub@mahbubblog.com) \r
+FLAT UI Flavored Adminer Theme by M. Mahbubur Rahman (mahbub@mahbubblog.com)\r
Screenshot : http://d.pr/i/cznH\r
-Based on work by : Lukáš Brandejs \r
+Based on work by : Lukáš Brandejs\r
https://raw.github.com/vrana/adminer/master/designs/ng9/adminer.css\r
*/\r
\r
table{\r
margin:10px 0px;\r
border:1px solid #E6E6E6;\r
- background-color:#FFFFFF; \r
+ background-color:#FFFFFF;\r
}\r
\r
tbody tr:hover td,tbody tr:hover th{\r
white-space:nowrap;\r
border-right:1px solid #34495e;\r
background:#34495e;\r
- color:#FFFFFF; \r
+ color:#FFFFFF;\r
padding-right:10px;\r
}\r
-thead th acronym, thead td acronym, thead th sup, thead td sup{\r
+thead th abbr, thead td acronym, thead th sup, thead td sup{\r
color:#CCDDFF;\r
}\r
\r
th,td{\r
border:1px solid rgba(233,233,233,.3);\r
padding:3px 6px;\r
- vertical-align:top; \r
+ vertical-align:top;\r
}\r
\r
th a {\r
background:#ea0202;\r
}\r
\r
-#logins a, #tables a { \r
+#logins a, #tables a {\r
background:none;\r
}\r
\r
-#logins a:hover, #tables a:hover { \r
- \r
+#logins a:hover, #tables a:hover {\r
+\r
}\r
\r
#logout {\r
}\r
\r
#logout:hover {\r
- color:red; \r
+ color:red;\r
}\r
\r
.logout {\r
\r
\r
input[type=submit] {\r
- font-size:13px; \r
+ font-size:13px;\r
font-weight:normal;\r
-moz-border-radius:1px;\r
-webkit-border-radius:1px;\r
border-radius:1px;\r
border:0px solid #469df5;\r
padding:4px 12px;\r
- text-decoration:none; \r
+ text-decoration:none;\r
background-color:#65ADC3;\r
color:#ffffff;\r
display:inline-block;\r
-moz-box-shadow:inset 0px 0px 0px 0px #cae3fc;\r
box-shadow:inset 0px 0px 0px 0px #cae3fc;\r
}\r
-input[type=submit]:hover { \r
+input[type=submit]:hover {\r
background-color:#34495e;\r
text-shadow:0px 1px 0px #000;\r
}\r