summaryrefslogtreecommitdiff
path: root/chimere/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-08-15 20:27:37 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-08-22 02:04:26 +0200
commit0d31e5541ec10834d6762bc66fba80aa9a440e51 (patch)
treed4880e1ce2c4bc37ec0fefa3fcec61cde003f3ad /chimere/static
parentc107a69ca98f5be7893cbe2a03e84cfaae1b9ca9 (diff)
downloadChimère-0d31e5541ec10834d6762bc66fba80aa9a440e51.tar.bz2
Chimère-0d31e5541ec10834d6762bc66fba80aa9a440e51.zip
Improve itinerary layout
* create a proper templatetag for routing * add a button to show the routing dialog * some cleaning in the css file
Diffstat (limited to 'chimere/static')
-rw-r--r--chimere/static/chimere/css/styles.css14
1 files changed, 3 insertions, 11 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css
index 9133001..dec91e6 100644
--- a/chimere/static/chimere/css/styles.css
+++ b/chimere/static/chimere/css/styles.css
@@ -594,26 +594,18 @@ p.warning{
}
-#welcome_button,
+a#welcome_button,
+a#routing_button,
#permalink{
display: block;
- text-align:center;
margin:0.3em;
padding:0.2em;
-}
-
-a#welcome_button,
-#permalink{
+ width:100%;
font-size:14px;
text-align:center;
text-decoration:none;
}
-#welcome_button,
-#permalink{
- width:100%;
-}
-
/* forms */
table.inline-table{