summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/person/show.phtml
diff options
context:
space:
mode:
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')) ?>