diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-08-15 20:27:37 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-08-15 20:27:37 +0200 |
| commit | ee8eb14ba2c29c2f1a451472e5338492dcfb9b47 (patch) | |
| tree | 78958b11f0e8bc7bfa18c42d8877ea8769d59909 /chimere/static | |
| parent | 8066268b131bbf7ac829e83ca7849e9752dcc6e6 (diff) | |
| download | Chimère-ee8eb14ba2c29c2f1a451472e5338492dcfb9b47.tar.bz2 Chimère-ee8eb14ba2c29c2f1a451472e5338492dcfb9b47.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.css | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index a118d54..c7a4c05 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -589,26 +589,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{ |
