diff options
| author | Michel Etienne | 2014-11-12 16:55:40 +0100 |
|---|---|---|
| committer | Michel Etienne | 2014-11-12 16:55:40 +0100 |
| commit | 28350f95744a03290a28dd8d941d1e6248f2eeb2 (patch) | |
| tree | 6ce8b6b89525b0428d29fc93d27949e60e2c2efb /app/assets | |
| parent | 0906ff71269c2bcec1a6445a6fb53900be66be9b (diff) | |
| download | chouette-core-28350f95744a03290a28dd8d941d1e6248f2eeb2.tar.bz2 | |
new fields for GTFS exchange
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/main/lines.css.scss | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/app/assets/stylesheets/main/lines.css.scss b/app/assets/stylesheets/main/lines.css.scss index 3ce3c50e0..6e2f14dc5 100644 --- a/app/assets/stylesheets/main/lines.css.scss +++ b/app/assets/stylesheets/main/lines.css.scss @@ -23,20 +23,24 @@ #workspace.lines.edit, #workspace.lines.new, #workspace.lines.create, #workspace.lines.update { - #line_color{ width: 100px; + #line_color_old{ width: 100px; color: white; font-weight: bold;} } #workspace.lines.show { - .line_color{ color: white; - font-weight: bold; - padding: 0 5px 0 5px;} - - .summary p label { + .summary p + { + label { font-weight: bold; + } + .color + { + padding: 3px 15px 3px 15px; + } } + .group_of_line { .position { |
