summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/person/show.phtml
diff options
context:
space:
mode:
authorBjörn Geiger2011-04-13 18:30:53 +0200
committerBjörn Geiger2011-04-13 18:30:53 +0200
commitecb699eb777c8abdee8d50342f8febfcc722d71f (patch)
tree6c04ad96d3525ca95a806dc576304fbbbb0b6b29 /application/modules/user/views/scripts/person/show.phtml
parentAltes Recht markiert, nicht entfernen (diff)
downloadpbs2-ecb699eb777c8abdee8d50342f8febfcc722d71f.tar.gz
pbs2-ecb699eb777c8abdee8d50342f8febfcc722d71f.tar.xz
pbs2-ecb699eb777c8abdee8d50342f8febfcc722d71f.zip
HTML Fehler korrigiert
Diffstat (limited to 'application/modules/user/views/scripts/person/show.phtml')
-rw-r--r--application/modules/user/views/scripts/person/show.phtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/person/show.phtml b/application/modules/user/views/scripts/person/show.phtml
index e82c4d9..6283808 100644
--- a/application/modules/user/views/scripts/person/show.phtml
+++ b/application/modules/user/views/scripts/person/show.phtml
@@ -1,4 +1,9 @@
<h1>Person</h1>
+<style type="text/css">
+label {
+ width: 150px !important;
+}
+</style>
<?php if($this->editRight === true) echo $this->formButton('editperson', 'Edit', array(
'onclick' => 'self.location="/user/person/edit/personID/' . $this->personID . '"',
'class' => 'rightbutton')) ?>