# HG changeset patch # User ymh # Date 1379084843 -7200 # Node ID f87eaeecfc8ef438118cf5b7c8432e574696b757 # Parent caafe38298d775a2c1adb13288cf63932d80fb6f small css correction for url display diff -r caafe38298d7 -r f87eaeecfc8e src/p4l/static/p4l/css/p4l.css --- a/src/p4l/static/p4l/css/p4l.css Fri Sep 13 16:24:31 2013 +0200 +++ b/src/p4l/static/p4l/css/p4l.css Fri Sep 13 17:07:23 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 caafe38298d7 -r f87eaeecfc8e src/p4l/static/p4l/templates/objectListTable.html --- a/src/p4l/static/p4l/templates/objectListTable.html Fri Sep 13 16:24:31 2013 +0200 +++ b/src/p4l/static/p4l/templates/objectListTable.html Fri Sep 13 17:07:23 2013 +0200 @@ -3,7 +3,7 @@
{{l | translate}}
{{'Actions' | translate}}
-
+
{{ obj[f] }}
diff -r caafe38298d7 -r f87eaeecfc8e src/p4l/static/p4l/templates/urlDisp.html --- a/src/p4l/static/p4l/templates/urlDisp.html Fri Sep 13 16:24:31 2013 +0200 +++ b/src/p4l/static/p4l/templates/urlDisp.html Fri Sep 13 17:07:23 2013 +0200 @@ -1,5 +1,5 @@ - +
{{ obj.display }}
{{ obj.accessLevel }}
\ No newline at end of file