id=comicpress-options now class=comicpress-options
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
d925515515
commit
118e20b816
|
@ -3,7 +3,7 @@
|
|||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div id="comicpress-options">
|
||||
<div class="comicpress-options">
|
||||
|
||||
<table class="widefat">
|
||||
<thead>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<div id="comicpress-archivesearch">
|
||||
|
||||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<form method="post" id="myForm-archive" name="template" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div id="comicpress-options">
|
||||
<div class="comicpress-options">
|
||||
|
||||
<table class="widefat">
|
||||
<thead>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div id="comicpress-options">
|
||||
<div class="comicpress-options">
|
||||
|
||||
<table class="widefat">
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div id="comicpress-options">
|
||||
<div class="comicpress-options">
|
||||
|
||||
<table class="widefat">
|
||||
<thead>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div id="comicpress-options">
|
||||
<div class="comicpress-options">
|
||||
|
||||
<table class="widefat">
|
||||
<thead>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div id="comicpress-options">
|
||||
<div class="comicpress-options">
|
||||
|
||||
<table class="widefat">
|
||||
<thead>
|
||||
|
|
|
@ -97,7 +97,7 @@ div.show img {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
#comicpress-options {
|
||||
.comicpress-options {
|
||||
padding: 10px 10px 1px 10px;
|
||||
background: #fff;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
|
@ -131,54 +131,54 @@ div.show img {
|
|||
-khtml-border-bottom-right-radius: 6px;
|
||||
}
|
||||
|
||||
#comicpress-options table.widefat thead tr th {
|
||||
.comicpress-options table.widefat thead tr th {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#comicpress-options table.widefat label {
|
||||
.comicpress-options table.widefat label {
|
||||
display: block;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#comicpress-options table.widefat label.inline-label {
|
||||
.comicpress-options table.widefat label.inline-label {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#comicpress-options table.widefat select {
|
||||
.comicpress-options table.widefat select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#comicpress-options table.widefat {
|
||||
.comicpress-options table.widefat {
|
||||
margin-bottom: 10px;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#comicpress-options table.widefat th {
|
||||
.comicpress-options table.widefat th {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#comicpress-options table.widefat th input{
|
||||
.comicpress-options table.widefat th input{
|
||||
margin: 1px;
|
||||
padding: 3px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#comicpress-options table.widefat th .radio input{
|
||||
.comicpress-options table.widefat th .radio input{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#comicpress-options table.widefat th label {
|
||||
.comicpress-options table.widefat th label {
|
||||
color: #21759b;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#comicpress-options table.widefat th label:hover {
|
||||
.comicpress-options table.widefat th label:hover {
|
||||
color: #d54e21;
|
||||
}
|
||||
|
||||
#comicpress-options table.widefat th, #comicpress-options table.widefat td {
|
||||
.comicpress-options table.widefat th, .comicpress-options table.widefat td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
#comicpress-version-title {
|
||||
|
@ -200,7 +200,7 @@ width: auto;
|
|||
letter-spacing: 8px;
|
||||
}
|
||||
|
||||
#comicpress-options .radio {
|
||||
.comicpress-options .radio {
|
||||
padding-top: 5px;
|
||||
text-align: right;
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<form method="post" id="myForm" name="template" enctype="multipart/form-data" action="">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div id="comicpress-options">
|
||||
<div class="comicpress-options">
|
||||
|
||||
<table class="widefat">
|
||||
<thead>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<div id="comicpress-options">
|
||||
<div class="comicpress-options">
|
||||
|
||||
<table class="widefat" cellspacing="0">
|
||||
<thead>
|
||||
|
|
Loading…
Reference in New Issue