# HG changeset patch # User cavaliet # Date 1379090021 -7200 # Node ID 9f456eb416022cdc432b95e44a1d1bca081ce7fa # Parent 4effe076e087eb25182a606912745ef6fcbfe445# Parent f87eaeecfc8ef438118cf5b7c8432e574696b757 Merge with f87eaeecfc8ef438118cf5b7c8432e574696b757 diff -r 4effe076e087 -r 9f456eb41602 src/p4l/static/p4l/css/p4l.css --- a/src/p4l/static/p4l/css/p4l.css Fri Sep 13 18:33:07 2013 +0200 +++ b/src/p4l/static/p4l/css/p4l.css Fri Sep 13 18:33:41 2013 +0200 @@ -36,6 +36,7 @@ -ms-transform:rotate(90deg); -webkit-transform:rotate(90deg); } + .spinner { width: 14px; height: 14px; @@ -45,20 +46,28 @@ opacity: .7; margin-right: 4px; } + .grey-bottom { border-bottom: 1px dotted #CCC; } -.grey-hover:nth-child(odd) { - background: #EEE; -} + .well { margin-bottom: 5px; padding: 4px 5px 8px 8px; } + label { margin-bottom: 0px; } +.edit-form-row:nth-child(odd) { + background: #EEE; +} + +.break-word { + word-wrap: break-word; +} + /* Flags */ .flag { width: 16px; diff -r 4effe076e087 -r 9f456eb41602 src/p4l/static/p4l/templates/objectListTable.html --- a/src/p4l/static/p4l/templates/objectListTable.html Fri Sep 13 18:33:07 2013 +0200 +++ b/src/p4l/static/p4l/templates/objectListTable.html Fri Sep 13 18:33:41 2013 +0200 @@ -3,7 +3,7 @@