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:
authorCrack <piotrprz@gmail.com>2010-06-13 01:48:07 +0400
committerCrack <piotrprz@gmail.com>2010-06-13 01:48:07 +0400
commit2e1fd2677fffa08315e277bd39626531d0701931 (patch)
tree8dec622027bc890a93c6d575fc48e99fcbee57cb /setup/styles.css
parentb2ecf178038524b7b245e6c507118eb6ad432a31 (diff)
Configuration forms styling
Diffstat (limited to 'setup/styles.css')
-rw-r--r--setup/styles.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/setup/styles.css b/setup/styles.css
index d5a399d77c..48d7ec4d09 100644
--- a/setup/styles.css
+++ b/setup/styles.css
@@ -253,10 +253,6 @@ fieldset th {
vertical-align: top;
}
-fieldset th small {
- display: block;
-}
-
fieldset .doc {
margin-left: 1em;
}
@@ -267,6 +263,7 @@ fieldset td {
}
fieldset th small {
+ display: block;
font-weight: normal;
font-family: sans-serif;
font-size: x-small;
@@ -314,16 +311,16 @@ fieldset.simple .lastrow {
span.checkbox {
padding: 2px;
+ display: inline-block;
}
.custom { /* customized field */
background: #FFC;
}
-span.checkbox.custom {
+.checkbox.custom {
padding: 1px;
border: 1px #EDEC90 solid;
- background: #FFC;
}
input[type="text"], select, textarea {