summaryrefslogtreecommitdiff
path: root/chimere/static
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/static')
-rw-r--r--chimere/static/chimere/css/forms.css2
-rw-r--r--chimere/static/chimere/css/styles.css25
2 files changed, 24 insertions, 3 deletions
diff --git a/chimere/static/chimere/css/forms.css b/chimere/static/chimere/css/forms.css
index 2cf9a56..0a22e74 100644
--- a/chimere/static/chimere/css/forms.css
+++ b/chimere/static/chimere/css/forms.css
@@ -37,7 +37,7 @@
}
div.bottomform{
- clear: left;
+ clear: both;
width: 100%;
}
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css
index d371df8..accac25 100644
--- a/chimere/static/chimere/css/styles.css
+++ b/chimere/static/chimere/css/styles.css
@@ -36,9 +36,13 @@ h2, h3, th, .action li, .action li a,
color:#000;
}
+th{
+ color: #449506;
+}
+
/* background-color definition */
-body, h2, h3, th,
+body, h2, h3,
.ui-widget-header,
#layer_selection h4,
.action li.selected, #no-js-message,
@@ -173,7 +177,7 @@ fieldset{
}
.edit label{
- display:inline;
+ display: block;
}
a:link[disabled],
@@ -748,6 +752,18 @@ a#welcome_button,
/* forms */
+button{
+ padding: 2px 4px;
+ font-size: 14px;
+ line-height: 1.42857;
+ color: #555;
+ vertical-align: middle;
+ background-color: #FFF;
+ border: 1px solid #CCC;
+ border-radius: 4px;
+ box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
+}
+
table.inline-table{
}
@@ -768,6 +784,11 @@ table.inline-table td input[type=file]{
width:260px;
}
+table.inline-table td input[type=file]{
+ border: 0 solid transparent;
+ box-shadow: none;
+}
+
#live_lonlat p{
display:inline-table;
}