summaryrefslogtreecommitdiff
path: root/chimere/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-03-07 15:20:23 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-03-07 15:20:23 +0100
commita1f0bee683472efb98d2d6f82289de167cd2ba28 (patch)
tree7aea5dd2ca6b3769087eeeead5f2afdc0984d2ce /chimere/static
parent9d32b35a7b5f4effa1551c67bde8cef733a151d4 (diff)
downloadChimère-a1f0bee683472efb98d2d6f82289de167cd2ba28.tar.bz2
Chimère-a1f0bee683472efb98d2d6f82289de167cd2ba28.zip
Work on multimedia file forms
Diffstat (limited to 'chimere/static')
-rw-r--r--chimere/static/chimere/css/styles.css40
1 files changed, 29 insertions, 11 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css
index 8239a45..d973e99 100644
--- a/chimere/static/chimere/css/styles.css
+++ b/chimere/static/chimere/css/styles.css
@@ -3,24 +3,20 @@
a, a:link, a:visited, legend,
#footer .map-footer a, #footer .map-footer a:link,
#footer .map-footer a:visited, .errorlist,
-.detail_footer a,
-#categories li#display_submited,
+.detail_footer a, caption,
+#categories li#display_submited, h4,
.simple .cloud h2{
color:#54c200;
}
-h2, h3, .action li, .action li a,
+h2, h3, th, .action li, .action li a,
.action li li a,
#footer a, #footer a:link, #footer a:visited, .ui-widget-header,
a#welcome_button, a:visited#welcome_button, a:link#welcome_button,
-.olControlPermalink a {
+.olControlPermalink a{
color:#fff;
}
-h4{
- color:#5e1e68;
-}
-
.action li.ui-state-active a,
.action li li.ui-state-active a{
color:#333;
@@ -28,7 +24,7 @@ h4{
/* backgroundcolor definition */
-body, h2, h3,
+body, h2, h3, th,
.ui-widget-header,
.action li.selected,
#welcome_button,
@@ -145,9 +141,15 @@ h3{
cursor:move;
}
-h4{
+h4, caption{
font-weight:normal;
font-style:italic;
+ margin:0;
+ text-align:left;
+}
+
+th{
+ padding:0.2em 1em;
}
hr.spacer{
@@ -291,7 +293,7 @@ ul#action-2 {
}
#detail_content img{
- width:280px;
+ max-width:280px;
}
ul#share{
@@ -474,6 +476,22 @@ a#welcome_button{
text-decoration:none;
}
+/* forms */
+
+table.multimedia td input[type=checkbox]{
+ display:block;
+ margin-left:auto;
+ margin-right:auto;
+}
+
+table.multimedia td input[type=text]{
+ width:300px;
+}
+
+#live_lonlat p{
+ display:inline-table;
+}
+
/* openlayer customisation */
.olControlPermalink {
display: block;