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