# HG changeset patch # User cavaliet # Date 1378907550 -7200 # Node ID dd1d59471697f04b427b78b75d4bdd68544b0b1b # Parent 2ee11f57e3185a379bc9593380097fd53dc8aec9 Language directive applied on all forms. Semantic form hide/display enhanced. diff -r 2ee11f57e318 -r dd1d59471697 src/p4l/static/p4l/css/p4l.css --- a/src/p4l/static/p4l/css/p4l.css Wed Sep 11 13:41:47 2013 +0200 +++ b/src/p4l/static/p4l/css/p4l.css Wed Sep 11 15:52:30 2013 +0200 @@ -22,17 +22,20 @@ .two_buttons{ min-width: 100px; } - footer { padding-bottom: 20px; } - .bottom-5 { margin-bottom: 5px; } .after-plus { padding-top: 5px; } +.rotate{ + transform:rotate(90deg); + -ms-transform:rotate(90deg); + -webkit-transform:rotate(90deg); +} /* Flags */ diff -r 2ee11f57e318 -r dd1d59471697 src/p4l/static/p4l/templates/abstractForm.html --- a/src/p4l/static/p4l/templates/abstractForm.html Wed Sep 11 13:41:47 2013 +0200 +++ b/src/p4l/static/p4l/templates/abstractForm.html Wed Sep 11 15:52:30 2013 +0200 @@ -1,6 +1,6 @@
- +
\ No newline at end of file diff -r 2ee11f57e318 -r dd1d59471697 src/p4l/static/p4l/templates/addSemanticUriForm.html --- a/src/p4l/static/p4l/templates/addSemanticUriForm.html Wed Sep 11 13:41:47 2013 +0200 +++ b/src/p4l/static/p4l/templates/addSemanticUriForm.html Wed Sep 11 15:52:30 2013 +0200 @@ -2,8 +2,11 @@ - -
+ + + + +
- +
\ No newline at end of file diff -r 2ee11f57e318 -r dd1d59471697 src/p4l/static/p4l/templates/imprintForm.html --- a/src/p4l/static/p4l/templates/imprintForm.html Wed Sep 11 13:41:47 2013 +0200 +++ b/src/p4l/static/p4l/templates/imprintForm.html Wed Sep 11 15:52:30 2013 +0200 @@ -5,6 +5,6 @@
- +
\ No newline at end of file diff -r 2ee11f57e318 -r dd1d59471697 src/p4l/static/p4l/templates/isbnForm.html --- a/src/p4l/static/p4l/templates/isbnForm.html Wed Sep 11 13:41:47 2013 +0200 +++ b/src/p4l/static/p4l/templates/isbnForm.html Wed Sep 11 15:52:30 2013 +0200 @@ -1,6 +1,6 @@
- +
\ No newline at end of file diff -r 2ee11f57e318 -r dd1d59471697 src/p4l/static/p4l/templates/issnForm.html --- a/src/p4l/static/p4l/templates/issnForm.html Wed Sep 11 13:41:47 2013 +0200 +++ b/src/p4l/static/p4l/templates/issnForm.html Wed Sep 11 15:52:30 2013 +0200 @@ -1,6 +1,6 @@
- +
\ No newline at end of file diff -r 2ee11f57e318 -r dd1d59471697 src/p4l/static/p4l/templates/periodicalForm.html --- a/src/p4l/static/p4l/templates/periodicalForm.html Wed Sep 11 13:41:47 2013 +0200 +++ b/src/p4l/static/p4l/templates/periodicalForm.html Wed Sep 11 15:52:30 2013 +0200 @@ -1,6 +1,6 @@
- +
\ No newline at end of file diff -r 2ee11f57e318 -r dd1d59471697 src/p4l/static/p4l/templates/serieForm.html --- a/src/p4l/static/p4l/templates/serieForm.html Wed Sep 11 13:41:47 2013 +0200 +++ b/src/p4l/static/p4l/templates/serieForm.html Wed Sep 11 15:52:30 2013 +0200 @@ -4,6 +4,6 @@
- +
\ No newline at end of file diff -r 2ee11f57e318 -r dd1d59471697 src/p4l/static/p4l/templates/titleForm.html --- a/src/p4l/static/p4l/templates/titleForm.html Wed Sep 11 13:41:47 2013 +0200 +++ b/src/p4l/static/p4l/templates/titleForm.html Wed Sep 11 15:52:30 2013 +0200 @@ -1,8 +1,6 @@
- - - +
\ No newline at end of file diff -r 2ee11f57e318 -r dd1d59471697 src/p4l/static/p4l/templates/volumeIssueForm.html --- a/src/p4l/static/p4l/templates/volumeIssueForm.html Wed Sep 11 13:41:47 2013 +0200 +++ b/src/p4l/static/p4l/templates/volumeIssueForm.html Wed Sep 11 15:52:30 2013 +0200 @@ -4,6 +4,6 @@
- +
\ No newline at end of file