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-22 02:04:26 +0200 |
| commit | 0d31e5541ec10834d6762bc66fba80aa9a440e51 (patch) | |
| tree | d4880e1ce2c4bc37ec0fefa3fcec61cde003f3ad /chimere/static | |
| parent | c107a69ca98f5be7893cbe2a03e84cfaae1b9ca9 (diff) | |
| download | Chimè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.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 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{ |
