Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.M <me@mynetx.net>2012-05-17 17:28:28 +0400
committerJ.M <me@mynetx.net>2012-05-17 17:28:28 +0400
commit3a4b831cf507a9f8632ea474a9fa388d4e45cb4b (patch)
treea17f56a5ace87903c10c0960b769956d725862d1 /setup/styles.css
parentb2cbfb355b48d4e3c1d94053700b2a7d25cff24b (diff)
Adapt pmahomme style for setup pages
Diffstat (limited to 'setup/styles.css')
-rw-r--r--setup/styles.css27
1 files changed, 11 insertions, 16 deletions
diff --git a/setup/styles.css b/setup/styles.css
index 6002b3cce2..e7e955c275 100644
--- a/setup/styles.css
+++ b/setup/styles.css
@@ -111,7 +111,7 @@ h1 {
.success h4,
.notice h4,
div.error h4 {
- border-bottom: 2px solid;
+ border-bottom: 1px solid;
font-weight: bold;
margin: 0 0 .2em 0;
}
@@ -123,7 +123,7 @@ div.footnotes {
margin: .5em 0 1.3em 0;
border: 1px solid;
background-repeat: no-repeat;
- background-position: 10px 50%;
+ background-position: 10px 10px;
padding: 10px 10px 10px 25px;
-moz-border-radius: 5px;
@@ -152,7 +152,7 @@ div.success {
border-color: #a2d246;
background-image: url(../themes/pmahomme/img/s_success.png);
background-repeat: no-repeat;
- background-position: 5px 50%;
+ background-position: 5px 10px;
}
.success h4 {
border-color: #00FF00;
@@ -170,7 +170,7 @@ div.footnotes {
border-color: #3a6c7e;
background-image: url(../themes/pmahomme/img/s_notice.png);
background-repeat: no-repeat;
- background-position: 5px 50%;
+ background-position: 5px 10px;
}
.notice h4 {
@@ -188,7 +188,7 @@ div.error {
border-color: #333;
background-image: url(../themes/pmahomme/img/s_error.png);
background-repeat: no-repeat;
- background-position: 5px 50%;
+ background-position: 5px 10px;
}
div.error h4 {
@@ -361,6 +361,11 @@ fieldset th {
vertical-align: top;
}
+fieldset.simple th {
+ width: auto;
+ min-width: 0;
+}
+
fieldset .doc {
margin-left: 1em;
}
@@ -531,16 +536,6 @@ select {
background: white;
}
-/* simple form, without header and legend */
-
-fieldset.simple {
- border-top-color: #DEE1FF;
-}
-
-fieldset.simple legend {
- display: none;
-}
-
fieldset.simple th, fieldset.simple td {
border-top: none;
border-bottom: 1px #555 dotted;
@@ -596,7 +591,7 @@ table.datatable {
table.datatable th {
padding: 0 1em 0 0.5em;
- border-bottom: 2px #66F solid;
+ border-bottom: 1px #999 solid;
text-align: left;
}